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": "8fb23921-b1f1-4052-9496-3d513b96d496",
    "ShoppingCartID": "ef6e2e40-da08-4f36-baa0-f9fa4c39e0a5",
    "TrainingClassID": "a7fabedc-61c1-4e07-a211-5559073586ba",
    "EmailPackageDefinitionID": "2ef1a3f3-bbb2-4d31-ba73-6b081ebdde25",
    "InventoryItemID": "e8f80e9b-155c-40e2-92c7-db3ab23eb7a7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8fb23921-b1f1-4052-9496-3d513b96d496",
    "ShoppingCartID": "ef6e2e40-da08-4f36-baa0-f9fa4c39e0a5",
    "TrainingClassID": "a7fabedc-61c1-4e07-a211-5559073586ba",
    "EmailPackageDefinitionID": "2ef1a3f3-bbb2-4d31-ba73-6b081ebdde25",
    "InventoryItemID": "e8f80e9b-155c-40e2-92c7-db3ab23eb7a7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8fb23921-b1f1-4052-9496-3d513b96d496",
    "ShoppingCartID": "ef6e2e40-da08-4f36-baa0-f9fa4c39e0a5",
    "TrainingClassID": "a7fabedc-61c1-4e07-a211-5559073586ba",
    "EmailPackageDefinitionID": "2ef1a3f3-bbb2-4d31-ba73-6b081ebdde25",
    "InventoryItemID": "e8f80e9b-155c-40e2-92c7-db3ab23eb7a7",
    "Quantity": 1
  }
]