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": "67c0b411-d070-4211-a766-25d48527080b",
"ShoppingCartItemID": "8ec12d21-ebce-4364-b0bf-362f8ec7990f",
"PersonID": "735c78c2-78f2-47cd-815b-1348b94174d2",
"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": "380bdb45-6e97-4ff1-adae-ffcff3085b69",
"ShoppingCartItemID": "feaf9708-4b9f-46ae-ac21-86d9ef23a5e1",
"PersonID": "35b1719d-14cf-41b0-adf2-1ae5987ceb5a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}