Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Updates A Contact S Image

    This action will replace any existing Image attached to the Contact. The contents of the image data should be sent as binary data in the request payload. See our client libraries for an example of how this is done.

    Input

    type: object properties: parameters: type: object properties: id: type: string description: A Record's ID filename: type: string description: Name of Image File to be attached to Record file: format: binary type: string description: File to upload required: - id - filename - file title: Parameters