27.1.1 Request JSON Parameters

Table 27-2 Request JSON Parameters

Name Type Required Description
object_id STRING Yes The unique value that identifies the PMF execution.
activity_id STRING Yes The unique ID of the activity.

Request JSON Sample


 {
    "activityEventStatusRequest": [
        {
            "objectId": "1716987996892",
            "activityId": "JOB_171585855928213"
        }
       
    ]
}