GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "35cf4a59-864c-4aeb-b10a-aedc6774bb52",
    "ShoppingCartID": "d2f2e3eb-3d1b-4e31-a433-3be12faf268e",
    "TrainingClassID": "7ed00c53-b6f0-452e-b46b-e3e730f60546",
    "EmailPackageDefinitionID": "e6f486a7-2c63-4fc5-a282-9f7cf892fb80",
    "InventoryItemID": "a04f978d-8787-4108-ab0a-bf2ae384cc9f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "35cf4a59-864c-4aeb-b10a-aedc6774bb52",
    "ShoppingCartID": "d2f2e3eb-3d1b-4e31-a433-3be12faf268e",
    "TrainingClassID": "7ed00c53-b6f0-452e-b46b-e3e730f60546",
    "EmailPackageDefinitionID": "e6f486a7-2c63-4fc5-a282-9f7cf892fb80",
    "InventoryItemID": "a04f978d-8787-4108-ab0a-bf2ae384cc9f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "35cf4a59-864c-4aeb-b10a-aedc6774bb52",
    "ShoppingCartID": "d2f2e3eb-3d1b-4e31-a433-3be12faf268e",
    "TrainingClassID": "7ed00c53-b6f0-452e-b46b-e3e730f60546",
    "EmailPackageDefinitionID": "e6f486a7-2c63-4fc5-a282-9f7cf892fb80",
    "InventoryItemID": "a04f978d-8787-4108-ab0a-bf2ae384cc9f",
    "Quantity": 1
  }
]