GET api/faturas/pesquisar?clienteId={clienteId}&dataInicio={dataInicio}&dataFim={dataFim}&pago={pago}
Searches invoices by client and date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clienteId |
Client identifier |
integer |
None. |
| dataInicio |
Start date |
date |
None. |
| dataFim |
End date |
date |
None. |
| pago | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Filtered list of invoices
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.