# Delegaciones Obtiene los centros/delegaciones de Ofimedic. Endpoint: GET /GetLocations Version: 1.0.0 Security: basicAuth ## Query parameters: - `LOCATION_LID` (string) Identificador del centro/delegación.Si se deja vacío, se devolverán todas las delegaciones. Example: "1" ## Response 200 fields (application/xml): - `LOCATION_LID` (integer) Identificador del centro/delegación. Example: 1 - `LOCATION_NAME` (string) Nombre del centro/delegación. Example: "Delegación 1" - `LOCATION_NOTICE` (string) (Este campo siempre viene vacío) - `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_REGION` (string) Región del centro/delegación. Example: "Catalunya" - `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" - `WEB_ENABLED` (integer) 1 si la delegación está activa en la web.0 en caso contrario. Example: 1