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": "2db055e3-6b93-498f-aba7-b66f98449dfb",
"ShoppingCartID": "7b84acc4-22f4-4b0d-ade9-6405564488ab",
"TrainingClassID": "abb1656e-dcec-4156-97e5-7edb79dc0dc6",
"EmailPackageDefinitionID": "94c07206-45ea-49be-bafe-29e3c1a8a8f7",
"InventoryItemID": "c44f052a-df76-4e33-9da1-663a8f099d75",
"Quantity": 1
},
{
"ShoppingCartItemID": "2db055e3-6b93-498f-aba7-b66f98449dfb",
"ShoppingCartID": "7b84acc4-22f4-4b0d-ade9-6405564488ab",
"TrainingClassID": "abb1656e-dcec-4156-97e5-7edb79dc0dc6",
"EmailPackageDefinitionID": "94c07206-45ea-49be-bafe-29e3c1a8a8f7",
"InventoryItemID": "c44f052a-df76-4e33-9da1-663a8f099d75",
"Quantity": 1
},
{
"ShoppingCartItemID": "2db055e3-6b93-498f-aba7-b66f98449dfb",
"ShoppingCartID": "7b84acc4-22f4-4b0d-ade9-6405564488ab",
"TrainingClassID": "abb1656e-dcec-4156-97e5-7edb79dc0dc6",
"EmailPackageDefinitionID": "94c07206-45ea-49be-bafe-29e3c1a8a8f7",
"InventoryItemID": "c44f052a-df76-4e33-9da1-663a8f099d75",
"Quantity": 1
}
]