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": "652b69c6-28a3-42ff-88d4-d0b1b475202c",
"ShoppingCartItemID": "28706d6d-deb5-45c0-bc3d-fb6961f7de73",
"PersonID": "1804c70e-1aa1-4636-b6fc-01ae47df8763",
"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": "5cf7d39b-1b34-49db-ba88-0e7538de6af4",
"ShoppingCartItemID": "ddec6a55-0fcc-48d9-9704-2cc0011a977b",
"PersonID": "71be18b7-462d-4225-a70f-88d1648f4067",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}