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": "74f96018-0182-4904-a092-5e6e9553b775",
"ShoppingCartItemID": "0b6730d4-3b3e-4f78-9e87-8462ed2e1b10",
"PersonID": "23df7cd8-be44-4e22-9f7d-70f8b7844f2a",
"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": "0f87d8ec-6ad7-4c85-b0ae-605b1a45b1c8",
"ShoppingCartItemID": "24ab758b-adeb-49d3-b8eb-2ac17c2d95bd",
"PersonID": "2f9cb067-59a9-448f-91d0-b0e0be03759f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}