PATCH api/v1/employees/{id}/job-checks
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
JobCheckUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckType | string |
None. |
|
| Checked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CheckType": "sample string 1",
"Checked": true
}
application/xml, text/xml
Sample:
<JobCheckUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CheckType>sample string 1</CheckType> <Checked>true</Checked> </JobCheckUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.