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": "0e6f1476-ccee-4046-a521-ebc36ac0a2d0",
"ShoppingCartItemID": "31459c5e-4aea-4046-b5f8-faed5fd06f43",
"PersonID": "ac49e7fc-2f94-446a-8393-786108c46245",
"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": "9000ace7-b362-4611-86c6-61e576c00f09",
"ShoppingCartItemID": "66816b62-8d1e-4f3b-be3a-0304198e367a",
"PersonID": "64211b6d-ffc2-4698-bb46-752e6a4316fd",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}