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": "711c8ecc-99e7-4b7b-8242-a9c44d6b1b4e",
"ShoppingCartItemID": "d8f7344c-e923-485c-9c1d-9c6ed225a0c5",
"PersonID": "39e6f24b-8c42-4433-b3ef-6f8836b0c2e5",
"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": "7fbeda9e-d9ca-4085-93c0-a6b925194506",
"ShoppingCartItemID": "34f8ad6e-2e6f-4c14-826a-b466a5b26ff3",
"PersonID": "2a2f62bf-3995-4c3a-9952-c7a5530d9ace",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}