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": "266a474f-c97a-4ee6-bdb4-fd8d07d1b6d1",
    "ShoppingCartID": "2f301099-d475-4e83-b65b-2e6179758210",
    "TrainingClassID": "65bbce31-16e7-4859-a635-221e1b1fc572",
    "EmailPackageDefinitionID": "a335fac5-e7f4-4029-ac47-05078a698943",
    "InventoryItemID": "bf52ef71-9572-4262-86b8-1a5d09ef0009",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "266a474f-c97a-4ee6-bdb4-fd8d07d1b6d1",
    "ShoppingCartID": "2f301099-d475-4e83-b65b-2e6179758210",
    "TrainingClassID": "65bbce31-16e7-4859-a635-221e1b1fc572",
    "EmailPackageDefinitionID": "a335fac5-e7f4-4029-ac47-05078a698943",
    "InventoryItemID": "bf52ef71-9572-4262-86b8-1a5d09ef0009",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "266a474f-c97a-4ee6-bdb4-fd8d07d1b6d1",
    "ShoppingCartID": "2f301099-d475-4e83-b65b-2e6179758210",
    "TrainingClassID": "65bbce31-16e7-4859-a635-221e1b1fc572",
    "EmailPackageDefinitionID": "a335fac5-e7f4-4029-ac47-05078a698943",
    "InventoryItemID": "bf52ef71-9572-4262-86b8-1a5d09ef0009",
    "Quantity": 1
  }
]