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": "bf82ddb8-2703-4f46-9663-fae145ece345",
"ShoppingCartItemID": "777f3cf1-acab-487a-8eb5-2da6d77b8306",
"PersonID": "2f7fc155-c878-4db5-9755-942f777727c3",
"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": "c8a689f2-f127-4e7a-9af0-82c2ca2a8fa5",
"ShoppingCartItemID": "3360f3f1-8dc7-4680-9f47-76874d6e81c5",
"PersonID": "cf087ee3-1c46-4c07-a609-6a9ca36aa63e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}