UpdateTableRecord
Official API
Implemented Class
Updates a TableRecord in a Pipefy Table.
Arguments
<In> TableRecordID : string
The ID of the TableRecord to obtained.
You can find this info from the API or from the link when accessing it through the web.
<In> Title : string
The new title for the TableRecord.
<In> DueDate : DateTime
The new due date for the TableRecord.
<In> StatusID : string
The ID of the new status for the TableRecord.
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.