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": "dbdc9b09-0bde-4640-959f-3c6d28c65139",
"ShoppingCartID": "b0fb572a-41e2-4961-86fc-e06fed4148c2",
"TrainingClassID": "c94b7e84-414a-47b4-9ae6-bfb171a08948",
"EmailPackageDefinitionID": "a7b71b78-0748-4683-9d0e-a8fa5c048c01",
"InventoryItemID": "16a4c984-0c41-4ab6-831f-2be9e65e7b86",
"Quantity": 1
},
{
"ShoppingCartItemID": "dbdc9b09-0bde-4640-959f-3c6d28c65139",
"ShoppingCartID": "b0fb572a-41e2-4961-86fc-e06fed4148c2",
"TrainingClassID": "c94b7e84-414a-47b4-9ae6-bfb171a08948",
"EmailPackageDefinitionID": "a7b71b78-0748-4683-9d0e-a8fa5c048c01",
"InventoryItemID": "16a4c984-0c41-4ab6-831f-2be9e65e7b86",
"Quantity": 1
},
{
"ShoppingCartItemID": "dbdc9b09-0bde-4640-959f-3c6d28c65139",
"ShoppingCartID": "b0fb572a-41e2-4961-86fc-e06fed4148c2",
"TrainingClassID": "c94b7e84-414a-47b4-9ae6-bfb171a08948",
"EmailPackageDefinitionID": "a7b71b78-0748-4683-9d0e-a8fa5c048c01",
"InventoryItemID": "16a4c984-0c41-4ab6-831f-2be9e65e7b86",
"Quantity": 1
}
]