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": "496740bf-de57-46b5-8355-7a24b41eed75",
"ShoppingCartItemID": "a6659bb8-d777-47ac-8dba-289cdd20a56f",
"PersonID": "dac4200e-255d-4ad5-a9cb-b5bb5b922818",
"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": "83538d61-a9bc-4fc1-9cab-dc8fe4f7e3cc",
"ShoppingCartItemID": "a92ef11e-4461-4575-82ad-e4c5a66fb929",
"PersonID": "697d4790-11f9-4a33-b6ce-37853b0547b1",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}