Zoho Books API Creating Invoice and Address API
I'm trying to create an invoice with zoho books api and i get the following error:
Error creating invoice in Zoho Books: {
message: 'Request failed with status code 400',
details: {
code: 15,
message: 'Please ensure that the "billing_address" has less than 100 characters.'
},
}
Error creating Zoho Books invoice: {
error: 'Request failed with status code 400',
details: {
code: 15,
message: 'Please ensure that the "billing_address" has less than 100 characters.'
}