GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cartid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "64a8aebd-52e4-4136-a0a6-090815633594",
    "ShoppingCartID": "c8b2cd34-1302-4513-a9fb-5f9db9a2cb1c",
    "TrainingClassID": "7fc923e8-c9f2-462e-b29c-383e5fee1172",
    "EmailPackageDefinitionID": "aeb4c2f0-be6c-4d8e-93c9-692f5b4b2892",
    "InventoryItemID": "5633790b-5220-425f-912c-c8e500b9532c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "64a8aebd-52e4-4136-a0a6-090815633594",
    "ShoppingCartID": "c8b2cd34-1302-4513-a9fb-5f9db9a2cb1c",
    "TrainingClassID": "7fc923e8-c9f2-462e-b29c-383e5fee1172",
    "EmailPackageDefinitionID": "aeb4c2f0-be6c-4d8e-93c9-692f5b4b2892",
    "InventoryItemID": "5633790b-5220-425f-912c-c8e500b9532c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "64a8aebd-52e4-4136-a0a6-090815633594",
    "ShoppingCartID": "c8b2cd34-1302-4513-a9fb-5f9db9a2cb1c",
    "TrainingClassID": "7fc923e8-c9f2-462e-b29c-383e5fee1172",
    "EmailPackageDefinitionID": "aeb4c2f0-be6c-4d8e-93c9-692f5b4b2892",
    "InventoryItemID": "5633790b-5220-425f-912c-c8e500b9532c",
    "Quantity": 1
  }
]