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": "8604e8e0-c21f-4e12-9866-c70d88be1e62",
    "ShoppingCartID": "a625713d-90f0-432a-9f9c-255afdece46e",
    "TrainingClassID": "91eeefd5-36d5-41d5-a1cc-29c82ca91413",
    "EmailPackageDefinitionID": "67264496-8a39-4a33-9bf5-806137bef688",
    "InventoryItemID": "f0265096-e3a4-4d7a-a5dd-d794d30c2e60",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8604e8e0-c21f-4e12-9866-c70d88be1e62",
    "ShoppingCartID": "a625713d-90f0-432a-9f9c-255afdece46e",
    "TrainingClassID": "91eeefd5-36d5-41d5-a1cc-29c82ca91413",
    "EmailPackageDefinitionID": "67264496-8a39-4a33-9bf5-806137bef688",
    "InventoryItemID": "f0265096-e3a4-4d7a-a5dd-d794d30c2e60",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8604e8e0-c21f-4e12-9866-c70d88be1e62",
    "ShoppingCartID": "a625713d-90f0-432a-9f9c-255afdece46e",
    "TrainingClassID": "91eeefd5-36d5-41d5-a1cc-29c82ca91413",
    "EmailPackageDefinitionID": "67264496-8a39-4a33-9bf5-806137bef688",
    "InventoryItemID": "f0265096-e3a4-4d7a-a5dd-d794d30c2e60",
    "Quantity": 1
  }
]