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": "cca13213-bd77-4208-9648-2f285fad7075",
    "ShoppingCartID": "45f0fc47-7dfb-4fa4-8b54-31139599134b",
    "TrainingClassID": "025c40ed-0121-45ea-9616-cbdbef2e8c36",
    "EmailPackageDefinitionID": "3a96c19a-c284-46f1-b165-17aed3781ec2",
    "InventoryItemID": "4b038923-494f-4901-b2aa-e04432a6fa73",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "cca13213-bd77-4208-9648-2f285fad7075",
    "ShoppingCartID": "45f0fc47-7dfb-4fa4-8b54-31139599134b",
    "TrainingClassID": "025c40ed-0121-45ea-9616-cbdbef2e8c36",
    "EmailPackageDefinitionID": "3a96c19a-c284-46f1-b165-17aed3781ec2",
    "InventoryItemID": "4b038923-494f-4901-b2aa-e04432a6fa73",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "cca13213-bd77-4208-9648-2f285fad7075",
    "ShoppingCartID": "45f0fc47-7dfb-4fa4-8b54-31139599134b",
    "TrainingClassID": "025c40ed-0121-45ea-9616-cbdbef2e8c36",
    "EmailPackageDefinitionID": "3a96c19a-c284-46f1-b165-17aed3781ec2",
    "InventoryItemID": "4b038923-494f-4901-b2aa-e04432a6fa73",
    "Quantity": 1
  }
]