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": "480976b0-2125-4092-a677-a8b16f5341e3",
"ShoppingCartItemID": "b8d136e0-5941-41d7-abe2-a0888279a329",
"PersonID": "e2633058-dfba-46a1-a4f6-7d28b82bbfe1",
"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": "35f66c95-b6f1-4edd-a73b-9d81a5befce9",
"ShoppingCartItemID": "af15af4c-5f6e-4dbf-a446-21242a4eb5b4",
"PersonID": "e5138cdd-80a8-4aa5-bd25-65b1937441b8",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}