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": "89f5fbec-25dd-419b-ba84-8ef4f6ae7f5a",
"ShoppingCartItemID": "d7e41fcb-4482-43ce-97e0-3f77cbfaa22e",
"PersonID": "d0d32e7b-1bb0-46dc-bf78-7bb3633a3abf",
"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.