POST api/Report/GetInfoReport
Request Information
URI Parameters
None.
Body Parameters
InfoReport| Name | Description | Type | Additional information | 
|---|---|---|---|
| FechaIni | date | None. | |
| FechaFin | date | None. | |
| DbName | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "FechaIni": "2025-10-30T23:41:47.0109671-06:00",
  "FechaFin": "2025-10-30T23:41:47.0109671-06:00",
  "DbName": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <InfoReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PAGOS.Models"> <DbName>sample string 3</DbName> <FechaFin>2025-10-30T23:41:47.0109671-06:00</FechaFin> <FechaIni>2025-10-30T23:41:47.0109671-06:00</FechaIni> </InfoReport>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | None. | |
| Content | HttpContent | None. | |
| StatusCode | HttpStatusCode | None. | |
| ReasonPhrase | string | None. | |
| Headers | Collection of Object | None. | |
| RequestMessage | HttpRequestMessage | None. | |
| IsSuccessStatusCode | boolean | None. |