Skip to main content

Get Customer Count

GET 

/accounting/customers/count

Get the total number of Customers.

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    remoteId string

    Used to filter customers with this third-party application ID.

    customerName string

    Used to filter company info with the exact customer name.

    customerNameContains string

    Used to filter customers whose customer names contain the provided value.

    customerNameNotEquals string

    Used to filter customers whose customer name to exclude.

    email string

    Used to filter customers with the exact customer email.

    emailContains string

    Used to filter customers whose customer emails contain the provided value.

    emailNotEquals string

    emailNotEquals

    taxNumber string

    Used to filter customers with the exact tax number.

    taxNumberContains string

    Used to filter customers whose tax numbers contain the provided value.

    taxNumberNotEquals string

    Used to filter customers whose tax number to exclude.

    customerStatus string

    Used to filter company info with the exact customer status.

    currency string

    Used to filter customers with the exact currency.

    companyId string

    Used to filter customers with this company ID.

    remoteCreatedAtMin date

    Filter objects created in the third-party application after a specified date.

    remoteCreatedAtMax date

    Filter objects created in the third-party application before a specified date.

    remoteUpdatedAtMin date

    Filter objects last updated in the third-party application after a specified date.

    remoteUpdatedAtMax date

    Filter objects last updated in the third-party application before a specified date.

    createdAtMin date

    Filter objects created after a specified date.

    createdAtMax date

    Filter objects created before a specified date.

    updatedAtMin date

    Filter objects last updated after a specified date.

    updatedAtMax date

    Filter objects last updated before a specified date.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    count integer

    Default value: 0

Loading...