Skip to main content
PUT
Update job status

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

id
integer<int64>
required

Body

application/json
status
enum<string>
required

New job status. Required fields vary by status:

  • MEETUP_SCHEDULED: requires meetingScheduledDate
  • JOB_WON: requires jobAmount (immutable once set)
  • JOB_LOST, JOB_POSTPONED_OR_CANCELLED, OTHER: requires reason
  • LEAD_WON: requires jobAmount, (estimatedProjectStartDate or startDateTbd), (estimatedCompletionDate or completionDateTbd). Immutable once set. Attachment soft-required.
  • LEAD_LOST: requires lostReason. reason required when lostReason is OTHER.
  • REACHED_OUT_TO_HOMEOWNER, MULTIPLE_ATTEMPTS_NO_RESPONSE, CONTACT_MADE, ESTIMATE_PROVIDED: no required fields
Available options:
HOMEOWNER_CONTACTED,
MEETUP_SCHEDULED,
QUOTE_SENT,
JOB_PENDING_DECISION,
JOB_WON,
JOB_LOST,
JOB_POSTPONED_OR_CANCELLED,
NO_RESPONSE_FROM_HOMEOWNER,
OTHER,
REACHED_OUT_TO_HOMEOWNER,
MULTIPLE_ATTEMPTS_NO_RESPONSE,
CONTACT_MADE,
ESTIMATE_PROVIDED,
LEAD_WON,
LEAD_LOST
reason
string

Notes/reason text. Required for JOB_LOST, JOB_POSTPONED_OR_CANCELLED, OTHER. Required for LEAD_LOST when lostReason is OTHER. Optional for all other statuses.

Maximum string length: 500
meetingScheduledDate
string<date>

Required for MEETUP_SCHEDULED

jobAmount
number<double>

Required for JOB_WON and LEAD_WON

contactMethod
enum<string>

Optional for REACHED_OUT_TO_HOMEOWNER and CONTACT_MADE

Available options:
PHONE_CALL,
TEXT,
EMAIL,
IN_PERSON_MEETING
estimateType
enum<string>

Optional for ESTIMATE_PROVIDED

Available options:
IN_PERSON_ESTIMATE,
EMAILED_ESTIMATE,
VERBAL_ESTIMATE,
PORTAL_ATTACHMENT_ESTIMATE,
OTHER
lostReason
enum<string>

Required for LEAD_LOST

Available options:
PRICE,
TIMING,
OTHER
estimatedProjectStartDate
string<date>

Required for LEAD_WON (unless startDateTbd is true)

estimatedCompletionDate
string<date>

Required for LEAD_WON (unless completionDateTbd is true)

startDateTbd
boolean

Set to true if project start date is TBD (LEAD_WON)

completionDateTbd
boolean

Set to true if completion date is TBD (LEAD_WON)

Response

Status updated, returns updated lead details

success
boolean
Example:

true

data
object

Full detail view of a vendor-assigned lead. Includes all fields from the lite view plus post-lead status data and file attachments.