GET api/LotsDisponibles/GetListeCommunesVAPI
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CommuneLotDisponibleObjet| Name | Description | Type | Additional information |
|---|---|---|---|
| num_commune | integer |
None. |
|
| nom_commune | string |
None. |
|
| departement | integer |
None. |
|
| prononciation | string |
None. |
|
| parent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"num_commune": 1,
"nom_commune": "sample string 2",
"departement": 3,
"prononciation": "sample string 4",
"parent": 5
},
{
"num_commune": 1,
"nom_commune": "sample string 2",
"departement": 3,
"prononciation": "sample string 4",
"parent": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfCommuneLotDisponibleObjet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<CommuneLotDisponibleObjet>
<departement>3</departement>
<nom_commune>sample string 2</nom_commune>
<num_commune>1</num_commune>
<parent>5</parent>
<prononciation>sample string 4</prononciation>
</CommuneLotDisponibleObjet>
<CommuneLotDisponibleObjet>
<departement>3</departement>
<nom_commune>sample string 2</nom_commune>
<num_commune>1</num_commune>
<parent>5</parent>
<prononciation>sample string 4</prononciation>
</CommuneLotDisponibleObjet>
</ArrayOfCommuneLotDisponibleObjet>