Authorization: ********************
{
"attributesToUpdate": {
"message": "string"
},
"activityGroupIdentifier": {
"activityType": "AUDIT",
"entityType": "WORKFLOW",
"entityId": "string",
"entityClassId": "string"
}
}
curl --location --request PATCH 'https://api.qal.eazy2biz.com/v1/activities/ID of activity to patch' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"attributesToUpdate": {
"message": "string"
},
"activityGroupIdentifier": {
"activityType": "AUDIT",
"entityType": "WORKFLOW",
"entityId": "string",
"entityClassId": "string"
}
}'
{
"_id": "string",
"activityType": "AUDIT",
"entityType": "WORKFLOW",
"entityId": "string",
"entityClassId": "string",
"message": "string",
"actionTaskId": "string",
"actionIdentifier": {
"providerId": "string",
"actionId": "string",
"resultId": "string"
},
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}