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": "8ca01cdd-95af-487c-bfa1-7e54a4c6ee1d",
"ShoppingCartItemID": "573dd2d2-61c6-4a1e-818c-5a72e18b99a1",
"PersonID": "58a0f149-b42b-4224-aaab-0ee995ed48e8",
"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.