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": "f5b3537e-e15d-4d7e-b28e-7bfca8cabc7f",
"ShoppingCartItemID": "e64697e7-180e-44b9-a5f2-c5d1d6cfb7ca",
"PersonID": "47add32e-b1e1-4634-ad68-19aaca314d50",
"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": "ed33ba6c-64ac-4808-a346-e6021fd6a420",
"ShoppingCartItemID": "0fb0ed87-aafd-4697-9eed-42a81339df50",
"PersonID": "8c95e41b-9a46-48fe-bdca-2c40fa0a1593",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}