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": "825350b1-b7f2-4932-afe1-c62d3f9612ea",
"ShoppingCartID": "4e70d8fa-b63c-4abb-ab25-a2f91e31ce4c",
"TrainingClassID": "2ccb7bec-9174-4676-bb5b-02511a2fe3d8",
"EmailPackageDefinitionID": "70e741d0-2777-420a-b469-c8f30dcbdb3f",
"InventoryItemID": "035647b2-0079-47f3-b8f3-58df21fa3c77",
"Quantity": 1
},
{
"ShoppingCartItemID": "825350b1-b7f2-4932-afe1-c62d3f9612ea",
"ShoppingCartID": "4e70d8fa-b63c-4abb-ab25-a2f91e31ce4c",
"TrainingClassID": "2ccb7bec-9174-4676-bb5b-02511a2fe3d8",
"EmailPackageDefinitionID": "70e741d0-2777-420a-b469-c8f30dcbdb3f",
"InventoryItemID": "035647b2-0079-47f3-b8f3-58df21fa3c77",
"Quantity": 1
},
{
"ShoppingCartItemID": "825350b1-b7f2-4932-afe1-c62d3f9612ea",
"ShoppingCartID": "4e70d8fa-b63c-4abb-ab25-a2f91e31ce4c",
"TrainingClassID": "2ccb7bec-9174-4676-bb5b-02511a2fe3d8",
"EmailPackageDefinitionID": "70e741d0-2777-420a-b469-c8f30dcbdb3f",
"InventoryItemID": "035647b2-0079-47f3-b8f3-58df21fa3c77",
"Quantity": 1
}
]