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": "27cb8726-fb27-484d-961f-4facde197913",
"ShoppingCartItemID": "62ca16b3-42d9-47a5-9b3e-7b29fc2d2e42",
"PersonID": "a88cb7f5-d44b-4659-b074-e1524cee2271",
"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": "64a6041c-f162-480e-a7b4-9e28f8bfd1d7",
"ShoppingCartItemID": "1029f01b-8e8a-46d6-9780-19a238415345",
"PersonID": "1b7bfc91-4fbd-487b-9344-447546d177d3",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}