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