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": "3ab922d2-81bf-40ed-a183-a588861cbb2a",
"ShoppingCartItemID": "cd405826-aeae-4455-a59a-d35286482603",
"PersonID": "501442b2-e268-4a7e-a6ee-27c2ed9aecdb",
"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": "c7bf54e7-47b7-427d-97fd-2918087e6fc0",
"ShoppingCartItemID": "5b62461e-7c98-4644-a645-2c61ffe77f0c",
"PersonID": "583a25cc-d983-4ce5-aa0f-ac65b538bd82",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}