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": "e144b298-a4e7-49bd-b0be-c2995463baf3",
    "ShoppingCartID": "b1dd029c-50d2-4e58-91c9-057e384e90ba",
    "TrainingClassID": "072f4e67-bed4-4f34-b21c-33392c2ae276",
    "EmailPackageDefinitionID": "905bacbf-ea04-4e83-829d-843f84b2b2f9",
    "InventoryItemID": "fb920491-6a8e-46b2-a86f-b3ef1ba4139d",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e144b298-a4e7-49bd-b0be-c2995463baf3",
    "ShoppingCartID": "b1dd029c-50d2-4e58-91c9-057e384e90ba",
    "TrainingClassID": "072f4e67-bed4-4f34-b21c-33392c2ae276",
    "EmailPackageDefinitionID": "905bacbf-ea04-4e83-829d-843f84b2b2f9",
    "InventoryItemID": "fb920491-6a8e-46b2-a86f-b3ef1ba4139d",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e144b298-a4e7-49bd-b0be-c2995463baf3",
    "ShoppingCartID": "b1dd029c-50d2-4e58-91c9-057e384e90ba",
    "TrainingClassID": "072f4e67-bed4-4f34-b21c-33392c2ae276",
    "EmailPackageDefinitionID": "905bacbf-ea04-4e83-829d-843f84b2b2f9",
    "InventoryItemID": "fb920491-6a8e-46b2-a86f-b3ef1ba4139d",
    "Quantity": 1
  }
]