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": "e65fc704-29d6-4015-85ed-141c12dfd373",
"ShoppingCartItemID": "fa14b16e-6209-45d5-bf3c-6064072e29f9",
"PersonID": "dd88df47-111c-4d30-b8be-07c55cc375a5",
"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": "cb98ceed-07a9-4838-a2ea-d7caca16e45b",
"ShoppingCartItemID": "aa745f1e-2140-478f-bbe6-4ed5165122b6",
"PersonID": "0807d590-3dce-43c4-bc4b-9b83a58ce316",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}