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": "21f76b84-6766-475c-9576-4f773258b264",
"ShoppingCartItemID": "94fc07f9-d1d2-4d8f-82e9-910bc5522b01",
"PersonID": "02770a1b-5609-4358-a33e-38a4ea30188e",
"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": "0972d43d-ee21-4f07-830f-a9e10a702c39",
"ShoppingCartItemID": "7996d19d-d71a-438f-a4b6-8a187b9984b3",
"PersonID": "ed280929-7c1b-4a71-8ea6-d70be13cd5f7",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}