GET area/province/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RtBaseOfListOfICountryArea
NameDescriptionTypeAdditional information
data

Collection of ICountryArea

None.

code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": null,
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtBaseOfArrayOfanyTypeuHEDJ7Dj 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 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
</RtBaseOfArrayOfanyTypeuHEDJ7Dj>