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": "5b8ee6d1-0d7f-4485-b88b-e563a2b08be5",
"ShoppingCartID": "5a2f52ca-de26-4b90-a184-185a8e5ef9c2",
"TrainingClassID": "c8207b7f-8ed3-481a-9a53-61a10cff2346",
"EmailPackageDefinitionID": "39bbe7f9-5555-4003-9c46-86534aa9c155",
"InventoryItemID": "63c69788-3a3e-4fc8-b9bb-b2b1062960d6",
"Quantity": 1
},
{
"ShoppingCartItemID": "5b8ee6d1-0d7f-4485-b88b-e563a2b08be5",
"ShoppingCartID": "5a2f52ca-de26-4b90-a184-185a8e5ef9c2",
"TrainingClassID": "c8207b7f-8ed3-481a-9a53-61a10cff2346",
"EmailPackageDefinitionID": "39bbe7f9-5555-4003-9c46-86534aa9c155",
"InventoryItemID": "63c69788-3a3e-4fc8-b9bb-b2b1062960d6",
"Quantity": 1
},
{
"ShoppingCartItemID": "5b8ee6d1-0d7f-4485-b88b-e563a2b08be5",
"ShoppingCartID": "5a2f52ca-de26-4b90-a184-185a8e5ef9c2",
"TrainingClassID": "c8207b7f-8ed3-481a-9a53-61a10cff2346",
"EmailPackageDefinitionID": "39bbe7f9-5555-4003-9c46-86534aa9c155",
"InventoryItemID": "63c69788-3a3e-4fc8-b9bb-b2b1062960d6",
"Quantity": 1
}
]