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": "f418af99-162c-4f77-8792-f21093c36501",
"ShoppingCartItemID": "47a81941-5bbd-46dd-a148-d17c34d6580f",
"PersonID": "71a25f57-7168-4f85-81c7-506756c2342c",
"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": "47b07ce1-a8c3-4681-bb53-a113d9e643d3",
"ShoppingCartItemID": "84f48589-ec33-4ad4-828f-4e5f1e6d5d7f",
"PersonID": "8cdc436b-fa3a-4d4c-8cf0-eb598c85ef17",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}