PUT api/tenant/batches-Interview/update/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
RecBatchesDTOWName | Description | Type | Additional information |
---|---|---|---|
code | string |
Required Max length: 100 |
|
description | string |
Max length: 100 |
|
interview_type | integer |
Required |
|
interview_date | date |
Required |
|
interviewTime | string |
Required |
|
job_id | integer |
Required |
|
address | string |
Max length: 500 |
|
contact_person | string |
Max length: 100 |
|
instruction | string |
None. |
|
level | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "description": "sample string 2", "interview_type": 3, "interview_date": "2025-09-07T13:38:19.9754508+00:00", "interviewTime": "sample string 5", "job_id": 6, "address": "sample string 7", "contact_person": "sample string 8", "instruction": "sample string 9", "level": 10 }
application/xml, text/xml
Sample:
<RecBatchesDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <address>sample string 7</address> <code>sample string 1</code> <contact_person>sample string 8</contact_person> <description>sample string 2</description> <instruction>sample string 9</instruction> <interviewTime>sample string 5</interviewTime> <interview_date>2025-09-07T13:38:19.9754508+00:00</interview_date> <interview_type>3</interview_type> <job_id>6</job_id> <level>10</level> </RecBatchesDTOW>
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.