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": "d97b0c81-63c8-447e-8e70-42c2d10291d9",
    "ShoppingCartID": "e575aeee-fc4e-41c8-a4c8-5a7643c1a0ee",
    "TrainingClassID": "a997528d-e523-4e16-93f2-84229d23c0d6",
    "EmailPackageDefinitionID": "547db546-381e-48c4-9e52-fd862a05fee1",
    "InventoryItemID": "4c263410-1ea1-4936-91cf-14217cf9b6db",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d97b0c81-63c8-447e-8e70-42c2d10291d9",
    "ShoppingCartID": "e575aeee-fc4e-41c8-a4c8-5a7643c1a0ee",
    "TrainingClassID": "a997528d-e523-4e16-93f2-84229d23c0d6",
    "EmailPackageDefinitionID": "547db546-381e-48c4-9e52-fd862a05fee1",
    "InventoryItemID": "4c263410-1ea1-4936-91cf-14217cf9b6db",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d97b0c81-63c8-447e-8e70-42c2d10291d9",
    "ShoppingCartID": "e575aeee-fc4e-41c8-a4c8-5a7643c1a0ee",
    "TrainingClassID": "a997528d-e523-4e16-93f2-84229d23c0d6",
    "EmailPackageDefinitionID": "547db546-381e-48c4-9e52-fd862a05fee1",
    "InventoryItemID": "4c263410-1ea1-4936-91cf-14217cf9b6db",
    "Quantity": 1
  }
]