GET api/ClientesJomar/DameDatosDocumento?idClienteDocumento={idClienteDocumento}
Devuelve los datos de un contrato registrado en Elecnia. Hay que pasar por Header el parámetro TokenAuth.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idClienteDocumento |
Es un GUID del contrato del que queremos obtener los datos |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Si todo va bien, devuelve los datos del contrato especificado. Si hay un fallo con la autorización (TokenAuth) devuelve una respuesta de Error 401. Si no lo encuentra devuelve una respuesta de Error 404
ClienteDocumentosApiName | Description | Type | Additional information |
---|---|---|---|
idClienteDocumento | globally unique identifier |
None. |
|
idCliente | globally unique identifier |
None. |
|
idClienteSede | globally unique identifier |
None. |
|
numeroDocumento | string |
String length: inclusive between 0 and 20 |
|
fechaAbono | date |
None. |
|
fechaDocumento | date |
None. |
|
infoDocumento | string |
String length: inclusive between 0 and 200 |
|
codTipoClienteDocumento | string |
String length: inclusive between 0 and 250 |
|
codTipoEstadoClienteDocumento | string |
String length: inclusive between 0 and 250 |
|
codTipoGravedadClienteDocumento | string |
String length: inclusive between 0 and 250 |
|
colorTipoGravedadClienteDocumento | string |
String length: inclusive between 0 and 50 |
|
colorTipoEstadoClienteDocumento | string |
String length: inclusive between 0 and 50 |
|
ficheroNombreUltimoFicheroSubido | string |
String length: inclusive between 0 and 50 |
|
urlDocumento | string |
String length: inclusive between 0 and 150 |
|
documentosContrato | Collection of ClienteDocumentosApi |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
text/html
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.