Customers

Customer API Services

APIDescription
GET customers?Token={Token}&UpdatedSince={UpdatedSince}

Gets a list of customers updated since a given date.

GET customer?Token={Token}&CustomerID={CustomerID}

Gets a customer record.

User

User API Services

APIDescription
GET user/login?UserID={UserID}&UserPW={UserPW}&APIKey={APIKey}

Gets user token.

Invoices

Invoice API Services

APIDescription
GET invoices/batch/new/global?Token={Token}&ExportDataUptoDate={ExportDataUptoDate}&ExcludeSiteIDs={ExcludeSiteIDs}

Gets a list of new invoices and their line items for all sites.

GET invoices/batch/new/sites?Token={Token}&ExportDataUptoDate={ExportDataUptoDate}&SiteIDs={SiteIDs}

Gets a list of new invoices and their line items for a given list of sites.

GET invoices/batch/old?Token={Token}&ExistingBatchID={ExistingBatchID}

Gets a list of existing invoices and their line items for a given BatchID.

Sites

Site API Services

APIDescription
GET sites?Token={Token}

Gets a list of active sites.

GET site?Token={Token}&SiteID={SiteID}

Gets a site details.