curl --request PUT \ --url https://api.harmonyforstaffing.com/api/job-submissions/789 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "statusId": 86, "notes": "Moving to interview stage" }'
{ "id": 789, "statusId": 86, "notes": "Moving to interview stage", "updatedAt": "2024-03-19T19:30:00Z" }
Update a job submission