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": "4a31bd34-4dfc-4717-9f76-15cba7bf50fc",
"ShoppingCartItemID": "0f5e0058-9844-43cc-aba8-292c13930a43",
"PersonID": "6d1d9ee7-221a-448e-b6e5-dd0518ed3030",
"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": "10667920-af1e-43d4-b669-e8631572c912",
"ShoppingCartItemID": "becbfa96-d44e-4790-a975-4d7db4a07b13",
"PersonID": "06b1151e-2667-4c27-8d5b-90a4b6ff9329",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}