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": "c054422d-ee46-42de-99bc-4a736e197bf0",
"ShoppingCartItemID": "f98f14d5-e222-4a61-b7aa-cf8cc6af407c",
"PersonID": "10965661-cc95-4a38-903c-dc379ae2cc2a",
"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": "09b0ca81-090b-45e5-95a8-186f1aa48d7b",
"ShoppingCartItemID": "90018d7a-7987-475e-89af-a4d991e431d9",
"PersonID": "27ad8146-a7bf-4c6d-bbdb-c763df679bf6",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}