GET api/invoices/search?customerId={customerId}&startDate={startDate}&endDate={endDate}&isPaid={isPaid}&isCancelled={isCancelled}
Searches invoices using optional customer, date, payment and cancellation filters.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| isPaid | boolean |
None. |
|
| isCancelled | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns the invoices that match the selected filters or a not found response.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.