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": "69e9c44b-66a7-48a5-a87a-3d1552f3078e",
"ShoppingCartItemID": "59bc970f-c80c-40d4-8e6c-e64b72a9b0e5",
"PersonID": "c8269b3e-9cf2-4645-b229-a4e1c18bf301",
"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": "307abaec-44b8-4ff6-8b5b-a348c8c5fa40",
"ShoppingCartItemID": "3e706087-c8b7-4eb6-b249-64d8af898a8d",
"PersonID": "97c2728c-f253-4936-aab2-1320e1bf8fff",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}