RE: Fields not exposed via API
Hi Inge,
Thanks for guidance. I exposed the field and am getting List of Sales Invoices now. I want to update Payment Method on one of them so I tried applying filter like
api.businesscentral.dynamics.com/.../SalesInvoiceExtensions(No='S-INV000111)
but getting Not Found
then I tried
api.businesscentral.dynamics.com/.../SalesInvoiceExtensions?$filter=No eq 'S-INV000111'
this works but again it returns Collection with 1 item and I get following error on PATCH operation
PATCH requests for '' of EdmType 'Collection' are not allowed within Dynamics 365 Business Central OData web services
How can I perform update operation here please?
Thanks and Regards,
Amit