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": "079bdbfc-3a53-4f39-9083-f56b97c44434",
"ShoppingCartItemID": "cc500435-5451-4a6d-9557-39ca790e94ea",
"PersonID": "750a7754-130d-4566-84d2-805f0e7b5b89",
"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": "01942aa7-c825-49c9-bf6d-2ab2c9cdda09",
"ShoppingCartItemID": "17806011-ca43-4bab-a913-2975512e2767",
"PersonID": "91a24ccb-53d7-4888-b7c7-ac7329e25782",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}