Zoho Recruit

submissions.changeStatus

Update the status of a Submission (e.g. Submitted, Client Reviewed, Rejected, Hired).

Remote zoho/recruit

Remote (network-hosted)

Other tools also called submissions.changeStatus? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "comments": {
            "type": "string"
          },
          "Submission_Status": {
            "type": "string"
          }
        }
      },
      "description": "body parameter"
    },
    "record_id": {
      "type": "string",
      "description": "Numeric Zoho record ID (e.g. 100001000000027144)."
    }
  }
}