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": "35b6f629-ab30-4222-ab1d-385dbbbfe833",
"ShoppingCartItemID": "768197a9-eb28-4449-859c-bb8b8e0188ef",
"PersonID": "80b86323-5ff2-4774-bb9a-a28d1ceb3649",
"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": "dd966db9-c099-4b23-ba05-c1b6a98fe429",
"ShoppingCartItemID": "5a5c1178-3e1f-4390-9784-79cc0566cd4c",
"PersonID": "92e6df0a-5a48-45e6-85b2-34cb74f0edd2",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}