GET api/Pago/C60/verificafecha?intIdInstalacion={intIdInstalacion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| intIdInstalacion | integer |
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"
}
application/xml, text/xml
Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models"> <booOK>true</booOK> <strMensaje>sample string 3</strMensaje> <strValor>sample string 2</strValor> </Respuesta>