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": "86d147bc-5705-4b6a-8880-54f595971c90",
"ShoppingCartItemID": "22fefbd0-54ce-4dfe-a6e5-ead4e84ac242",
"PersonID": "cda17438-25d7-431e-bca6-946aa834be86",
"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": "e77827b3-b82e-492a-b030-c23d042e306c",
"ShoppingCartItemID": "fe4d0e84-f45c-47d7-a332-a0f2f1dcd64a",
"PersonID": "961ace35-1a1f-40be-a604-04d8ab75aa0f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}