GET api/sinc/ConfigAdjuntosSolicitud/{EmpresaID}?TipoID={TipoID}&SolID={SolID}
Configuracion de archivos adjuntos de solicitud SINC
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmpresaID | integer |
Required |
|
TipoID | integer |
Required |
|
SolID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ListarSolicitudAdjuntoConfigResponseName | Description | Type | Additional information |
---|---|---|---|
Status | AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status |
None. |
|
Adjuntos | Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.SolicitudAdjuntoConfigCheckList |
None. |
Response Formats
application/json, text/json
Sample:
{ "statusField": { "isOKField": true, "mensajeField": "sample string 2", "tokenSoporteField": "sample string 3", "PropertyChanged": null }, "adjuntosField": [ { "idField": 1, "tipoIdField": 2, "codigoField": "sample string 3", "descripcionField": "sample string 4", "requeridoField": true, "archivoField": { "configIdField": 1, "archivo64Field": "sample string 2", "nombreField": "sample string 3", "idField": "sample string 4", "PropertyChanged": null }, "PropertyChanged": null }, { "idField": 1, "tipoIdField": 2, "codigoField": "sample string 3", "descripcionField": "sample string 4", "requeridoField": true, "archivoField": { "configIdField": 1, "archivo64Field": "sample string 2", "nombreField": "sample string 3", "idField": "sample string 4", "PropertyChanged": null }, "PropertyChanged": null } ], "PropertyChanged": null }
application/xml, text/xml
Sample:
<ListarSolicitudAdjuntoConfigResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSComercial"> <PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <adjuntosField> <SolicitudAdjuntoConfigCheckList> <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <archivoField> <PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <idField>sample string 4</idField> <nombreField>sample string 3</nombreField> <archivo64Field>sample string 2</archivo64Field> <configIdField>1</configIdField> </archivoField> <codigoField>sample string 3</codigoField> <descripcionField>sample string 4</descripcionField> <idField>1</idField> <requeridoField>true</requeridoField> <tipoIdField>2</tipoIdField> </SolicitudAdjuntoConfigCheckList> <SolicitudAdjuntoConfigCheckList> <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <archivoField> <PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <idField>sample string 4</idField> <nombreField>sample string 3</nombreField> <archivo64Field>sample string 2</archivo64Field> <configIdField>1</configIdField> </archivoField> <codigoField>sample string 3</codigoField> <descripcionField>sample string 4</descripcionField> <idField>1</idField> <requeridoField>true</requeridoField> <tipoIdField>2</tipoIdField> </SolicitudAdjuntoConfigCheckList> </adjuntosField> <statusField> <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <isOKField>true</isOKField> <mensajeField>sample string 2</mensajeField> <tokenSoporteField>sample string 3</tokenSoporteField> </statusField> </ListarSolicitudAdjuntoConfigResponse>