Business Central
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
companyId
is correctly populated.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.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]
Sage Active
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
companyId
is correctly populated.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.API key
"example value"
Account key
"example value"
The response is of type object
.