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": "794f93dd-fc1a-4ad7-8733-ec1d24534d4d",
"ShoppingCartID": "d400513d-cea1-4390-8114-43ca34c2803c",
"TrainingClassID": "694b709a-9040-41ee-9328-0afd69b0d1c9",
"EmailPackageDefinitionID": "15cc3fcc-53c0-464c-904f-674a22c5d2a9",
"InventoryItemID": "8337acce-28fd-4cf0-9027-3a5eb8c7f544",
"Quantity": 1
},
{
"ShoppingCartItemID": "794f93dd-fc1a-4ad7-8733-ec1d24534d4d",
"ShoppingCartID": "d400513d-cea1-4390-8114-43ca34c2803c",
"TrainingClassID": "694b709a-9040-41ee-9328-0afd69b0d1c9",
"EmailPackageDefinitionID": "15cc3fcc-53c0-464c-904f-674a22c5d2a9",
"InventoryItemID": "8337acce-28fd-4cf0-9027-3a5eb8c7f544",
"Quantity": 1
},
{
"ShoppingCartItemID": "794f93dd-fc1a-4ad7-8733-ec1d24534d4d",
"ShoppingCartID": "d400513d-cea1-4390-8114-43ca34c2803c",
"TrainingClassID": "694b709a-9040-41ee-9328-0afd69b0d1c9",
"EmailPackageDefinitionID": "15cc3fcc-53c0-464c-904f-674a22c5d2a9",
"InventoryItemID": "8337acce-28fd-4cf0-9027-3a5eb8c7f544",
"Quantity": 1
}
]