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": "670a3c2a-132f-4623-be46-539013610235",
    "ShoppingCartID": "f3c26a86-592f-4a8e-94a6-b370445330ee",
    "TrainingClassID": "4eeca0fb-70da-452f-a260-cbd018094122",
    "EmailPackageDefinitionID": "53cea73e-f875-48cc-b7ea-fe7b0086e0a3",
    "InventoryItemID": "ca587978-6280-480d-b7af-02d2f111fc62",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "670a3c2a-132f-4623-be46-539013610235",
    "ShoppingCartID": "f3c26a86-592f-4a8e-94a6-b370445330ee",
    "TrainingClassID": "4eeca0fb-70da-452f-a260-cbd018094122",
    "EmailPackageDefinitionID": "53cea73e-f875-48cc-b7ea-fe7b0086e0a3",
    "InventoryItemID": "ca587978-6280-480d-b7af-02d2f111fc62",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "670a3c2a-132f-4623-be46-539013610235",
    "ShoppingCartID": "f3c26a86-592f-4a8e-94a6-b370445330ee",
    "TrainingClassID": "4eeca0fb-70da-452f-a260-cbd018094122",
    "EmailPackageDefinitionID": "53cea73e-f875-48cc-b7ea-fe7b0086e0a3",
    "InventoryItemID": "ca587978-6280-480d-b7af-02d2f111fc62",
    "Quantity": 1
  }
]