POST admin/area/list
Request Information
URI Parameters
None.
Body Parameters
RqPageFilterOfSysAreaName | Description | Type | Additional information |
---|---|---|---|
pageNo | integer |
None. |
|
keywords | string |
None. |
|
modelFilter | SysArea |
None. |
Request Formats
application/json, text/json
Sample:
{ "pageNo": 1, "keywords": "sample string 2", "modelFilter": { "Id": 1, "Name": "sample string 2", "Population": 3, "UserQty": 4, "OrderQty": 5, "WeightTotal": 6.0, "Addr": "sample string 7", "Lat": 8.0, "Lng": 9.0 } }
application/xml, text/xml
Sample:
<RqPageFilterOfSysAreaZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <keywords>sample string 2</keywords> <modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core"> <d2p1:Addr>sample string 7</d2p1:Addr> <d2p1:Id>1</d2p1:Id> <d2p1:Lat>8</d2p1:Lat> <d2p1:Lng>9</d2p1:Lng> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:OrderQty>5</d2p1:OrderQty> <d2p1:Population>3</d2p1:Population> <d2p1:UserQty>4</d2p1:UserQty> <d2p1:WeightTotal>6</d2p1:WeightTotal> </modelFilter> <pageNo>1</pageNo> </RqPageFilterOfSysAreaZ_PTyOvyo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RtPageListOfISysAreaName | Description | Type | Additional information |
---|---|---|---|
data | PageDataOfISysArea |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "totalNum": 1, "totalPage": 0, "list": null }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<RtPageListOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>1</code> <msg>sample string 2</msg> <data> <list xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <totalNum>1</totalNum> </data> </RtPageListOfanyType>