post https://api.assetpanda.com/v3/entity_objects/action_objects//create_multiple
A sample payload would look something like this, when sending the parameters through.
{
"object_ids": ["636e5f3d1ad40e33f3c7c0b4"], //object_id
"id": "118589", //defines which action or action_id
"action_fields": {
"field_1": "krishna test", // fields you would write as part of the action taken
"field_2": "342",
"field_3": "2022-11-10",
"field_4": "636e5f3d1ad40e33f3c7c0b4"
}
}