Skip to main content
PUT
/
api
/
Jobs
/
{jobId}
/
fill-start-date
Override the time-to-fill start date of a job, used to calculate the time-to-fill performance metrics for jobs.
curl --request PUT \
  --url https://api.example.com/api/Jobs/{jobId}/fill-start-date

Path Parameters

jobId
integer<int32>
required

Query Parameters

date
string<date-time>

Response

200

OK