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": "1dec6629-b621-43bb-bb4d-eba08b9f0e17",
"ShoppingCartItemID": "2b8abdec-e4d9-4674-acd9-1079a954a0d8",
"PersonID": "feffa3f1-9dd3-4181-a08c-f7c992cd6dfe",
"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": "8b81b162-99eb-4bad-b4d0-74496fbeb648",
"ShoppingCartItemID": "6fa73c77-47cf-453b-b51b-b5442aa7c891",
"PersonID": "753e091d-3529-4717-8032-0abe2faebd9a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}