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": "23bb37d5-ee82-465d-abe2-76ebf26bb07b",
"ShoppingCartID": "4e296696-d596-47c8-a241-41b53755dacd",
"TrainingClassID": "c8176bd5-1d42-4a59-b211-8d77db22c663",
"EmailPackageDefinitionID": "5f238492-67fb-4f34-a49e-3b1bc3a9a6d5",
"InventoryItemID": "8cd4a9b5-11bf-4119-ba1e-95ec94c09d94",
"Quantity": 1
},
{
"ShoppingCartItemID": "23bb37d5-ee82-465d-abe2-76ebf26bb07b",
"ShoppingCartID": "4e296696-d596-47c8-a241-41b53755dacd",
"TrainingClassID": "c8176bd5-1d42-4a59-b211-8d77db22c663",
"EmailPackageDefinitionID": "5f238492-67fb-4f34-a49e-3b1bc3a9a6d5",
"InventoryItemID": "8cd4a9b5-11bf-4119-ba1e-95ec94c09d94",
"Quantity": 1
},
{
"ShoppingCartItemID": "23bb37d5-ee82-465d-abe2-76ebf26bb07b",
"ShoppingCartID": "4e296696-d596-47c8-a241-41b53755dacd",
"TrainingClassID": "c8176bd5-1d42-4a59-b211-8d77db22c663",
"EmailPackageDefinitionID": "5f238492-67fb-4f34-a49e-3b1bc3a9a6d5",
"InventoryItemID": "8cd4a9b5-11bf-4119-ba1e-95ec94c09d94",
"Quantity": 1
}
]