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": "8560181f-946e-4864-bd3a-2ff296780ae3",
"ShoppingCartItemID": "20a739dd-8fc5-457e-8b21-ac1147753050",
"PersonID": "d42b47fb-ac65-484d-93a4-3da454ab17b0",
"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": "8a0d5b7d-80ef-4f14-87c6-83e3184504d9",
"ShoppingCartItemID": "cf6b7008-b8f3-4c73-86bc-f62907b4f462",
"PersonID": "dbbe51f6-39d0-47e9-b420-6d0a2ffe9851",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}