Upload an attachment for a client
Uploads a file attachment for this client.
File content is base64-encoded in the JSON request body (contentBase64) rather than
multipart/form-data, keeping this a uniformly JSON API.
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Path parameters
guid
Stable public identifier of the client
Request
This endpoint expects an object.
filename
File name, including extension.
contentBase64
Base64-encoded file content.
description
Description of the attachment. Defaults to the file name when omitted.
Response
Attachment uploaded