POST api/Hiring/SaveHiringDaily
Request Information
URI Parameters
None.
Body Parameters
HiringDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AgencyId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| ProductionDate | date |
None. |
|
| ProductionDateShortDateString | string |
None. |
|
| CreateDate | date |
None. |
|
| CreateDateShortDateString | string |
None. |
|
| CreatedBy | integer |
None. |
|
| ChangedBy | integer |
None. |
|
| ChangedDate | date |
None. |
|
| AgentName | string |
None. |
|
| BusinessAssociateCode | string |
None. |
|
| SecondInterviewSch | integer |
None. |
|
| SecondInterviewCon | integer |
None. |
|
| GroupInterviewSch | integer |
None. |
|
| GroupInterviewCon | integer |
None. |
|
| FourthInterviewSch | integer |
None. |
|
| FourthInterviewCon | integer |
None. |
|
| FifthInterviewSch | integer |
None. |
|
| FifthInterviewCon | integer |
None. |
|
| QuestionReceived | integer |
None. |
|
| RegCandidates | integer |
None. |
|
| AttBeginOverview | integer |
None. |
|
| AttEndOverview | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AgencyId": 2,
"AssociateContractId": 3,
"ProductionDate": "2026-02-03T18:27:40.0595691-08:00",
"ProductionDateShortDateString": "2/3/2026",
"CreateDate": "2026-02-03T18:27:40.0595691-08:00",
"CreateDateShortDateString": "2/3/2026",
"CreatedBy": 6,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:27:40.0595691-08:00",
"AgentName": "sample string 7",
"BusinessAssociateCode": "sample string 8",
"SecondInterviewSch": 1,
"SecondInterviewCon": 1,
"GroupInterviewSch": 1,
"GroupInterviewCon": 1,
"FourthInterviewSch": 1,
"FourthInterviewCon": 1,
"FifthInterviewSch": 1,
"FifthInterviewCon": 1,
"QuestionReceived": 1,
"RegCandidates": 1,
"AttBeginOverview": 1,
"AttEndOverview": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true