GET SubLocationTables/GetSubLocationTables
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubLocationTable| Name | Description | Type | Additional information |
|---|---|---|---|
| sublocid | integer |
None. |
|
| sublocation | string |
None. |
|
| cityid | integer |
None. |
|
| countryid | integer |
None. |
|
| provid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sublocid": 1,
"sublocation": "sample string 2",
"cityid": 3,
"countryid": 1,
"provid": 1
},
{
"sublocid": 1,
"sublocation": "sample string 2",
"cityid": 3,
"countryid": 1,
"provid": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSubLocationTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/projectalminha.Models">
<SubLocationTable>
<cityid>3</cityid>
<countryid>1</countryid>
<provid>1</provid>
<sublocation>sample string 2</sublocation>
<sublocid>1</sublocid>
</SubLocationTable>
<SubLocationTable>
<cityid>3</cityid>
<countryid>1</countryid>
<provid>1</provid>
<sublocation>sample string 2</sublocation>
<sublocid>1</sublocid>
</SubLocationTable>
</ArrayOfSubLocationTable>