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": "bbf15c0c-1f82-4a33-b9b0-16399acccf93",
"ShoppingCartItemID": "d89ea5e9-c3f4-4d3d-980b-6e9c89a82f49",
"PersonID": "e5597bce-d3e6-4528-bf10-bbcaf9917f44",
"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": "aac150ac-9aad-4a19-8b71-9ea74ebf9361",
"ShoppingCartItemID": "19349af7-d426-48f2-8ccf-0cdf56fda647",
"PersonID": "5ebddeed-ab02-49d2-aba1-8a245b38da75",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}