Finds and returns unique identifiers for all Invoices that match a given criteria.
| Get | api/invoices |
Resource Path: /sites/{company-id}/api/invoices
Uri: https://secure.ontime360.com/sites/{company-id}/api/invoices
| Name | Description | Data Type |
|---|---|---|
customer (query) | The unique identifier of the Customer assigned to an Invoice as a Guid. | string |
date (query) | The exact date of an Invoice as a Date. | string |
dateMin (query) | The inclusive minimum date of an Invoice as a Date. | string |
dateMax (query) | The inclusive maximum date of an Invoice as a Date. | string |
dueDate (query) | The exact due date of an Invoice as a Date. | string |
dueDateMin (query) | The inclusive minimum due date of an Invoice as a Date. | string |
dueDateMax (query) | The inclusive maximum due date of an Invoice as a Date. | string |
invoiceNumber (query) | The number assigned to an Invoice as a String. | string |
lastModifiedDateMin (query) | The inclusive minimum last modified date of an Invoice as a Date. | string |
lastModifiedDateMax (query) | The inclusive maximum last modified date of an Invoice as a Date. | string |
creationDateMin (query) | The inclusive minimum creation date of an Invoice as a Date. | string |
creationDateMax (query) | The inclusive maximum creation date of an Invoice as a Date. | string |
The response body is of type Array[].
An array of unique Guid identifiers assigned to matching Invoice objects.| Fault | Description |
|---|---|
| 400 | Request was improperly formatted, contained invalid data, or contained incorrect values. See response body for more information. |
| 401 | Authorization key is invalid or no longer exists. |
| 403 | Authorization key does not have permission to perform this action, or does not have permission to access the requested data. See response body for more information. |