POST api/GetWkCitySubscribeList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _WkCitySubscribeQuery | 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,
"CityCode": "sample string 5",
"CityName": "sample string 6",
"SurplusCount": 7,
"cinput": "sample string 8",
"ddate": "2025-12-09T18:50:07.5728634+08:00"
}
application/xml, text/xml
Sample:
<WkCitySubscribeQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>3</Id> <WkUserId>4</WkUserId> <CityCode>sample string 5</CityCode> <CityName>sample string 6</CityName> <SurplusCount>7</SurplusCount> <cinput>sample string 8</cinput> <ddate>2025-12-09T18:50:07.5728634+08:00</ddate> <PageSize>1</PageSize> <PageIndex>2</PageIndex> </WkCitySubscribeQuery>
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>