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": "34832bd9-e0e2-48fe-939b-5ae73014697c",
"ShoppingCartItemID": "56acd8fb-02ee-41ca-9dc0-b16111d0fb46",
"PersonID": "9864c637-ac75-48eb-bc36-4f9347545788",
"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": "9cf7c049-9e3c-4460-8cb8-bec0c3315b82",
"ShoppingCartItemID": "403ac950-48d6-44d5-9722-f84aaddbf8d9",
"PersonID": "15f4c123-16c4-4186-9228-bdc9cba8c6af",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}