uploadAttachment

Uploads an attachement

Parameters

  • data - The data as blob

  • documentTypeId (optional) - The ID of the document type to be saved

  • fileName - (optional) name of the attachement

Example Usages

   brixxApi.uploadAttachement(blobData, 1, "attachement.jpg");

Last updated