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": "69db6436-3ddd-440c-8e2f-f6e453256dd0",
"ShoppingCartItemID": "7423af18-5d61-473a-b2cd-19cfe0aec354",
"PersonID": "5858ecef-7e8e-4517-a225-52e97ea7394c",
"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": "a896128b-d7ec-43f4-87e7-c63ea5398721",
"ShoppingCartItemID": "ac3fde1e-cd88-4d56-8f1f-bed7b5961a92",
"PersonID": "0f8a7fa5-398f-4e3a-972b-6d6b1c13ea04",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}