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": "27f721c7-8903-42a8-b138-88154505394e",
    "ShoppingCartID": "97990e4b-c112-4399-947a-ad56b94b0d9d",
    "TrainingClassID": "6a6451fe-2400-4849-9cbb-fefbf6c4ed8d",
    "EmailPackageDefinitionID": "a491506f-e4e4-4a82-aa71-bcdce9e51ccf",
    "InventoryItemID": "a7184499-fd48-430b-b6d7-174d04747d8e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "27f721c7-8903-42a8-b138-88154505394e",
    "ShoppingCartID": "97990e4b-c112-4399-947a-ad56b94b0d9d",
    "TrainingClassID": "6a6451fe-2400-4849-9cbb-fefbf6c4ed8d",
    "EmailPackageDefinitionID": "a491506f-e4e4-4a82-aa71-bcdce9e51ccf",
    "InventoryItemID": "a7184499-fd48-430b-b6d7-174d04747d8e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "27f721c7-8903-42a8-b138-88154505394e",
    "ShoppingCartID": "97990e4b-c112-4399-947a-ad56b94b0d9d",
    "TrainingClassID": "6a6451fe-2400-4849-9cbb-fefbf6c4ed8d",
    "EmailPackageDefinitionID": "a491506f-e4e4-4a82-aa71-bcdce9e51ccf",
    "InventoryItemID": "a7184499-fd48-430b-b6d7-174d04747d8e",
    "Quantity": 1
  }
]