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": "96c9c105-a843-4b9b-b7bf-61ed9f999e36",
"ShoppingCartItemID": "73365bac-f6a8-4cd4-b2a5-ac21e6bd48e6",
"PersonID": "12a06fa7-0ec0-4624-985c-499a4e71403c",
"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": "d79590f2-4cc9-4215-9434-c67a1bb5b234",
"ShoppingCartItemID": "2ff29f01-c0b6-45ab-b429-b0877816dad4",
"PersonID": "343df10e-1b08-4f38-88ba-c9abbf4591f5",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}