I am playing with Chronos Inc and trying to Create Attachments (pdfs) for existing (open) purchase invoice and I am using Postman for this.
I am getting the following error message:
{
"error": {
"code": "Unknown",
"message": "You do not have permission to create or run scheduled tasks. CorrelationId: cda33aa8-561f-4c8a-8b00-406e7c3ae21a."
}
}
My Headers are:

My Body is:

My POST line:
https://api.businesscentral.dynamics.com/v2.0/{id}/Production/api/v2.0/companies({id})/attachments
And I am trying to understand this error: is it because I am on trial version (not an end user license)?
Please advice.