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": "83140a8b-f82d-41ce-884f-ffcd97e6bae7",
"ShoppingCartID": "e0158ba4-08a0-4129-a694-655e72fc6816",
"TrainingClassID": "c2e5d956-14be-469d-9838-3f035d854d12",
"EmailPackageDefinitionID": "cdc14b71-a3f7-4f51-859f-f5a49f5fb8dc",
"InventoryItemID": "f939e4f3-d2ab-4070-8282-fbb20596f904",
"Quantity": 1
},
{
"ShoppingCartItemID": "83140a8b-f82d-41ce-884f-ffcd97e6bae7",
"ShoppingCartID": "e0158ba4-08a0-4129-a694-655e72fc6816",
"TrainingClassID": "c2e5d956-14be-469d-9838-3f035d854d12",
"EmailPackageDefinitionID": "cdc14b71-a3f7-4f51-859f-f5a49f5fb8dc",
"InventoryItemID": "f939e4f3-d2ab-4070-8282-fbb20596f904",
"Quantity": 1
},
{
"ShoppingCartItemID": "83140a8b-f82d-41ce-884f-ffcd97e6bae7",
"ShoppingCartID": "e0158ba4-08a0-4129-a694-655e72fc6816",
"TrainingClassID": "c2e5d956-14be-469d-9838-3f035d854d12",
"EmailPackageDefinitionID": "cdc14b71-a3f7-4f51-859f-f5a49f5fb8dc",
"InventoryItemID": "f939e4f3-d2ab-4070-8282-fbb20596f904",
"Quantity": 1
}
]