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": "38381412-2b81-4e4d-8678-16f3e85644e8",
    "ShoppingCartID": "e71bf1fc-3184-48e6-a6cd-6ce9218acacf",
    "TrainingClassID": "294896b9-474b-40db-b16a-e70ef669cdc6",
    "EmailPackageDefinitionID": "ae617f17-35c2-436c-92ac-4f5ab02ba28c",
    "InventoryItemID": "be0a43a6-1be9-45bb-9abe-c455f4f05425",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "38381412-2b81-4e4d-8678-16f3e85644e8",
    "ShoppingCartID": "e71bf1fc-3184-48e6-a6cd-6ce9218acacf",
    "TrainingClassID": "294896b9-474b-40db-b16a-e70ef669cdc6",
    "EmailPackageDefinitionID": "ae617f17-35c2-436c-92ac-4f5ab02ba28c",
    "InventoryItemID": "be0a43a6-1be9-45bb-9abe-c455f4f05425",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "38381412-2b81-4e4d-8678-16f3e85644e8",
    "ShoppingCartID": "e71bf1fc-3184-48e6-a6cd-6ce9218acacf",
    "TrainingClassID": "294896b9-474b-40db-b16a-e70ef669cdc6",
    "EmailPackageDefinitionID": "ae617f17-35c2-436c-92ac-4f5ab02ba28c",
    "InventoryItemID": "be0a43a6-1be9-45bb-9abe-c455f4f05425",
    "Quantity": 1
  }
]