GET api/ShoppingCartPerson

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "aeb48038-09be-427c-b361-e00f3a6e7233",
    "ShoppingCartItemID": "1e904a12-ba0b-40fb-8916-cd0669e41afc",
    "PersonID": "563dc5e4-5da0-4092-899f-ed0b7a94c28b",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "aeb48038-09be-427c-b361-e00f3a6e7233",
    "ShoppingCartItemID": "1e904a12-ba0b-40fb-8916-cd0669e41afc",
    "PersonID": "563dc5e4-5da0-4092-899f-ed0b7a94c28b",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "aeb48038-09be-427c-b361-e00f3a6e7233",
    "ShoppingCartItemID": "1e904a12-ba0b-40fb-8916-cd0669e41afc",
    "PersonID": "563dc5e4-5da0-4092-899f-ed0b7a94c28b",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]