GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "04037d22-9cc0-46a3-8979-9c6ae478daa3",
    "ShoppingCartItemID": "0cb6751e-9eba-42df-bdb6-a65c70cc84fc",
    "PersonID": "777edd86-8712-4985-9cc2-58aa9ed6004e",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "04037d22-9cc0-46a3-8979-9c6ae478daa3",
    "ShoppingCartItemID": "0cb6751e-9eba-42df-bdb6-a65c70cc84fc",
    "PersonID": "777edd86-8712-4985-9cc2-58aa9ed6004e",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "04037d22-9cc0-46a3-8979-9c6ae478daa3",
    "ShoppingCartItemID": "0cb6751e-9eba-42df-bdb6-a65c70cc84fc",
    "PersonID": "777edd86-8712-4985-9cc2-58aa9ed6004e",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]