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": "e9c2d446-e383-4030-bcb4-5ea94b746e32",
    "ShoppingCartID": "7184df0d-55d8-41b6-a959-830045710ef0",
    "TrainingClassID": "5ae41caa-bc4b-4bab-bf1f-16a9023a43bb",
    "EmailPackageDefinitionID": "49ed9226-68ac-4db3-87c0-6eb8452d8937",
    "InventoryItemID": "6981303c-e943-4a4c-b994-8aaeb0db01a0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e9c2d446-e383-4030-bcb4-5ea94b746e32",
    "ShoppingCartID": "7184df0d-55d8-41b6-a959-830045710ef0",
    "TrainingClassID": "5ae41caa-bc4b-4bab-bf1f-16a9023a43bb",
    "EmailPackageDefinitionID": "49ed9226-68ac-4db3-87c0-6eb8452d8937",
    "InventoryItemID": "6981303c-e943-4a4c-b994-8aaeb0db01a0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e9c2d446-e383-4030-bcb4-5ea94b746e32",
    "ShoppingCartID": "7184df0d-55d8-41b6-a959-830045710ef0",
    "TrainingClassID": "5ae41caa-bc4b-4bab-bf1f-16a9023a43bb",
    "EmailPackageDefinitionID": "49ed9226-68ac-4db3-87c0-6eb8452d8937",
    "InventoryItemID": "6981303c-e943-4a4c-b994-8aaeb0db01a0",
    "Quantity": 1
  }
]