PUT api/ShoppingCartPerson/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| session_shoppingcartperson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "1950ee01-c7bd-4544-9b78-e30ce1b9c48d",
"ShoppingCartItemID": "89e28e36-c0de-4772-b17e-daa1ecdd963b",
"PersonID": "0bdb82dd-6738-4b7d-8a3f-e1e2750c74ae",
"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:
Sample not available.