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": "218b914c-205f-4eda-b1ef-20808a896b09",
"ShoppingCartItemID": "19c5eb75-3a4d-427c-a105-a44a6451c9ea",
"PersonID": "f0a47e0a-563f-4c22-b2a6-4ea4db14e7f6",
"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": "28464863-ba3a-4174-84a5-6945a0b75ba3",
"ShoppingCartItemID": "773ac725-1931-41af-84e0-e00c4c7bae1f",
"PersonID": "9d0685d6-3f3c-4bff-a2d2-90145ce26630",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}