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": "a8208a41-934f-4b10-b5d8-73f154f8d19b",
"ShoppingCartID": "aac575b4-181a-4a9e-b49c-954c8dc8b9e4",
"TrainingClassID": "16fd1322-064e-4827-b3e0-927ff074634b",
"EmailPackageDefinitionID": "aaa18a50-c48d-4d62-b56a-716564ee3ed5",
"InventoryItemID": "a8b2e12e-996f-4613-83c3-9b089b2772a4",
"Quantity": 1
},
{
"ShoppingCartItemID": "a8208a41-934f-4b10-b5d8-73f154f8d19b",
"ShoppingCartID": "aac575b4-181a-4a9e-b49c-954c8dc8b9e4",
"TrainingClassID": "16fd1322-064e-4827-b3e0-927ff074634b",
"EmailPackageDefinitionID": "aaa18a50-c48d-4d62-b56a-716564ee3ed5",
"InventoryItemID": "a8b2e12e-996f-4613-83c3-9b089b2772a4",
"Quantity": 1
},
{
"ShoppingCartItemID": "a8208a41-934f-4b10-b5d8-73f154f8d19b",
"ShoppingCartID": "aac575b4-181a-4a9e-b49c-954c8dc8b9e4",
"TrainingClassID": "16fd1322-064e-4827-b3e0-927ff074634b",
"EmailPackageDefinitionID": "aaa18a50-c48d-4d62-b56a-716564ee3ed5",
"InventoryItemID": "a8b2e12e-996f-4613-83c3-9b089b2772a4",
"Quantity": 1
}
]