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": "6c946ff7-2168-4fbe-b543-bc14a5dbcadc",
"ShoppingCartItemID": "26f47eb6-5125-4bc7-bbf9-3bac4f5ca25e",
"PersonID": "1a5bb81b-50a2-4f6c-8ea2-63edbdfab2b5",
"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": "c6ed8ce1-ebfe-4888-82e7-04dd4f340e6a",
"ShoppingCartItemID": "16a88be9-c2ba-4e7e-9a79-9c28d0cbe410",
"PersonID": "f0597589-29ca-4f36-8306-93525ea88d9b",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}