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": "463a6e5f-2867-4ad4-9374-14294b2659d2",
"ShoppingCartItemID": "c6f44326-85a1-4d7a-97be-8f616d3de44c",
"PersonID": "94239b01-d098-4434-9665-ea3a8d6ce75d",
"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": "cd326247-8312-40a3-8b04-e00a12d131da",
"ShoppingCartItemID": "9433ab73-f115-40ef-9217-c63e176550a6",
"PersonID": "9dc94e89-b4b5-4fe9-9cd2-db70ec58d3dc",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}