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": "0dc943ae-ac21-4e0b-bb81-3c08ea4f3dc0",
"ShoppingCartItemID": "74be9772-86d7-4ba2-9a15-5bd7510ad5be",
"PersonID": "fbfa4cd9-fbfc-41ac-9b5e-ef395f6fe29b",
"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": "49fd286c-8339-4d0f-8538-f210c011354b",
"ShoppingCartItemID": "cd796cb0-227a-4bb1-8532-2419d26636c4",
"PersonID": "2be854c2-9dca-4a52-ba8d-1a82e47e3a69",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}