Retrieves detailed information for a specified invoice.
path Parameters
idHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves detailed information for a specified invoice. › Responses
OK
idThe invoice identifier.
customerIdThe customer identifier.
statusThe current status of this invoice.
paymentStatusThe status related to invoice payment.
subtotalThe total before taxes.
taxAmountSales taxes owed on this invoice.
totalTotal amount with taxes.
amountDueAmount due from the customer.
invoiceDateThe date this invoice was created.
dueDateThe due date for this invoice.
The list of payments associated with this invoice.
Service locations associated with this invoice.
customerFirstNameThe customer's first name.
customerLastNameThe customer's last name.
billingAddressThe customer's address.
billingCityThe city for the customer's address.
billingStateThe state for the customer's address.
billingZipThe zip code for the customer's address.
Retrieves a list of invoices for a specified invoice date (required as YYYY-MM-DD).
query Parameters
dateHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves a list of invoices for a specified invoice date (required as YYYY-MM-DD). › Responses
OK
idThe invoice identifier.
customerIdThe customer identifier.
statusThe current status of this invoice.
paymentStatusThe status related to invoice payment.
subtotalThe total before taxes.
taxAmountSales taxes owed on this invoice.
totalTotal amount with taxes.
amountDueAmount due from the customer.
invoiceDateThe date this invoice was created.
dueDateThe due date for this invoice.
customerFirstNameThe customer's first name.
customerLastNameThe customer's last name.
billingAddressThe customer's address.
billingCityThe city for the customer's address.
billingStateThe state for the customer's address.
billingZipThe zip code for the customer's address.
Searches all invoices.
query Parameters
SortsComma-delimited ordered list of property names to sort by. Adding - before the property name sorts in reverse order.Values: Id, CustomerFirstName, CustomerLastName, InvoiceDate, DueDate
FiltersA comma-delimited list of property name, operator, value.Values: Id, CustomerFirstName, CustomerLastName, InvoiceDate, DueDate, BillingAddress, BillingCity, BillingState, BillingZip
PageThe page number to return
PageSizeThe number of items returned per page
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Searches all invoices. › Responses
OK
idThe invoice identifier.
customerIdThe customer identifier.
statusThe current status of this invoice.
paymentStatusThe status related to invoice payment.
subtotalThe total before taxes.
taxAmountSales taxes owed on this invoice.
totalTotal amount with taxes.
amountDueAmount due from the customer.
invoiceDateThe date this invoice was created.
dueDateThe due date for this invoice.
customerFirstNameThe customer's first name.
customerLastNameThe customer's last name.
billingAddressThe customer's address.
billingCityThe city for the customer's address.
billingStateThe state for the customer's address.
billingZipThe zip code for the customer's address.