GET api/faturas/pesquisar?clienteId={clienteId}&dataInicio={dataInicio}&dataFim={dataFim}&pago={pago}

Searches invoices by client and date range

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.