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": "fd731417-cd65-4a50-9c8b-386ffd14a81f",
"ShoppingCartID": "1fc896af-d2ca-46f0-baa1-a32db866a33e",
"TrainingClassID": "ce1a3612-7d9d-4ec1-9046-e6ed7e22adb8",
"EmailPackageDefinitionID": "6326acc0-0279-4d46-9be3-844d13e2b09f",
"InventoryItemID": "93e206eb-34a4-43ac-b67f-dc1c93d13be5",
"Quantity": 1
},
{
"ShoppingCartItemID": "fd731417-cd65-4a50-9c8b-386ffd14a81f",
"ShoppingCartID": "1fc896af-d2ca-46f0-baa1-a32db866a33e",
"TrainingClassID": "ce1a3612-7d9d-4ec1-9046-e6ed7e22adb8",
"EmailPackageDefinitionID": "6326acc0-0279-4d46-9be3-844d13e2b09f",
"InventoryItemID": "93e206eb-34a4-43ac-b67f-dc1c93d13be5",
"Quantity": 1
},
{
"ShoppingCartItemID": "fd731417-cd65-4a50-9c8b-386ffd14a81f",
"ShoppingCartID": "1fc896af-d2ca-46f0-baa1-a32db866a33e",
"TrainingClassID": "ce1a3612-7d9d-4ec1-9046-e6ed7e22adb8",
"EmailPackageDefinitionID": "6326acc0-0279-4d46-9be3-844d13e2b09f",
"InventoryItemID": "93e206eb-34a4-43ac-b67f-dc1c93d13be5",
"Quantity": 1
}
]