POST api/ShoppingCartPerson
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcartperson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "1fe2d3f2-b113-4479-a22c-a39e5ee8088c",
"ShoppingCartItemID": "a31024ad-352d-48e1-9b5d-5b7681ee73b2",
"PersonID": "e3848e65-434f-4d61-9e14-9d83b059625d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "1be67b97-64a8-4e3a-aed0-2aab9eebd3a5",
"ShoppingCartItemID": "52437d68-c15d-47cc-a682-1d426be4acaa",
"PersonID": "9c812ffc-114b-40ff-9070-ff3feee26170",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}