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": "e23f54cb-0501-4b2f-b7c0-170a6f123b14",
"ShoppingCartItemID": "65137f7b-0b28-412e-9c0c-03b11f4da3ad",
"PersonID": "bae9b481-49d3-4376-bc66-3f08d15ae616",
"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.