POST api/tenant/tenant-criteria-for-applicant-v2
Request Information
URI Parameters
None.
Body Parameters
RecV3TenantCriteriaForApplicantV2DTOW| Name | Description | Type | Additional information |
|---|---|---|---|
| Query | string |
None. |
|
| UniqueID | string |
None. |
|
| BatchId | integer |
None. |
|
| BatchType | integer |
None. |
|
| ApplicantId | integer |
None. |
|
| JobId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Query": "sample string 1",
"UniqueID": "sample string 2",
"BatchId": 3,
"BatchType": 1,
"ApplicantId": 1,
"JobId": 4
}
application/xml, text/xml
Sample:
<RecV3TenantCriteriaForApplicantV2DTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <ApplicantId>1</ApplicantId> <BatchId>3</BatchId> <BatchType>1</BatchType> <JobId>4</JobId> <Query>sample string 1</Query> <UniqueID>sample string 2</UniqueID> </RecV3TenantCriteriaForApplicantV2DTOW>
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.