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": "bc0ca576-3f17-4a19-87b5-50beedbd1482",
"ShoppingCartID": "1dbf787e-3f74-47bc-b538-97516bd75384",
"TrainingClassID": "aab0fbdd-9006-4d4d-90f3-de19b6b9a16e",
"EmailPackageDefinitionID": "a076cba0-3b31-4eff-b4b9-eaa2eb1656ba",
"InventoryItemID": "fa239b76-9e37-481f-a472-2e94c9defe63",
"Quantity": 1
},
{
"ShoppingCartItemID": "bc0ca576-3f17-4a19-87b5-50beedbd1482",
"ShoppingCartID": "1dbf787e-3f74-47bc-b538-97516bd75384",
"TrainingClassID": "aab0fbdd-9006-4d4d-90f3-de19b6b9a16e",
"EmailPackageDefinitionID": "a076cba0-3b31-4eff-b4b9-eaa2eb1656ba",
"InventoryItemID": "fa239b76-9e37-481f-a472-2e94c9defe63",
"Quantity": 1
},
{
"ShoppingCartItemID": "bc0ca576-3f17-4a19-87b5-50beedbd1482",
"ShoppingCartID": "1dbf787e-3f74-47bc-b538-97516bd75384",
"TrainingClassID": "aab0fbdd-9006-4d4d-90f3-de19b6b9a16e",
"EmailPackageDefinitionID": "a076cba0-3b31-4eff-b4b9-eaa2eb1656ba",
"InventoryItemID": "fa239b76-9e37-481f-a472-2e94c9defe63",
"Quantity": 1
}
]