GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "1b962ec6-731b-4ef7-b40c-38bda69f287c",
    "ShoppingCartItemID": "1d1fb7ff-e688-47a5-ba54-471de447e622",
    "PersonID": "a6f0676c-4c43-4b15-b2c0-45d498c71885",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "1b962ec6-731b-4ef7-b40c-38bda69f287c",
    "ShoppingCartItemID": "1d1fb7ff-e688-47a5-ba54-471de447e622",
    "PersonID": "a6f0676c-4c43-4b15-b2c0-45d498c71885",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "1b962ec6-731b-4ef7-b40c-38bda69f287c",
    "ShoppingCartItemID": "1d1fb7ff-e688-47a5-ba54-471de447e622",
    "PersonID": "a6f0676c-4c43-4b15-b2c0-45d498c71885",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]