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": "d2ed85a7-9b67-4c23-acb0-c6ac8f0d1507",
"ShoppingCartID": "c795b0bc-52af-4896-a353-03e8638738fb",
"TrainingClassID": "0ca67958-69e8-4d62-beb4-8aa15cbaefcd",
"EmailPackageDefinitionID": "537cba4a-7caf-4cae-be48-915c718d6678",
"InventoryItemID": "f24eee73-ffb9-4dca-960f-5661cdfa6f91",
"Quantity": 1
},
{
"ShoppingCartItemID": "d2ed85a7-9b67-4c23-acb0-c6ac8f0d1507",
"ShoppingCartID": "c795b0bc-52af-4896-a353-03e8638738fb",
"TrainingClassID": "0ca67958-69e8-4d62-beb4-8aa15cbaefcd",
"EmailPackageDefinitionID": "537cba4a-7caf-4cae-be48-915c718d6678",
"InventoryItemID": "f24eee73-ffb9-4dca-960f-5661cdfa6f91",
"Quantity": 1
},
{
"ShoppingCartItemID": "d2ed85a7-9b67-4c23-acb0-c6ac8f0d1507",
"ShoppingCartID": "c795b0bc-52af-4896-a353-03e8638738fb",
"TrainingClassID": "0ca67958-69e8-4d62-beb4-8aa15cbaefcd",
"EmailPackageDefinitionID": "537cba4a-7caf-4cae-be48-915c718d6678",
"InventoryItemID": "f24eee73-ffb9-4dca-960f-5661cdfa6f91",
"Quantity": 1
}
]