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": "e6dfaca8-f400-4ef8-97b6-ff37a79f95e2",
"ShoppingCartID": "354b9347-39cd-432a-962b-a925cc4ed840",
"TrainingClassID": "8093871f-6405-4a7b-ab53-27d57b570a0c",
"EmailPackageDefinitionID": "e5119d99-c44e-498e-bc32-4bf814e0bc6b",
"InventoryItemID": "0714a065-32c4-4c95-bd24-c5e4f09cd330",
"Quantity": 1
},
{
"ShoppingCartItemID": "e6dfaca8-f400-4ef8-97b6-ff37a79f95e2",
"ShoppingCartID": "354b9347-39cd-432a-962b-a925cc4ed840",
"TrainingClassID": "8093871f-6405-4a7b-ab53-27d57b570a0c",
"EmailPackageDefinitionID": "e5119d99-c44e-498e-bc32-4bf814e0bc6b",
"InventoryItemID": "0714a065-32c4-4c95-bd24-c5e4f09cd330",
"Quantity": 1
},
{
"ShoppingCartItemID": "e6dfaca8-f400-4ef8-97b6-ff37a79f95e2",
"ShoppingCartID": "354b9347-39cd-432a-962b-a925cc4ed840",
"TrainingClassID": "8093871f-6405-4a7b-ab53-27d57b570a0c",
"EmailPackageDefinitionID": "e5119d99-c44e-498e-bc32-4bf814e0bc6b",
"InventoryItemID": "0714a065-32c4-4c95-bd24-c5e4f09cd330",
"Quantity": 1
}
]