POST api/GetWkHotTypeOfWorkList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _WkHotTypeOfWorkQuery | 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": 3,
"TypeOfWorkName": "sample string 4",
"FirstNodeId": 5,
"FirstTypeOfWorkName": "sample string 6",
"SecondNodeId": 7,
"SecondTypeOfWorkName": "sample string 8",
"Count": 9,
"cinput": "sample string 10",
"ddate": "2025-12-09T18:49:11.5468503+08:00"
}
application/xml, text/xml
Sample:
<WkHotTypeOfWorkQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <TypeOfWorkId>3</TypeOfWorkId> <TypeOfWorkName>sample string 4</TypeOfWorkName> <FirstNodeId>5</FirstNodeId> <FirstTypeOfWorkName>sample string 6</FirstTypeOfWorkName> <SecondNodeId>7</SecondNodeId> <SecondTypeOfWorkName>sample string 8</SecondTypeOfWorkName> <Count>9</Count> <cinput>sample string 10</cinput> <ddate>2025-12-09T18:49:11.5468503+08:00</ddate> <PageSize>1</PageSize> <PageIndex>2</PageIndex> </WkHotTypeOfWorkQuery>
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>