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": "c55f2db9-8eb5-4b6c-bcc1-ce4041951921",
"ShoppingCartItemID": "5a13eef5-635a-476e-9507-7c54175a2674",
"PersonID": "44b41b42-5340-4b17-a0d6-ba3066dec294",
"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": "c1732e08-5605-4438-8a13-fe8a9e431c73",
"ShoppingCartItemID": "6fea678b-1690-4e22-90bd-c2ad7aa7dcf1",
"PersonID": "2d907f52-740d-4b34-abdd-94802cd69be9",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}