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": "8f21b04f-87b7-4851-bb48-c842368cb37f",
"ShoppingCartItemID": "8165fafd-f577-4d57-a505-e832c46104d9",
"PersonID": "929b5ca5-323c-4b37-91a6-577f2aa292d4",
"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": "a2e93554-eaed-4a8b-b65f-bed3417adc87",
"ShoppingCartItemID": "e50bb7d3-4521-45e3-9402-762290c46cb3",
"PersonID": "59feba4c-7dc4-4c2c-bfb5-42f333d5177e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}