Right now I'm using OData calls to return item card data, here's an example query:
api.businesscentral.dynamics.com/.../ItemCard eq '1000'&company={CompanyID}
however I notice that no picture information is returned in this query. Does the API support CRUD operations for pictures out of the box (i.e. can I use blob or some other string interpretation of images to upload and retrieve a picture from an item card)?
It's looking like I will have to create a custom code unit to do this, but I'm hoping that can be avoided.
Thanks!