NTP

Submit NTP

Submit a notice to proceed for a job. Once submitted, Remi will immediately begin scheduling work with the homeowner. Please advise the homeowner that they will be receiving a phone call from Remi before submitting NTP.

post/v0/ntp

Request body

idstring required

Unique identifier of the bid request

organizationIdstring

Organization to which the bid request belongs

Example request

{
  "id": "XXXX1234",
  "organizationId": "remi"
}

Response

Successfully submitted notice to proceed

messagestring required

Message indicating the notice to proceed was submitted successfully

Example response

{
  "message": "Notice to proceed submitted successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.