POST api/edit/WkHuntOrRecruitTop
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| WkHuntOrRecruitTopInfoAPPDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Ids": "sample string 1",
"WkUserId": 1,
"HuntOrRecruitId": 1,
"Content": "sample string 2",
"Type": 3,
"cinput": "sample string 4",
"ddate": "2025-12-09T18:50:38.8423978+08:00"
}
application/xml, text/xml
Sample:
<WkHuntOrRecruitTop xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <Ids>sample string 1</Ids> <WkUserId>1</WkUserId> <HuntOrRecruitId>1</HuntOrRecruitId> <Content>sample string 2</Content> <Type>3</Type> <cinput>sample string 4</cinput> <ddate>2025-12-09T18:50:38.8423978+08:00</ddate> </WkHuntOrRecruitTop>
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>