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": "8ce69118-e0de-464d-beb9-be2acc9d80e2",
"ShoppingCartItemID": "4d006eed-ce46-4807-83d6-13c66d40a93a",
"PersonID": "10ca51d4-20d8-49b1-86d0-4ceb8e4f0670",
"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": "9659722d-dd73-46fd-80e6-7a03cf1253ea",
"ShoppingCartItemID": "7cea2a68-e977-4fbe-a79a-cb87b81ed218",
"PersonID": "22449e8d-25fe-45bf-96e0-2627a5a220f1",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}