POST api/GetWkPushTimePeriodConfigList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_WkPushTimePeriodConfigQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Id": 3,
  "StartTimePoint": 1,
  "StartTimePointStr": "sample string 4",
  "StartTime": "2025-12-09T18:48:24.6630714+08:00",
  "EndTimePoint": 1,
  "EndTimePointStr": "sample string 5",
  "EndTime": "2025-12-09T18:48:24.6630714+08:00",
  "Note": "sample string 6",
  "cinput": "sample string 7",
  "ddate": "2025-12-09T18:48:24.6630714+08:00"
}

application/xml, text/xml

Sample:
<WkPushTimePeriodConfigQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>3</Id>
  <StartTimePoint>1</StartTimePoint>
  <StartTimePointStr>sample string 4</StartTimePointStr>
  <StartTime>2025-12-09T18:48:24.6630714+08:00</StartTime>
  <EndTimePoint>1</EndTimePoint>
  <EndTimePointStr>sample string 5</EndTimePointStr>
  <EndTime>2025-12-09T18:48:24.6630714+08:00</EndTime>
  <Note>sample string 6</Note>
  <cinput>sample string 7</cinput>
  <ddate>2025-12-09T18:48:24.6630714+08:00</ddate>
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
</WkPushTimePeriodConfigQuery>

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>