POST api/Hiring/SaveHiringDaily
Request Information
URI Parameters
None.
Body Parameters
HiringDataDTOName | 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": "2025-10-14T00:43:24.3105996-07:00", "ProductionDateShortDateString": "10/14/2025", "CreateDate": "2025-10-14T00:43:24.3105996-07:00", "CreateDateShortDateString": "10/14/2025", "CreatedBy": 6, "ChangedBy": 1, "ChangedDate": "2025-10-14T00:43:24.3105996-07: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