POST api/add/WkHotTypeOfWork
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| WkHotTypeOfWorkInfoAPPDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"TypeOfWorkId": 1,
"TypeOfWorkName": "sample string 2",
"FirstNodeId": 3,
"FirstTypeOfWorkName": "sample string 4",
"SecondNodeId": 5,
"SecondTypeOfWorkName": "sample string 6",
"Count": 7,
"cinput": "sample string 8",
"ddate": "2025-12-09T18:47:47.7250383+08:00"
}
application/xml, text/xml
Sample:
<WkHotTypeOfWork xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <TypeOfWorkId>1</TypeOfWorkId> <TypeOfWorkName>sample string 2</TypeOfWorkName> <FirstNodeId>3</FirstNodeId> <FirstTypeOfWorkName>sample string 4</FirstTypeOfWorkName> <SecondNodeId>5</SecondNodeId> <SecondTypeOfWorkName>sample string 6</SecondTypeOfWorkName> <Count>7</Count> <cinput>sample string 8</cinput> <ddate>2025-12-09T18:47:47.7250383+08:00</ddate> </WkHotTypeOfWork>
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>