POST api/statistics/useBenefitCard
Update Statistics By Use Benefit Card
Request Information
URI Parameters
None.
Body Parameters
SupplierId, Response
| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId |
Supplier Id |
integer |
Required |
| Response |
Response |
boolean |
Required |
| OnContentSet |
On Content Set Options |
boolean |
Default value is False |
Request Formats
application/json, text/json
Sample:
{
"supplierId": 1,
"response": true,
"onContentSet": true
}
Response Information
true
Response Formats
application/json, text/json
Sample:
true