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": "7626881b-1d4c-4bcc-8d05-d883b0d68844",
    "ShoppingCartID": "0394017f-0285-4b5f-8ffe-4b7e9032650b",
    "TrainingClassID": "0782ffc9-48d8-40d1-b188-7a9baaeabe19",
    "EmailPackageDefinitionID": "d56aea91-e786-4af6-b232-8a46a2f5d67a",
    "InventoryItemID": "163f35d0-3033-4ec9-89e1-2c525c5bc429",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7626881b-1d4c-4bcc-8d05-d883b0d68844",
    "ShoppingCartID": "0394017f-0285-4b5f-8ffe-4b7e9032650b",
    "TrainingClassID": "0782ffc9-48d8-40d1-b188-7a9baaeabe19",
    "EmailPackageDefinitionID": "d56aea91-e786-4af6-b232-8a46a2f5d67a",
    "InventoryItemID": "163f35d0-3033-4ec9-89e1-2c525c5bc429",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7626881b-1d4c-4bcc-8d05-d883b0d68844",
    "ShoppingCartID": "0394017f-0285-4b5f-8ffe-4b7e9032650b",
    "TrainingClassID": "0782ffc9-48d8-40d1-b188-7a9baaeabe19",
    "EmailPackageDefinitionID": "d56aea91-e786-4af6-b232-8a46a2f5d67a",
    "InventoryItemID": "163f35d0-3033-4ec9-89e1-2c525c5bc429",
    "Quantity": 1
  }
]