Supplier Tax ID
ID
aluma.supplier_tax_id
Description
Tax ID of an invoice supplier.
Fields
Supplier Tax ID
Remarks
If multiple Tax IDs are found then all are returned and the field is rejected.
Parameters
receiving_country
The country in which the invoice was received.
Type: string
Required: True
Accepted values: United Kingdom, Germany.
connection_string
The connection string to the database that contains the customer table.
Type: string
Required: False
provider
The type of database that contains the customer table. Valid values are mssql and mysql.
Type: string
Required: False
schema
The schema name for the customer table. If not set, the table is assumed to be defined within the user's default schema. Only applicable when the provider is mssql.
Type: string
Required: False
customer_table
The name of the table (or view) containing records for all of the customer's own Tax IDs, so they can be excluded from the results. These Tax IDs may also be specified statically using the Customer Tax IDs parameter.
Type: string
Required: False
tax_ids
A comma-separated list of the customer's own Tax IDs, so they can be excluded from the results.
Type: list
Required: False
Updated 6 months ago