bgmulinari / B1SLayer

A lightweight SAP Business One Service Layer client for .NET
MIT License
136 stars 47 forks source link

Can`t update AttachmentEntry on DeliveryNotes #56

Closed qcsfb closed 11 months ago

qcsfb commented 11 months ago

Hi, Bruno. First of all. THANKS. I'm trying to update a DeliveryNotes with AttachmentEntry, I'm using PatchAsync (I have also tried with PatchStringAsync) and the results is "Invalid attachment entry. [ODLN.AtcEntry] , '1234'". I think the problem is that PatchAsync is sending AttachmentEntry in string format and not in int format.