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": "1800eeee-d772-4b7a-bff2-f29820cd91c9",
"ShoppingCartID": "b2eb121e-449c-469b-b170-8023486f44c2",
"TrainingClassID": "eef8198d-8923-43a8-af87-c0cbd5fdc7b9",
"EmailPackageDefinitionID": "187c9fc0-89ff-4e02-9603-18bee0131bd4",
"InventoryItemID": "25d8be22-e295-43a5-8292-e2c184b6b3f0",
"Quantity": 1
},
{
"ShoppingCartItemID": "1800eeee-d772-4b7a-bff2-f29820cd91c9",
"ShoppingCartID": "b2eb121e-449c-469b-b170-8023486f44c2",
"TrainingClassID": "eef8198d-8923-43a8-af87-c0cbd5fdc7b9",
"EmailPackageDefinitionID": "187c9fc0-89ff-4e02-9603-18bee0131bd4",
"InventoryItemID": "25d8be22-e295-43a5-8292-e2c184b6b3f0",
"Quantity": 1
},
{
"ShoppingCartItemID": "1800eeee-d772-4b7a-bff2-f29820cd91c9",
"ShoppingCartID": "b2eb121e-449c-469b-b170-8023486f44c2",
"TrainingClassID": "eef8198d-8923-43a8-af87-c0cbd5fdc7b9",
"EmailPackageDefinitionID": "187c9fc0-89ff-4e02-9603-18bee0131bd4",
"InventoryItemID": "25d8be22-e295-43a5-8292-e2c184b6b3f0",
"Quantity": 1
}
]