# uploadAttachment

### 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

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