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": "6fa0278e-6bff-4cbe-8acb-aaa81940cd17",
    "ShoppingCartID": "1a607923-bf89-4589-91c0-b170c2a6271e",
    "TrainingClassID": "1ea2583c-2ad4-414d-832f-d2967a281535",
    "EmailPackageDefinitionID": "e81b3eca-d7ff-440b-81ed-8c3534b04d73",
    "InventoryItemID": "21a58ae1-68ae-47bc-b1cd-66b2db17061b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6fa0278e-6bff-4cbe-8acb-aaa81940cd17",
    "ShoppingCartID": "1a607923-bf89-4589-91c0-b170c2a6271e",
    "TrainingClassID": "1ea2583c-2ad4-414d-832f-d2967a281535",
    "EmailPackageDefinitionID": "e81b3eca-d7ff-440b-81ed-8c3534b04d73",
    "InventoryItemID": "21a58ae1-68ae-47bc-b1cd-66b2db17061b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6fa0278e-6bff-4cbe-8acb-aaa81940cd17",
    "ShoppingCartID": "1a607923-bf89-4589-91c0-b170c2a6271e",
    "TrainingClassID": "1ea2583c-2ad4-414d-832f-d2967a281535",
    "EmailPackageDefinitionID": "e81b3eca-d7ff-440b-81ed-8c3534b04d73",
    "InventoryItemID": "21a58ae1-68ae-47bc-b1cd-66b2db17061b",
    "Quantity": 1
  }
]