xero-python icon indicating copy to clipboard operation
xero-python copied to clipboard

get_contacts tax_number_type, invalid value "TAXNUMBERTYPE/SSN"

Open Machine-Maker opened this issue 2 months ago • 2 comments

I'm getting an error just querying the contacts of a tenant.

ValueError: Invalid value for `tax_number_type` (TAXNUMBERTYPE/SSN), must be one of ['SSN', 'EIN', 'ITIN', 'ATIN', 'None']

Using xero-python 9.2, will downgrade to 9.1 which I think should fix it since tax_number_type was just added to contacts API.

Machine-Maker avatar Nov 07 '25 23:11 Machine-Maker