Field support per integration
Business Central
Business Central
If you’re not using the Interactive Authentication Flow, make sure the query parameters
environmentName
and companyId
are correctly populated.
You can obtain these values by using the GET Environments
and GET Companies
endpoints available under the Authentication section.Exact
Exact
If you’re not using the Interactive Authentication Flow, make sure the query parameter
companyId
is correctly populated.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.The
filesPos
field is an array of line item positions (starting from 1) that correspond to each uploaded file.
The value at index i
in filesPos refers to the line item that the file at index i
in the files array should be linked to.
This field is required when uploading files.Example:
If you’re uploading 2 files, and you want to link the first file to line item 1 and the second file to line item 3:
filesPos: [1, 3]
fortnox
fortnox
Sage Active
Sage Active
If you’re not using the Interactive Authentication Flow, make sure the query parameters
environmentName
and companyId
are correctly populated.
You can obtain these values by using the GET Companies
endpoint available under the Authentication section. Please use the id field as the companyId and the environmentId field as the environmentName.Twinfield
Twinfield
If you’re not using the Interactive Authentication Flow, make sure the query parameter
companyId
is correctly populated.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.Odoo
Odoo
Supported Request Parameters:
Headers
API key
Example:
"example value"
Account key
Example:
"example value"
Body
multipart/form-data