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": "8cb7182f-984d-43a7-8a33-893e7a298c3c",
"ShoppingCartID": "eb55b45e-e811-46bb-8c17-183e1ba5a73c",
"TrainingClassID": "247daf1f-c34a-4e70-b42f-ef2f581f0eed",
"EmailPackageDefinitionID": "9b36fe57-45d4-4207-b506-67926b442784",
"InventoryItemID": "545397a4-40e4-42bc-baa7-a4e92391ce0e",
"Quantity": 1
},
{
"ShoppingCartItemID": "8cb7182f-984d-43a7-8a33-893e7a298c3c",
"ShoppingCartID": "eb55b45e-e811-46bb-8c17-183e1ba5a73c",
"TrainingClassID": "247daf1f-c34a-4e70-b42f-ef2f581f0eed",
"EmailPackageDefinitionID": "9b36fe57-45d4-4207-b506-67926b442784",
"InventoryItemID": "545397a4-40e4-42bc-baa7-a4e92391ce0e",
"Quantity": 1
},
{
"ShoppingCartItemID": "8cb7182f-984d-43a7-8a33-893e7a298c3c",
"ShoppingCartID": "eb55b45e-e811-46bb-8c17-183e1ba5a73c",
"TrainingClassID": "247daf1f-c34a-4e70-b42f-ef2f581f0eed",
"EmailPackageDefinitionID": "9b36fe57-45d4-4207-b506-67926b442784",
"InventoryItemID": "545397a4-40e4-42bc-baa7-a4e92391ce0e",
"Quantity": 1
}
]