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": "4f251f0c-bd85-46e3-acdd-db80c864b826",
"ShoppingCartItemID": "04c79aa8-7612-494f-9d12-6fd832eaf365",
"PersonID": "f3e631fc-a2b5-48a3-b656-e0c655b6a3ed",
"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": "ff9ea432-ba33-4d99-b761-8e314ed39132",
"ShoppingCartItemID": "2653c16b-23f0-4ab3-bcaa-4c535be7e68f",
"PersonID": "328c53a3-4146-4c99-8c70-f6dd2fca2180",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}