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": "56088270-4fe7-478c-b2fe-4e8d37bf64fc",
"ShoppingCartItemID": "92cfb434-167b-4201-a524-deace28c5b4c",
"PersonID": "c5819926-4b34-443f-8442-cab44ff27d6b",
"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": "e1ef2aab-b9d4-4988-b86d-fd45f35e0930",
"ShoppingCartItemID": "5adeb6a7-6fe7-41c1-ba31-5a20b7a4b4e9",
"PersonID": "188753b8-cbab-4794-b55e-c8f79d382531",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}