POST api/GetWkHuntList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _WkHuntQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Id": 1,
"TypeOfWork": "sample string 3",
"ProficiencyId": 1,
"ExpectedWorkPlace": "sample string 4",
"ExpectedSalary": 1.0,
"WorkTermId": 1,
"PersonnelCompositionId": 1,
"PersonnelCount": 1,
"SettlementMethodId": 1,
"Phone": "sample string 5",
"cinput": "sample string 6",
"ddate": "2025-12-09T18:49:06.0798841+08:00",
"OpenId": "sample string 7",
"Note": "sample string 8",
"WkUserId": 1
}
application/xml, text/xml
Sample:
<WkHuntQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PageSize>1</PageSize> <PageIndex>2</PageIndex> <Id>1</Id> <TypeOfWork>sample string 3</TypeOfWork> <ProficiencyId>1</ProficiencyId> <ExpectedWorkPlace>sample string 4</ExpectedWorkPlace> <ExpectedSalary>1</ExpectedSalary> <WorkTermId>1</WorkTermId> <PersonnelCompositionId>1</PersonnelCompositionId> <PersonnelCount>1</PersonnelCount> <SettlementMethodId>1</SettlementMethodId> <Phone>sample string 5</Phone> <cinput>sample string 6</cinput> <ddate>2025-12-09T18:49:06.0798841+08:00</ddate> <OpenId>sample string 7</OpenId> <Note>sample string 8</Note> <WkUserId>1</WkUserId> </WkHuntQuery>
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>