POST api/Invoices/GetInvoicesList
Request Information
URI Parameters
None.
Body Parameters
GetInvoices| Name | Description | Type | Additional information |
|---|---|---|---|
| dbname | string |
None. |
|
| Fini | date |
None. |
|
| FechaVencimiento | date |
None. |
|
| currency | string |
None. |
|
| cardcode | string |
None. |
|
| DocType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"dbname": "sample string 1",
"Fini": "2025-12-05T22:38:04.0086735-06:00",
"FechaVencimiento": "2025-12-05T22:38:04.0086735-06:00",
"currency": "sample string 4",
"cardcode": "sample string 5",
"DocType": 6
}
application/xml, text/xml
Sample:
<GetInvoices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PAGOS.Models"> <DocType>6</DocType> <FechaVencimiento>2025-12-05T22:38:04.0086735-06:00</FechaVencimiento> <Fini>2025-12-05T22:38:04.0086735-06:00</Fini> <cardcode>sample string 5</cardcode> <currency>sample string 4</currency> <dbname>sample string 1</dbname> </GetInvoices>
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. |