# Delegaciones Obtiene los centros/delegaciones de Ofimedic. Endpoint: GET /GetLocations Version: 1.0.0 Security: basicAuth ## Query parameters: - `LOCATION_ID` (string) Identificador del centro/delegación. Example: "1" ## Response 200 fields (application/json): - `LOCATION_ID` (integer) Identificador del centro/delegación. Example: 1 - `LOCATION_NAME` (string) Nombre del centro/delegación. Example: "A" - `LOCATION_ADRESS` (string) Dirección del centro/delegación. Example: "Barcelona" - `LOCATION_ZIP_CODE` (string) Código postal del centro/delegación. Example: "01234" - `LOCATION_CITY` (string) Población del centro/delegación. Example: "Barcelona" - `LOCATION_PROVINCE` (string) Provincia del centro/delegación. Example: "Barcelona" - `LOCATION_COUNTRY` (string) País del centro/delegación. Example: "España" - `LOCATION_PHONE` (string) Teléfono del centro/delegación. Example: "900000000" - `LOCATION_EMAIL` (string) Email del centro/delegación. Example: "example@correo.com"