Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Adds A Comment To A Ticket

    Input

    type: object properties: parameters: type: object properties: id: type: string description: A Record's ID fieldValues: title: Comment required: [] type: object properties: COMMENT_ID: format: int64 maxLength: 0 type: integer readOnly: true OWNER_USER_ID: format: int32 maxLength: 0 type: integer readOnly: false description: The record to add (just include the JSON object as the request body) required: - id - fieldValues title: Parameters