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": "ca1d2aca-e645-4e19-ac16-6e6ccf8aa193",
"ShoppingCartID": "edbc6087-ccd6-4e55-a7be-442bb70504b3",
"TrainingClassID": "b77a5d06-0a69-4e6a-99a3-37de693410b1",
"EmailPackageDefinitionID": "ca49eb3f-9b69-4619-8b60-d650451ce834",
"InventoryItemID": "af5fecdd-98be-4d69-9433-1da3d69bb417",
"Quantity": 1
},
{
"ShoppingCartItemID": "ca1d2aca-e645-4e19-ac16-6e6ccf8aa193",
"ShoppingCartID": "edbc6087-ccd6-4e55-a7be-442bb70504b3",
"TrainingClassID": "b77a5d06-0a69-4e6a-99a3-37de693410b1",
"EmailPackageDefinitionID": "ca49eb3f-9b69-4619-8b60-d650451ce834",
"InventoryItemID": "af5fecdd-98be-4d69-9433-1da3d69bb417",
"Quantity": 1
},
{
"ShoppingCartItemID": "ca1d2aca-e645-4e19-ac16-6e6ccf8aa193",
"ShoppingCartID": "edbc6087-ccd6-4e55-a7be-442bb70504b3",
"TrainingClassID": "b77a5d06-0a69-4e6a-99a3-37de693410b1",
"EmailPackageDefinitionID": "ca49eb3f-9b69-4619-8b60-d650451ce834",
"InventoryItemID": "af5fecdd-98be-4d69-9433-1da3d69bb417",
"Quantity": 1
}
]