
Announcements
Hello!
Im trying to add dimension to SalesInvoice with POST API call to endpoint /salesInvoices({id})/dimensionSetLines({id}).
I get error 'POST' requests for 'dimensionSetLines' of EdmType 'Entity' are not allowed within Dynamics 365 Business Central OData web services.
Any advice?
Thanks,
Marko
Hello Marko,
Someone else had the same issue here:
Can you check that? And especially the if-match header. For an easy hack you can just set if-match to *.
I hope this helps you - let us know.