Add attachments
POST {{baseUrl}}/v1/attachments?description=<put>&associatedObjectType=<>&associatedObjectKey=<>
Use the Add Attachment REST request with a multipart/form-data to attach a document file to an Account, a Subscription, or an Invoice.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
description | string | Description of the attachment document.n | |
associatedObjectType | string | Specify one of the following values: Account, Subscription, or Invoice.n | |
associatedObjectKey | string | For the Subscription type, specify the Subscription Number. An attachment is tied to the Subscription Number and thus viewable with every subscription version.nnFor Account and Invoice, specify the id.n |