GET api/GetPresupuestoDocFirma?strToken={strToken}&strPresupuestoId={strPresupuestoId}&strPrefijoArchivo={strPrefijoArchivo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strToken | string |
Required |
|
| strPresupuestoId | string |
Required |
|
| strPrefijoArchivo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Respuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| booOk | boolean |
None. |
|
| strValor | string |
None. |
|
| strMensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"booOk": true,
"strValor": "sample string 2",
"strMensaje": "sample string 3"
}
text/xml
Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestHaierSatWA.App_Code"> <booOk>true</booOk> <strMensaje>sample string 3</strMensaje> <strValor>sample string 2</strValor> </Respuesta>