Retrieves detailed information for a specified invoice.
path Parameters
idstring · required
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe invoice identifier.
customerIdstring · requiredThe customer identifier.
statusstring · requiredThe current status of this invoice.
subtotalnumber · double · requiredThe total before taxes.
taxAmountnumber · double · requiredSales taxes owed on this invoice.
totalnumber · double · requiredTotal amount with taxes.
amountDuenumber · double · requiredAmount due from the customer.
invoiceDatestring · date-time · requiredThe date this invoice was created.
dueDatestring · date-time · requiredThe due date for this invoice.
paymentsobject[]The list of payments associated with this invoice.
serviceLocationsobject[]Service locations associated with this invoice.
customerFirstNamestring | nullThe customer's first name.
customerLastNamestring | nullThe customer's last name.
billingAddressstring | nullThe customer's address.
billingCitystring | nullThe city for the customer's address.
billingStatestring | nullThe state for the customer's address.
billingZipstring | nullThe zip code for the customer's address.
Retrieves a list of invoices for a specified invoice date (required as YYYY-MM-DD).
query Parameters
datestring · date-time
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe invoice identifier.
customerIdstring · requiredThe customer identifier.
statusstring · requiredThe current status of this invoice.
subtotalnumber · double · requiredThe total before taxes.
taxAmountnumber · double · requiredSales taxes owed on this invoice.
totalnumber · double · requiredTotal amount with taxes.
amountDuenumber · double · requiredAmount due from the customer.
invoiceDatestring · date-time · requiredThe date this invoice was created.
dueDatestring · date-time · requiredThe due date for this invoice.
customerFirstNamestring | nullThe customer's first name.
customerLastNamestring | nullThe customer's last name.
billingAddressstring | nullThe customer's address.
billingCitystring | nullThe city for the customer's address.
billingStatestring | nullThe state for the customer's address.
billingZipstring | nullThe zip code for the customer's address.
Searches all invoices.
query Parameters
SortsstringComma-delimited ordered list of property names to sort by. Adding - before the property name sorts in reverse order.Values: Id, CustomerFirstName, CustomerLastName, InvoiceDate, DueDate
FiltersstringA comma-delimited list of property name, operator, value.Values: Id, CustomerFirstName, CustomerLastName, InvoiceDate, DueDate, BillingAddress, BillingCity, BillingState, BillingZip
Pageinteger · int32The page number to return
PageSizeinteger · int32The number of items returned per page
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe invoice identifier.
customerIdstring · requiredThe customer identifier.
statusstring · requiredThe current status of this invoice.
subtotalnumber · double · requiredThe total before taxes.
taxAmountnumber · double · requiredSales taxes owed on this invoice.
totalnumber · double · requiredTotal amount with taxes.
amountDuenumber · double · requiredAmount due from the customer.
invoiceDatestring · date-time · requiredThe date this invoice was created.
dueDatestring · date-time · requiredThe due date for this invoice.
customerFirstNamestring | nullThe customer's first name.
customerLastNamestring | nullThe customer's last name.
billingAddressstring | nullThe customer's address.
billingCitystring | nullThe city for the customer's address.
billingStatestring | nullThe state for the customer's address.
billingZipstring | nullThe zip code for the customer's address.