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": "0ac5f1df-0665-4c31-8744-8ea894178d62",
"ShoppingCartItemID": "bfcdd3f8-ab67-430d-aebd-7e1406ae6bec",
"PersonID": "1c907bec-1e01-4f5e-a7e2-48f42d1edf40",
"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": "60dd1cfe-3278-422f-9b37-c880b1911cde",
"ShoppingCartItemID": "356e4642-2d72-4691-b565-5db3dd87f85f",
"PersonID": "1d513e06-1918-420c-9291-d2e40513de6a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}