GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "9a2f1658-884b-49ac-8919-16ebaac26be1",
    "ShoppingCartID": "df440b08-60de-42ab-99c7-4cd284225aed",
    "TrainingClassID": "88f9dad4-4776-4de8-9126-5f2818725b01",
    "EmailPackageDefinitionID": "f920c2d2-70e2-4a22-8250-64455f0f9ac4",
    "InventoryItemID": "eda56449-762a-4d1e-add7-5c9cb64e06a7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "9a2f1658-884b-49ac-8919-16ebaac26be1",
    "ShoppingCartID": "df440b08-60de-42ab-99c7-4cd284225aed",
    "TrainingClassID": "88f9dad4-4776-4de8-9126-5f2818725b01",
    "EmailPackageDefinitionID": "f920c2d2-70e2-4a22-8250-64455f0f9ac4",
    "InventoryItemID": "eda56449-762a-4d1e-add7-5c9cb64e06a7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "9a2f1658-884b-49ac-8919-16ebaac26be1",
    "ShoppingCartID": "df440b08-60de-42ab-99c7-4cd284225aed",
    "TrainingClassID": "88f9dad4-4776-4de8-9126-5f2818725b01",
    "EmailPackageDefinitionID": "f920c2d2-70e2-4a22-8250-64455f0f9ac4",
    "InventoryItemID": "eda56449-762a-4d1e-add7-5c9cb64e06a7",
    "Quantity": 1
  }
]