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": "b92cb0db-ccb1-4eb4-b737-e8a8f45fe903",
    "ShoppingCartID": "96f4c0b0-19f9-4f69-b098-9a67be6f4df2",
    "TrainingClassID": "5bcfb8a5-8f6b-4fae-bcda-271b0939c28c",
    "EmailPackageDefinitionID": "e2e951c8-1a5f-4ef0-a2b6-d0e38fbf53e8",
    "InventoryItemID": "4cfcd267-0381-42c8-81c6-a23ad95e49d8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b92cb0db-ccb1-4eb4-b737-e8a8f45fe903",
    "ShoppingCartID": "96f4c0b0-19f9-4f69-b098-9a67be6f4df2",
    "TrainingClassID": "5bcfb8a5-8f6b-4fae-bcda-271b0939c28c",
    "EmailPackageDefinitionID": "e2e951c8-1a5f-4ef0-a2b6-d0e38fbf53e8",
    "InventoryItemID": "4cfcd267-0381-42c8-81c6-a23ad95e49d8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b92cb0db-ccb1-4eb4-b737-e8a8f45fe903",
    "ShoppingCartID": "96f4c0b0-19f9-4f69-b098-9a67be6f4df2",
    "TrainingClassID": "5bcfb8a5-8f6b-4fae-bcda-271b0939c28c",
    "EmailPackageDefinitionID": "e2e951c8-1a5f-4ef0-a2b6-d0e38fbf53e8",
    "InventoryItemID": "4cfcd267-0381-42c8-81c6-a23ad95e49d8",
    "Quantity": 1
  }
]