GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "aebd432e-bb70-46c1-b10f-f2cb52573b1d",
    "ShoppingCartID": "9c7161bb-5e3e-4f6d-89d8-ba85c9350955",
    "TrainingClassID": "50b4b97a-bed8-4016-974d-359b9d2565cb",
    "EmailPackageDefinitionID": "d0ecdf75-9f27-4337-8194-fb7712eefc21",
    "InventoryItemID": "2bbe54d7-e7b5-423a-ae8f-328f844641b9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "aebd432e-bb70-46c1-b10f-f2cb52573b1d",
    "ShoppingCartID": "9c7161bb-5e3e-4f6d-89d8-ba85c9350955",
    "TrainingClassID": "50b4b97a-bed8-4016-974d-359b9d2565cb",
    "EmailPackageDefinitionID": "d0ecdf75-9f27-4337-8194-fb7712eefc21",
    "InventoryItemID": "2bbe54d7-e7b5-423a-ae8f-328f844641b9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "aebd432e-bb70-46c1-b10f-f2cb52573b1d",
    "ShoppingCartID": "9c7161bb-5e3e-4f6d-89d8-ba85c9350955",
    "TrainingClassID": "50b4b97a-bed8-4016-974d-359b9d2565cb",
    "EmailPackageDefinitionID": "d0ecdf75-9f27-4337-8194-fb7712eefc21",
    "InventoryItemID": "2bbe54d7-e7b5-423a-ae8f-328f844641b9",
    "Quantity": 1
  }
]