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": "1eb69f00-cade-452d-96ba-a488dbfe4aba",
    "ShoppingCartID": "dbaccffb-5118-4bb4-8f85-377c8dfe77df",
    "TrainingClassID": "a0250eea-f2ed-4f81-a358-3fc75ce76dc6",
    "EmailPackageDefinitionID": "4a484f8a-d9b3-45ef-b3da-3792f6367daf",
    "InventoryItemID": "a0e36f3d-2b58-4c1c-b93d-53fc1b801cbb",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1eb69f00-cade-452d-96ba-a488dbfe4aba",
    "ShoppingCartID": "dbaccffb-5118-4bb4-8f85-377c8dfe77df",
    "TrainingClassID": "a0250eea-f2ed-4f81-a358-3fc75ce76dc6",
    "EmailPackageDefinitionID": "4a484f8a-d9b3-45ef-b3da-3792f6367daf",
    "InventoryItemID": "a0e36f3d-2b58-4c1c-b93d-53fc1b801cbb",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1eb69f00-cade-452d-96ba-a488dbfe4aba",
    "ShoppingCartID": "dbaccffb-5118-4bb4-8f85-377c8dfe77df",
    "TrainingClassID": "a0250eea-f2ed-4f81-a358-3fc75ce76dc6",
    "EmailPackageDefinitionID": "4a484f8a-d9b3-45ef-b3da-3792f6367daf",
    "InventoryItemID": "a0e36f3d-2b58-4c1c-b93d-53fc1b801cbb",
    "Quantity": 1
  }
]