POST api/GetWkSubscribeList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_WkSubscribeQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Id": 3,
  "WkUserId": 4,
  "WkUserName": "sample string 5",
  "IsOpen": 6,
  "CityCode": "sample string 7",
  "CityName": "sample string 8",
  "TypeOfWorkIds": "sample string 9",
  "TypeOfWorkName": "sample string 10",
  "cinput": "sample string 11",
  "ddate": "2025-12-09T18:49:06.4728857+08:00",
  "CityTotalFrequency": 1,
  "CityAlreadyFrequency": 1,
  "CityLeaveFrequency": 1,
  "TypeOfWorkTotalFrequency": 1,
  "TypeOfWorkAlreadyFrequency": 1,
  "TypeOfWorkLeaveFrequency": 1
}

application/xml, text/xml

Sample:
<WkSubscribeQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>3</Id>
  <WkUserId>4</WkUserId>
  <WkUserName>sample string 5</WkUserName>
  <IsOpen>6</IsOpen>
  <CityCode>sample string 7</CityCode>
  <CityName>sample string 8</CityName>
  <TypeOfWorkIds>sample string 9</TypeOfWorkIds>
  <TypeOfWorkName>sample string 10</TypeOfWorkName>
  <cinput>sample string 11</cinput>
  <ddate>2025-12-09T18:49:06.4728857+08:00</ddate>
  <CityTotalFrequency>1</CityTotalFrequency>
  <CityAlreadyFrequency>1</CityAlreadyFrequency>
  <CityLeaveFrequency>1</CityLeaveFrequency>
  <TypeOfWorkTotalFrequency>1</TypeOfWorkTotalFrequency>
  <TypeOfWorkAlreadyFrequency>1</TypeOfWorkAlreadyFrequency>
  <TypeOfWorkLeaveFrequency>1</TypeOfWorkLeaveFrequency>
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
</WkSubscribeQuery>

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>