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": "64cce992-1115-41b4-9046-803e331103e9",
"ShoppingCartID": "98aa7f64-cb8b-49ca-b498-18f5adabc488",
"TrainingClassID": "bfd5e5af-1e56-4e77-a2ae-0941a8bd1c44",
"EmailPackageDefinitionID": "67674929-04d3-4205-8e1d-486b1a81a61a",
"InventoryItemID": "3770f8cd-1b40-4e92-860f-fc7a2ead8b4d",
"Quantity": 1
},
{
"ShoppingCartItemID": "64cce992-1115-41b4-9046-803e331103e9",
"ShoppingCartID": "98aa7f64-cb8b-49ca-b498-18f5adabc488",
"TrainingClassID": "bfd5e5af-1e56-4e77-a2ae-0941a8bd1c44",
"EmailPackageDefinitionID": "67674929-04d3-4205-8e1d-486b1a81a61a",
"InventoryItemID": "3770f8cd-1b40-4e92-860f-fc7a2ead8b4d",
"Quantity": 1
},
{
"ShoppingCartItemID": "64cce992-1115-41b4-9046-803e331103e9",
"ShoppingCartID": "98aa7f64-cb8b-49ca-b498-18f5adabc488",
"TrainingClassID": "bfd5e5af-1e56-4e77-a2ae-0941a8bd1c44",
"EmailPackageDefinitionID": "67674929-04d3-4205-8e1d-486b1a81a61a",
"InventoryItemID": "3770f8cd-1b40-4e92-860f-fc7a2ead8b4d",
"Quantity": 1
}
]