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": "71458186-6a6f-4771-b438-a8fb6bf3ea5f",
    "ShoppingCartID": "96a5853c-0c99-47e0-9e83-7093604f1703",
    "TrainingClassID": "50eb417a-c5c9-4a5c-8cf3-da05a46e9ced",
    "EmailPackageDefinitionID": "759ef52c-e180-405a-ac6f-d5b96fda08d6",
    "InventoryItemID": "c4a97eb8-ebbc-4a4a-80a0-1e7f1a6981ae",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "71458186-6a6f-4771-b438-a8fb6bf3ea5f",
    "ShoppingCartID": "96a5853c-0c99-47e0-9e83-7093604f1703",
    "TrainingClassID": "50eb417a-c5c9-4a5c-8cf3-da05a46e9ced",
    "EmailPackageDefinitionID": "759ef52c-e180-405a-ac6f-d5b96fda08d6",
    "InventoryItemID": "c4a97eb8-ebbc-4a4a-80a0-1e7f1a6981ae",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "71458186-6a6f-4771-b438-a8fb6bf3ea5f",
    "ShoppingCartID": "96a5853c-0c99-47e0-9e83-7093604f1703",
    "TrainingClassID": "50eb417a-c5c9-4a5c-8cf3-da05a46e9ced",
    "EmailPackageDefinitionID": "759ef52c-e180-405a-ac6f-d5b96fda08d6",
    "InventoryItemID": "c4a97eb8-ebbc-4a4a-80a0-1e7f1a6981ae",
    "Quantity": 1
  }
]