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": "51ca5c71-cfe4-41f2-bb90-bc9f616784fd",
"ShoppingCartItemID": "92435d2e-e9b1-4b15-91fb-27f4ea898258",
"PersonID": "2895ed15-6c10-4efa-9225-eb1be5bbe70d",
"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": "8285c01a-1ccc-4f05-8bb8-6757d4150f7b",
"ShoppingCartItemID": "ca599e04-3a85-4984-8730-d501ae5dde30",
"PersonID": "12d59d01-bc0b-4e09-92fd-b25a0952d6f9",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}