POST api/GetWkRecruitImportList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _WkRecruitImportQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Id": 1,
"TypeOfWorkID": "sample string 3",
"Address": "sample string 4",
"Phone": "sample string 5",
"ExpectedSalary": 1.0,
"SettlementMethod": "sample string 6",
"SettlementMethodId": 1,
"PersonnelCount": "sample string 7",
"Content": "sample string 8",
"ddate": "2025-12-09T18:49:10.7640638+08:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
<WkRecruitImportQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <TypeOfWorkID>sample string 3</TypeOfWorkID> <Address>sample string 4</Address> <Phone>sample string 5</Phone> <ExpectedSalary>1</ExpectedSalary> <SettlementMethod>sample string 6</SettlementMethod> <SettlementMethodId>1</SettlementMethodId> <PersonnelCount>sample string 7</PersonnelCount> <Content>sample string 8</Content> <ddate>2025-12-09T18:49:10.7640638+08:00</ddate> <PageSize>1</PageSize> <PageIndex>2</PageIndex> </WkRecruitImportQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>