Hello,
We are observing the following API behavior when requesting the pdfDocument for the sales invoices in Business Central:
the lastModifiedDateTime datestamp is changing, evethough, the GET method is used.
If the ReadOnly Data-Access-Intent header is added, the "BadRequest_IncompatibleDataAccessIntent" error is returned for the salesInvoices endpoint reading: "Cannot modify a record. Current connection intent is Read-Only."
Is this an expected behavior? Could the modification of the lastModifiedDateTime be prevented?
Thanks a lot