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": "ce70254b-1d96-4f8f-a923-94d94718ca72",
"ShoppingCartItemID": "296893a4-0315-48ab-ae01-865b094990fd",
"PersonID": "af2ac333-9af4-4411-93d2-4c544935ee8d",
"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": "b84f6bef-a527-4789-9f69-2420894bdd37",
"ShoppingCartItemID": "1a407878-0723-443e-a0f8-b671e3fb2920",
"PersonID": "98cf9076-f191-4010-bb03-009d49714e82",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}