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": "147a02da-b077-4a16-a4cd-e7db69425fd2",
"ShoppingCartID": "db1390ab-6792-466e-b88d-23b9695b3b09",
"TrainingClassID": "2f33e445-75a1-4723-876b-bb34d5bf2ecb",
"EmailPackageDefinitionID": "ec906dd4-6176-4fe4-9a22-58c6f2e4577d",
"InventoryItemID": "631f33c4-59fb-48f3-a202-d7042e1e61de",
"Quantity": 1
},
{
"ShoppingCartItemID": "147a02da-b077-4a16-a4cd-e7db69425fd2",
"ShoppingCartID": "db1390ab-6792-466e-b88d-23b9695b3b09",
"TrainingClassID": "2f33e445-75a1-4723-876b-bb34d5bf2ecb",
"EmailPackageDefinitionID": "ec906dd4-6176-4fe4-9a22-58c6f2e4577d",
"InventoryItemID": "631f33c4-59fb-48f3-a202-d7042e1e61de",
"Quantity": 1
},
{
"ShoppingCartItemID": "147a02da-b077-4a16-a4cd-e7db69425fd2",
"ShoppingCartID": "db1390ab-6792-466e-b88d-23b9695b3b09",
"TrainingClassID": "2f33e445-75a1-4723-876b-bb34d5bf2ecb",
"EmailPackageDefinitionID": "ec906dd4-6176-4fe4-9a22-58c6f2e4577d",
"InventoryItemID": "631f33c4-59fb-48f3-a202-d7042e1e61de",
"Quantity": 1
}
]