GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "bc1ea9d6-e396-4056-b487-c5e021abc9e9",
    "ShoppingCartItemID": "39bed938-b92f-42c9-b1ae-d5735a219d6b",
    "PersonID": "63a25884-2891-470e-af34-a1ddf40fe5df",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "bc1ea9d6-e396-4056-b487-c5e021abc9e9",
    "ShoppingCartItemID": "39bed938-b92f-42c9-b1ae-d5735a219d6b",
    "PersonID": "63a25884-2891-470e-af34-a1ddf40fe5df",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "bc1ea9d6-e396-4056-b487-c5e021abc9e9",
    "ShoppingCartItemID": "39bed938-b92f-42c9-b1ae-d5735a219d6b",
    "PersonID": "63a25884-2891-470e-af34-a1ddf40fe5df",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]