Add Attachment

Allow customer to add attachment that is under personal docs.

  • unique_identifier: Choose either email/staff_id as unique identifier

  • access_type: Both/Company

  • file_type: file resource/url

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
unique_identifierstringRequired
emailstring | nullableRequired
staff_idstring | nullableOptional
access_typestringOptionalDefault: Both
file_typestringOptional
file_urlstringOptional
filestring · binary | nullableOptional
Responses
chevron-right
200

Success!

application/json
post
/add-ee-attachment

Last updated