GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "64ee366d-7490-4176-acd9-4f5824ca3ace",
    "ShoppingCartItemID": "e0daa07d-b039-4206-a403-e5b0aef56c32",
    "PersonID": "0fde60a2-484e-45a8-b154-5f23464db056",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "64ee366d-7490-4176-acd9-4f5824ca3ace",
    "ShoppingCartItemID": "e0daa07d-b039-4206-a403-e5b0aef56c32",
    "PersonID": "0fde60a2-484e-45a8-b154-5f23464db056",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "64ee366d-7490-4176-acd9-4f5824ca3ace",
    "ShoppingCartItemID": "e0daa07d-b039-4206-a403-e5b0aef56c32",
    "PersonID": "0fde60a2-484e-45a8-b154-5f23464db056",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]