Building¶
| Name of the field | Type | Description | 
|---|---|---|
| operator_code | string | Building operator code | 
| operator_name | string | Building operator name | 
| name | string | Building name | 
| building_ref | string | Building Reference | 
| type | string | Building type ( | 
| nro | string | Optical Connection Node (OCN) of the building | 
| stairs | dict or null | Staircase dictionary with list of floors | 
| address | dict | Building address | 
Field address¶
| Field name | Type | Description | 
|---|---|---|
| kosc_street_code | string | Kosc street code | 
| kosc_insee_code | string | Kosc INSEE code identifying the city | 
| street_number | string | Street Number | 
| street_name | string | Street name | 
| city | string | City name | 
Note
In case of an eligibility to the otp, the address and NRO of the building will be identical to those of the otp.
Example¶
{
   "operator_code": "FI",
   "operator_name": "ORANGE",
   "name": "F",
   "building_ref": "IMB/93077/X/00HE",
   "type": "building",
   "nro": "93064RNY",
   "stairs": {
      "_NA_": [
          "-1",
          "0",
          "1",
          "2",
          "3"
      ]
   },
   "address": {
      "street_number": "8",
      "street_name": "ALLEE DE L ESPERANCE",
      "kosc_street_code": "9307731850",
      "kosc_insee_code": "93077",
      "city": "VILLEMOMBLE"
   }
}