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": "1364b95b-3f16-498c-aa20-911a9551bee8",
    "ShoppingCartID": "597a8437-4b4b-454c-8d7e-c32adf116e4e",
    "TrainingClassID": "ebedb3ad-e641-44dd-b45d-bf81ac49f386",
    "EmailPackageDefinitionID": "ed1c388e-bcae-481a-87ab-572b60228700",
    "InventoryItemID": "b6c01628-3e1b-4163-a05a-90cf3912d213",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1364b95b-3f16-498c-aa20-911a9551bee8",
    "ShoppingCartID": "597a8437-4b4b-454c-8d7e-c32adf116e4e",
    "TrainingClassID": "ebedb3ad-e641-44dd-b45d-bf81ac49f386",
    "EmailPackageDefinitionID": "ed1c388e-bcae-481a-87ab-572b60228700",
    "InventoryItemID": "b6c01628-3e1b-4163-a05a-90cf3912d213",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1364b95b-3f16-498c-aa20-911a9551bee8",
    "ShoppingCartID": "597a8437-4b4b-454c-8d7e-c32adf116e4e",
    "TrainingClassID": "ebedb3ad-e641-44dd-b45d-bf81ac49f386",
    "EmailPackageDefinitionID": "ed1c388e-bcae-481a-87ab-572b60228700",
    "InventoryItemID": "b6c01628-3e1b-4163-a05a-90cf3912d213",
    "Quantity": 1
  }
]