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": "bd4b2f04-f123-4a1b-9831-a49fba991588",
"ShoppingCartID": "b37461fb-cdd6-4b9a-831b-7e9b4d1a3f0a",
"TrainingClassID": "12add2e1-427c-4bd5-92b6-6eb12efef08d",
"EmailPackageDefinitionID": "f1ffa386-057d-42e7-8070-c6dbcc42aafd",
"InventoryItemID": "530eeea6-53dc-4dfa-990c-a0e77f8f353f",
"Quantity": 1
},
{
"ShoppingCartItemID": "bd4b2f04-f123-4a1b-9831-a49fba991588",
"ShoppingCartID": "b37461fb-cdd6-4b9a-831b-7e9b4d1a3f0a",
"TrainingClassID": "12add2e1-427c-4bd5-92b6-6eb12efef08d",
"EmailPackageDefinitionID": "f1ffa386-057d-42e7-8070-c6dbcc42aafd",
"InventoryItemID": "530eeea6-53dc-4dfa-990c-a0e77f8f353f",
"Quantity": 1
},
{
"ShoppingCartItemID": "bd4b2f04-f123-4a1b-9831-a49fba991588",
"ShoppingCartID": "b37461fb-cdd6-4b9a-831b-7e9b4d1a3f0a",
"TrainingClassID": "12add2e1-427c-4bd5-92b6-6eb12efef08d",
"EmailPackageDefinitionID": "f1ffa386-057d-42e7-8070-c6dbcc42aafd",
"InventoryItemID": "530eeea6-53dc-4dfa-990c-a0e77f8f353f",
"Quantity": 1
}
]