GET api/ShoppingCart/{cartid}/ShoppingCartItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "631e46b9-be54-49f0-a307-052253b9bf6c",
"ShoppingCartID": "da9f077b-c7c8-4c5c-9f55-29ad4a5c5301",
"TrainingClassID": "3c581a80-8b3a-4ac8-abb8-671c8ced64ce",
"EmailPackageDefinitionID": "3a3b88d7-4d22-4332-afe9-a6f98156575d",
"InventoryItemID": "a8f980db-22a8-40b1-8756-9e43b980ea20",
"Quantity": 1
},
{
"ShoppingCartItemID": "631e46b9-be54-49f0-a307-052253b9bf6c",
"ShoppingCartID": "da9f077b-c7c8-4c5c-9f55-29ad4a5c5301",
"TrainingClassID": "3c581a80-8b3a-4ac8-abb8-671c8ced64ce",
"EmailPackageDefinitionID": "3a3b88d7-4d22-4332-afe9-a6f98156575d",
"InventoryItemID": "a8f980db-22a8-40b1-8756-9e43b980ea20",
"Quantity": 1
},
{
"ShoppingCartItemID": "631e46b9-be54-49f0-a307-052253b9bf6c",
"ShoppingCartID": "da9f077b-c7c8-4c5c-9f55-29ad4a5c5301",
"TrainingClassID": "3c581a80-8b3a-4ac8-abb8-671c8ced64ce",
"EmailPackageDefinitionID": "3a3b88d7-4d22-4332-afe9-a6f98156575d",
"InventoryItemID": "a8f980db-22a8-40b1-8756-9e43b980ea20",
"Quantity": 1
}
]