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": "e9e20ad9-abe0-43d0-b84d-47e0f9527ef5",
"ShoppingCartID": "e8a9abfb-b4d0-4336-96d2-44a808e173d9",
"TrainingClassID": "a0c1fc16-4b31-4ca4-aa3e-b7635ddf2f8d",
"EmailPackageDefinitionID": "e5c118a9-3ea2-4ea3-b932-2f7af33b2b43",
"InventoryItemID": "aebe5a86-af84-4c08-a2b9-ff51f8a0160e",
"Quantity": 1
},
{
"ShoppingCartItemID": "e9e20ad9-abe0-43d0-b84d-47e0f9527ef5",
"ShoppingCartID": "e8a9abfb-b4d0-4336-96d2-44a808e173d9",
"TrainingClassID": "a0c1fc16-4b31-4ca4-aa3e-b7635ddf2f8d",
"EmailPackageDefinitionID": "e5c118a9-3ea2-4ea3-b932-2f7af33b2b43",
"InventoryItemID": "aebe5a86-af84-4c08-a2b9-ff51f8a0160e",
"Quantity": 1
},
{
"ShoppingCartItemID": "e9e20ad9-abe0-43d0-b84d-47e0f9527ef5",
"ShoppingCartID": "e8a9abfb-b4d0-4336-96d2-44a808e173d9",
"TrainingClassID": "a0c1fc16-4b31-4ca4-aa3e-b7635ddf2f8d",
"EmailPackageDefinitionID": "e5c118a9-3ea2-4ea3-b932-2f7af33b2b43",
"InventoryItemID": "aebe5a86-af84-4c08-a2b9-ff51f8a0160e",
"Quantity": 1
}
]