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": "111bc4be-377b-4354-98fb-622e261ee5b0",
"ShoppingCartID": "b6b95a43-c382-4d3e-b361-f0f5796458ad",
"TrainingClassID": "0ab0cc8d-20cf-4c38-8812-666fe677d523",
"EmailPackageDefinitionID": "a0e46cd8-11db-47c5-be51-c75d484ade1b",
"InventoryItemID": "e05afdf6-78ad-40f6-8055-65cc7722c7ce",
"Quantity": 1
},
{
"ShoppingCartItemID": "111bc4be-377b-4354-98fb-622e261ee5b0",
"ShoppingCartID": "b6b95a43-c382-4d3e-b361-f0f5796458ad",
"TrainingClassID": "0ab0cc8d-20cf-4c38-8812-666fe677d523",
"EmailPackageDefinitionID": "a0e46cd8-11db-47c5-be51-c75d484ade1b",
"InventoryItemID": "e05afdf6-78ad-40f6-8055-65cc7722c7ce",
"Quantity": 1
},
{
"ShoppingCartItemID": "111bc4be-377b-4354-98fb-622e261ee5b0",
"ShoppingCartID": "b6b95a43-c382-4d3e-b361-f0f5796458ad",
"TrainingClassID": "0ab0cc8d-20cf-4c38-8812-666fe677d523",
"EmailPackageDefinitionID": "a0e46cd8-11db-47c5-be51-c75d484ade1b",
"InventoryItemID": "e05afdf6-78ad-40f6-8055-65cc7722c7ce",
"Quantity": 1
}
]