GET api/sinc/AplicarQR/{EmpresaID}/{ArchivoID}?ArchivoCierreID={ArchivoCierreID}&TipoID={TipoID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpresaID | integer |
Required |
|
| ArchivoID | string |
Required |
|
| ArchivoCierreID | string |
Required |
|
| TipoID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.Models.SINC.AplicarQRResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| AwsId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": {
"isOK": true,
"Mensaje": "sample string 2"
},
"AwsId": "sample string 1"
}
application/xml, text/xml
Sample:
<AplicarQRResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models.SINC">
<AwsId>sample string 1</AwsId>
<Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models">
<d2p1:Mensaje>sample string 2</d2p1:Mensaje>
<d2p1:isOK>true</d2p1:isOK>
</Status>
</AplicarQRResponse>