PUT api/ComplianceTracking
Request Information
URI Parameters
None.
Body Parameters
EmployeeComplianceTrackingParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ComplianceId | integer |
None. |
|
| Name | string |
None. |
|
| Alias | string |
None. |
|
| ComplianceValue | boolean |
None. |
|
| HasExpiryDate | boolean |
None. |
|
| MandatoryExpiryDate | boolean |
None. |
|
| HasAttachment | boolean |
None. |
|
| MandatoryHasAttachment | boolean |
None. |
|
| IsEnable | boolean |
None. |
|
| IsInternal | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ComplianceId": 2,
"Name": "sample string 3",
"Alias": "sample string 4",
"ComplianceValue": true,
"HasExpiryDate": true,
"MandatoryExpiryDate": true,
"HasAttachment": true,
"MandatoryHasAttachment": true,
"IsEnable": true,
"IsInternal": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.