---
title: "Create Bid Request"
method: POST
path: "/v0/bid-request"
tags: ["Bid Request"]
---

# Create Bid Request

`POST /v0/bid-request`

This route creates a bid request based on a person and their property.

## Request body

- object — Request to create a new bid
  - `id` string, required — Unique identifier of the bid request
  - `propertyAddress` PropertyAddress, required — Property address information
    - `addressStreet` string, required — Street address
    - `city` string, required — City name
    - `stateCode` 'AS' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'MP' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'VI' | 'WA' | 'WV' | 'WI' | 'WY' | 'UNKNOWN', required — State code
    - `zip` string, required — ZIP code
    - `additionalInformation` string — Additional address information
    - `gateCode` string — Gate access code
    - `isHoaApprovalRequired` boolean, required — Indicates if HOA approval is required for the job
  - `billingAddress` BillingAddress, required — Billing address information
    - `addressStreet` string, required — Street address
    - `city` string, required — City name
    - `stateCode` 'AS' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'MP' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'VI' | 'WA' | 'WV' | 'WI' | 'WY' | 'UNKNOWN', required — State code
    - `zip` string, required — ZIP code
    - `additionalInformation` string — Additional address information
  - `homeowner` Homeowner, required — Homeowner contact information
    - `firstName` string, required — First name of the person
    - `lastName` string, required — Last name of the person
    - `email` string, email, required — Email address
    - `phone` string — Phone number
    - `phoneExtension` string — Phone extension
    - `preferredLanguage` 'ENGLISH' | 'SPANISH' — Preferred language for communication
    - `preferredContactMethod` 'CALL' | 'EMAIL' | 'TEXT' — Preferred method of contact
  - `instructions` string, required — Instructions for the quoting team
  - `url` string, uri, required — URL to access the resource
  - `organizationId` string — Organization to which the bid request belongs
  - `files` File[], required
    - `name` string, required — Name of the file
    - `type` 'photo' | 'document', required — Type of file, either document or photo
    - `url` string, uri, required — URL to access the resource

## Response `201`

Bid created successfully

- object — Response for successful bid creation
  - `message` string, required — Message indicating the bid was created successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `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)
