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": "cd375250-fbe8-42d9-94b0-65407ee67c91",
"ShoppingCartItemID": "2ac5a32c-a045-423f-8c74-1a47e18b6f6f",
"PersonID": "54cdbd40-59af-4773-ac49-11b4156484cc",
"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": "a143ca51-aba8-4bb7-8c01-ee21332578b9",
"ShoppingCartItemID": "45c69c16-3988-4cf5-9cad-e66cccf511b1",
"PersonID": "da07a3e3-2e19-4bcf-99c3-802a7942964b",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}