GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "429be4ba-0b79-4e1b-b270-e75eccce7178",
    "ShoppingCartItemID": "f596503e-85b1-42c8-9392-75ffb579d626",
    "PersonID": "c4050b08-f710-4e21-a26e-d67e3fb8b786",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "429be4ba-0b79-4e1b-b270-e75eccce7178",
    "ShoppingCartItemID": "f596503e-85b1-42c8-9392-75ffb579d626",
    "PersonID": "c4050b08-f710-4e21-a26e-d67e3fb8b786",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "429be4ba-0b79-4e1b-b270-e75eccce7178",
    "ShoppingCartItemID": "f596503e-85b1-42c8-9392-75ffb579d626",
    "PersonID": "c4050b08-f710-4e21-a26e-d67e3fb8b786",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]