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": "b6e8efa0-6e3e-47f2-991e-924890248bda",
"ShoppingCartItemID": "0c90aec0-9ad7-4ae1-8c53-df975ddc3094",
"PersonID": "7512b009-a09e-4447-8fcf-430474997c07",
"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": "6cf72905-720d-485d-a821-157c502ca701",
"ShoppingCartItemID": "86e9fe0c-d82f-43b3-95c0-1b4f2f7f4a8c",
"PersonID": "4d3ffafe-7ffb-49d6-a987-129e5b6a6963",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}