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": "e94c7eac-07ed-4c59-86b9-6483a9877f65",
"ShoppingCartID": "f1e1dcdb-5da0-4903-bddf-b9177809b96b",
"TrainingClassID": "0e2e1a0b-3452-4cff-8a27-79cd4800eab1",
"EmailPackageDefinitionID": "f8211433-8d57-46ed-82fb-8217133741e5",
"InventoryItemID": "bba1323f-ebc0-4bc6-936f-da8dd08ee549",
"Quantity": 1
},
{
"ShoppingCartItemID": "e94c7eac-07ed-4c59-86b9-6483a9877f65",
"ShoppingCartID": "f1e1dcdb-5da0-4903-bddf-b9177809b96b",
"TrainingClassID": "0e2e1a0b-3452-4cff-8a27-79cd4800eab1",
"EmailPackageDefinitionID": "f8211433-8d57-46ed-82fb-8217133741e5",
"InventoryItemID": "bba1323f-ebc0-4bc6-936f-da8dd08ee549",
"Quantity": 1
},
{
"ShoppingCartItemID": "e94c7eac-07ed-4c59-86b9-6483a9877f65",
"ShoppingCartID": "f1e1dcdb-5da0-4903-bddf-b9177809b96b",
"TrainingClassID": "0e2e1a0b-3452-4cff-8a27-79cd4800eab1",
"EmailPackageDefinitionID": "f8211433-8d57-46ed-82fb-8217133741e5",
"InventoryItemID": "bba1323f-ebc0-4bc6-936f-da8dd08ee549",
"Quantity": 1
}
]