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": "7d1c76f3-a4dd-452b-b776-a6d52b75ac4c",
"ShoppingCartItemID": "da3ea30b-9e1f-49e9-b113-401c1bdb5f47",
"PersonID": "31eabca9-66c0-41ce-8ed0-e0078f164b39",
"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": "60e00658-a528-40b9-b9a1-24350110d36e",
"ShoppingCartItemID": "90060d37-5cae-4eb0-8c9b-28c9a2c28685",
"PersonID": "1601d3ec-f8db-4e8b-bf12-13b5badee93a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}