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": "19a07d7a-8c80-4c9d-900a-7beb0e0ecf0d",
"ShoppingCartItemID": "611522dc-08cf-4d57-a4f5-340d3af98ba3",
"PersonID": "a86af6ef-0a37-46ef-9c1d-5af2c5ae70bd",
"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": "bff95152-7d59-4272-8c95-48934a416350",
"ShoppingCartItemID": "38622b55-a927-446a-a024-246c5512c36d",
"PersonID": "a23f6cc6-dce6-47ac-8b0a-b2490a790675",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}