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": "4ef6152b-4061-4759-aad2-b3961ca91845",
"ShoppingCartItemID": "e35fe33d-7dbb-41a8-80e2-773333a07d8f",
"PersonID": "6ae721d8-c16a-47c8-b328-025d509a97a0",
"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": "f4cbcd4e-7513-4b00-a9f7-814e8f6f89f3",
"ShoppingCartItemID": "23e025e9-22fc-44dc-aae6-9e2154726b85",
"PersonID": "49fae9d2-0abd-4af0-ab68-b92935878b27",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}