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": "12069ef2-816d-43c8-8a69-a8f466b35ec5",
    "ShoppingCartID": "3d8aef61-da92-424b-9be0-b0af8091c8d4",
    "TrainingClassID": "ef1431ef-6edf-4344-8f19-67335fe9436c",
    "EmailPackageDefinitionID": "05d58641-540c-42ee-b8ef-a66655ccd047",
    "InventoryItemID": "3e83f684-c336-492f-8422-8b4541b94069",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "12069ef2-816d-43c8-8a69-a8f466b35ec5",
    "ShoppingCartID": "3d8aef61-da92-424b-9be0-b0af8091c8d4",
    "TrainingClassID": "ef1431ef-6edf-4344-8f19-67335fe9436c",
    "EmailPackageDefinitionID": "05d58641-540c-42ee-b8ef-a66655ccd047",
    "InventoryItemID": "3e83f684-c336-492f-8422-8b4541b94069",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "12069ef2-816d-43c8-8a69-a8f466b35ec5",
    "ShoppingCartID": "3d8aef61-da92-424b-9be0-b0af8091c8d4",
    "TrainingClassID": "ef1431ef-6edf-4344-8f19-67335fe9436c",
    "EmailPackageDefinitionID": "05d58641-540c-42ee-b8ef-a66655ccd047",
    "InventoryItemID": "3e83f684-c336-492f-8422-8b4541b94069",
    "Quantity": 1
  }
]