---
title: "Submit NTP"
method: POST
path: "/v0/ntp"
tags: ["NTP"]
---

# Submit NTP

`POST /v0/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.

## Request body

- object — Request to submit a notice to proceed
  - `id` string, required — Unique identifier of the bid request
  - `organizationId` string — Organization to which the bid request belongs

## Response `200`

Successfully submitted notice to proceed

- object — Response to submit a notice to proceed
  - `message` string, required — Message indicating the notice to proceed was submitted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/remihq/apis/remi-public-api.md) · [All operations](https://skmtc.dev/remihq/apis/remi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/remihq/remi-public-api/revisions/01989d1451a5/schema)
