Let the platform do the work

/pmse_Project/CrmData/:record/:filter PUT

Overview

Updates information about Fields, Modules, Users, Roles, etc.

Summary

This endpoint will update various data related to the Process Definition with the data provided in the request payload.

Request Arguments

Name Type Description Required
record String The type of data to be updated True
filter String Filtering criteria to be applied to data updated False

Request

/rest/v11/pmse_Project/CrmData/clearEventCriteria/383414365573cf64b8eaa65039872849

Request Payload

{
    "data":null
}

Response Arguments

Name Type Description
success Boolean The status of the update operation

Response

{
    "success":true
}