POST api/Report/ResetSafetyPolicyCounts
Request Information
URI Parameters
None.
Body Parameters
SafetyPolicyCountMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| safetyPolicyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"safetyPolicyId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}