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": "2b6d052e-7086-48c1-a9b2-13e339e66296",
"ShoppingCartItemID": "6c4e1cb5-0bf9-4387-b209-e4c66dc4a154",
"PersonID": "1ad1a026-47c4-4b89-aa9e-49dd2cc134c4",
"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": "d4a9be92-cf4c-461d-a333-45ca51e7edad",
"ShoppingCartItemID": "55c3e593-d6c2-410a-acdf-f65613c10523",
"PersonID": "2de778f2-9564-4845-9326-035414d90a51",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}