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": "a7e91bfd-f9de-4d66-b94c-236f37898266",
    "ShoppingCartID": "968ed65a-8417-4786-a886-2f6656c91546",
    "TrainingClassID": "3e528f7d-5d06-4aa5-98e7-2c6d436b501f",
    "EmailPackageDefinitionID": "83dd9a79-5334-4056-b1e3-715542275b7a",
    "InventoryItemID": "43a70272-7878-4207-850b-cb5e3f7fb189",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a7e91bfd-f9de-4d66-b94c-236f37898266",
    "ShoppingCartID": "968ed65a-8417-4786-a886-2f6656c91546",
    "TrainingClassID": "3e528f7d-5d06-4aa5-98e7-2c6d436b501f",
    "EmailPackageDefinitionID": "83dd9a79-5334-4056-b1e3-715542275b7a",
    "InventoryItemID": "43a70272-7878-4207-850b-cb5e3f7fb189",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a7e91bfd-f9de-4d66-b94c-236f37898266",
    "ShoppingCartID": "968ed65a-8417-4786-a886-2f6656c91546",
    "TrainingClassID": "3e528f7d-5d06-4aa5-98e7-2c6d436b501f",
    "EmailPackageDefinitionID": "83dd9a79-5334-4056-b1e3-715542275b7a",
    "InventoryItemID": "43a70272-7878-4207-850b-cb5e3f7fb189",
    "Quantity": 1
  }
]