PUT api/applicant/profile-checklist/update/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
RecProfileChecklistDTOWName | Description | Type | Additional information |
---|---|---|---|
checklist_id | integer |
None. |
|
applicant_id | integer |
None. |
|
tenant_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "checklist_id": 1, "applicant_id": 1, "tenant_id": 1 }
application/xml, text/xml
Sample:
<RecProfileChecklistDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <applicant_id>1</applicant_id> <checklist_id>1</checklist_id> <tenant_id>1</tenant_id> </RecProfileChecklistDTOW>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.