GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "0538a4c5-f5ea-42ba-99ae-a889e3dd9bb2",
    "ShoppingCartItemID": "097e06ce-5460-437c-8c21-44b899b0420f",
    "PersonID": "d24da62a-3518-4271-b4bc-be16e08ec63f",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "0538a4c5-f5ea-42ba-99ae-a889e3dd9bb2",
    "ShoppingCartItemID": "097e06ce-5460-437c-8c21-44b899b0420f",
    "PersonID": "d24da62a-3518-4271-b4bc-be16e08ec63f",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "0538a4c5-f5ea-42ba-99ae-a889e3dd9bb2",
    "ShoppingCartItemID": "097e06ce-5460-437c-8c21-44b899b0420f",
    "PersonID": "d24da62a-3518-4271-b4bc-be16e08ec63f",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]