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": "6e83ded7-9457-4503-a910-e64412f689ee",
"ShoppingCartItemID": "10b9aafd-66bb-4601-a7a4-5d90487c36ff",
"PersonID": "c1466a8d-1a69-48b1-9ccb-932c0569876c",
"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": "b199d156-4965-4efd-81ac-dd8ef3c0102d",
"ShoppingCartItemID": "772ad2b4-5e00-4682-9f2f-09c7601ec52f",
"PersonID": "1bac9f58-53cc-4c94-ab41-f613c9147fec",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}