Update the Attachment Flag of the Record rpa.timeline.updateIsFixed

Scope: rpa

Who can execute the method: any user

This method updates the attachment flag of the record.

Method Parameters

Name
type

Description

id
integer

Identifier of the record

isFixed
string

Attachment flag of the record. Possible values:

  • Y — the record will be attached
  • N — the record will not be attached

Response Handling

HTTP status: 200

{
            "timeline": {
                "id": 322,
                ...
            }
        }
        

Continue Your Exploration