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": "733040b2-3752-43ac-91ef-28b6c786ef70",
    "ShoppingCartID": "a9e325c2-4a05-48f5-966f-5172051ffac0",
    "TrainingClassID": "16416ddb-629b-406c-8c51-d3000c1008e4",
    "EmailPackageDefinitionID": "3dc3c199-8abd-44bd-b8fb-8ef5ee496569",
    "InventoryItemID": "5ea48b96-3833-49b0-9ac8-9be1493c2471",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "733040b2-3752-43ac-91ef-28b6c786ef70",
    "ShoppingCartID": "a9e325c2-4a05-48f5-966f-5172051ffac0",
    "TrainingClassID": "16416ddb-629b-406c-8c51-d3000c1008e4",
    "EmailPackageDefinitionID": "3dc3c199-8abd-44bd-b8fb-8ef5ee496569",
    "InventoryItemID": "5ea48b96-3833-49b0-9ac8-9be1493c2471",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "733040b2-3752-43ac-91ef-28b6c786ef70",
    "ShoppingCartID": "a9e325c2-4a05-48f5-966f-5172051ffac0",
    "TrainingClassID": "16416ddb-629b-406c-8c51-d3000c1008e4",
    "EmailPackageDefinitionID": "3dc3c199-8abd-44bd-b8fb-8ef5ee496569",
    "InventoryItemID": "5ea48b96-3833-49b0-9ac8-9be1493c2471",
    "Quantity": 1
  }
]