Not applicable.
The Exact.Mobile.WebApi service allows users to upload multiple images and attachments faster than using the binary service.
The information in this document is applicable to product update 267 and higher. If you have versions lower than this, certain features explained here will not be applicable.
The service implements the following service endpoints:
Type: POST
URL: <baseurl>/api/files/attachments/?entityType=2&entityId=
Parameters:
Body: Multi-part attachments with a boundary.
Result: An array of attachment IDs that you must use to link to the entity later if needed.
URL: <baseurl>/api/files/linkAttachments
Parameters: None
Body:
The entityId is the entity to which the attachments must be linked. The array of attachment IDs are the attachment IDs of the attachments to be linked. Please see upload images in case the entityid is not available yet.
Result: 200 if succeeded.