GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "7aa3fe8b-34e8-49c4-91e5-3288d4982d76",
    "ShoppingCartItemID": "cd5f6922-0604-4499-be0b-d6a774fcc662",
    "PersonID": "562de88e-090c-494f-8419-1d8331b1aaf5",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "7aa3fe8b-34e8-49c4-91e5-3288d4982d76",
    "ShoppingCartItemID": "cd5f6922-0604-4499-be0b-d6a774fcc662",
    "PersonID": "562de88e-090c-494f-8419-1d8331b1aaf5",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "7aa3fe8b-34e8-49c4-91e5-3288d4982d76",
    "ShoppingCartItemID": "cd5f6922-0604-4499-be0b-d6a774fcc662",
    "PersonID": "562de88e-090c-494f-8419-1d8331b1aaf5",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]