diff --git a/docs/en/features/census_configuration.md b/docs/en/features/census_configuration.md index 6065b6528..ad7d82762 100644 --- a/docs/en/features/census_configuration.md +++ b/docs/en/features/census_configuration.md @@ -1,4 +1,4 @@ -##Configure connection to the Census: +## Configure connection to the Census: The objective of this service is to be able to configure the connection with the Town Hall Census through the Administration panel without having to modify the application code. @@ -56,7 +56,7 @@ The information to be filled in is divided into three sections: Example: ![Request Data - Method name](../../img/remote_census/request-data-method-name-en.png) - - **Request Structure**: Structure of the request received by the WebService of the Census of the City Council. The "static" values of this request should be reported. The "dynamic" values related to Document Type, Document Number, Date of Birth and Postal Code should be filled with blank value. + - **Request Structure**: Structure of the request received by the WebService of the Census of the City Council. The "static" values of this request should be reported. The "dynamic" values related to Document Type, Document Number, Date of Birth and Postal Code should be filled with null value. Example: ![Request Data - Structure](../../img/remote_census/request-data-structure-en.png) diff --git a/docs/es/features/census_configuration.md b/docs/es/features/census_configuration.md index db56c87cf..e9ef24e01 100644 --- a/docs/es/features/census_configuration.md +++ b/docs/es/features/census_configuration.md @@ -1,4 +1,4 @@ -##Configurar conexión con el Censo: +## Configurar conexión con el Censo: Este servicio tiene como objetivo poder configurar la conexión con el Censo de Ayuntamiento a través del panel de Administración sin necesidad de modificar el código de la aplicación. @@ -57,7 +57,7 @@ La información a rellenar esta dividida en tres apartados: Ejemplo: ![Request Data - Method name](../../img/remote_census/request-data-method-name-es.png) - - **Estructura de la petición**: Estructura de la petición que recibe el WebService del Censo del Ayuntamiento. Los valores "fijos" de esta petición deberán informarse. Los valores "dinámicos" relacionados con Tipo de Documento, Número de Documento, Fecha de Nacimiento y Código Postal deberán dejarse en blanco. + - **Estructura de la petición**: Estructura de la petición que recibe el WebService del Censo del Ayuntamiento. Los valores "fijos" de esta petición deberán informarse. Los valores "dinámicos" relacionados con Tipo de Documento, Número de Documento, Fecha de Nacimiento y Código Postal deberán dejarse con valor null. Ejemplo: ![Request Data - Structure](../../img/remote_census/request-data-structure-es.png) diff --git a/docs/img/remote_census/request-data-en.png b/docs/img/remote_census/request-data-en.png index ab9798469..8a6cfb581 100644 Binary files a/docs/img/remote_census/request-data-en.png and b/docs/img/remote_census/request-data-en.png differ diff --git a/docs/img/remote_census/request-data-es.png b/docs/img/remote_census/request-data-es.png index 773938958..89bd5fda0 100644 Binary files a/docs/img/remote_census/request-data-es.png and b/docs/img/remote_census/request-data-es.png differ diff --git a/docs/img/remote_census/request-data-structure-en.png b/docs/img/remote_census/request-data-structure-en.png index 8091dda81..2e680a21f 100644 Binary files a/docs/img/remote_census/request-data-structure-en.png and b/docs/img/remote_census/request-data-structure-en.png differ diff --git a/docs/img/remote_census/request-data-structure-es.png b/docs/img/remote_census/request-data-structure-es.png index 803e03ed9..382fd73f0 100644 Binary files a/docs/img/remote_census/request-data-structure-es.png and b/docs/img/remote_census/request-data-structure-es.png differ diff --git a/docs/img/remote_census/request-data-structure-info-en.png b/docs/img/remote_census/request-data-structure-info-en.png index 0d1f379c8..b9e7f6b80 100644 Binary files a/docs/img/remote_census/request-data-structure-info-en.png and b/docs/img/remote_census/request-data-structure-info-en.png differ diff --git a/docs/img/remote_census/request-data-structure-info-es.png b/docs/img/remote_census/request-data-structure-info-es.png index eee6a19e8..494b0eb9f 100644 Binary files a/docs/img/remote_census/request-data-structure-info-es.png and b/docs/img/remote_census/request-data-structure-info-es.png differ