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": "108f331f-0881-4bd8-96a5-f7cfd893274d",
"ShoppingCartItemID": "10b9d9c4-44ca-4334-9c38-3c357055a6ef",
"PersonID": "3aa1aeef-7103-44dd-9485-2fc120e5e90f",
"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": "83c8b1c7-bfd0-489a-a275-3463f224100d",
"ShoppingCartItemID": "87823c13-d4db-4b02-9732-a29e45d121da",
"PersonID": "09fed5b1-2e01-4116-a605-c68f249208bc",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}