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": "56971153-da40-45d7-bdfa-c73a63ae8d17",
"ShoppingCartItemID": "106617ab-b70e-4b7f-9cac-d84bf89381c1",
"PersonID": "919d4f93-dac4-4c74-b521-45a264dff1cc",
"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": "6030198f-f63e-4ceb-a861-34a41cc2a1f0",
"ShoppingCartItemID": "a2f989f8-c0e8-4f5f-a8df-fcb7d6bd77e1",
"PersonID": "40bb47d0-0cc1-4358-9a12-6c4320d86561",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}