Add Attachment

Add attachment (file) to a record

URL : /api/v1/app/{app_id}/record/{record_id}/attachment Method : POST

Parameters

access_token (required, header parameter) Send this as header – e.g.“Authorization: Bearer access_token”

app_id (required, path parameter) Application Id of the record

record_id (required, path parameter) Record Id where the file needs to be attached

attachment_file (required, form parameter) File which needs to be attached to the record

Sample Request

Last updated