---
title: "Create request address"
method: POST
path: "/v1/RequestAddresses"
tags: ["RequestAddresses"]
---

# Create request address

`POST /v1/RequestAddresses`

Create a new request address.

## Request body

- RevAppPostModelsRequestAddress
  - `override_address_verification` boolean — Allows address verification to be skipped
  - `request_address_id` integer — Primary identifier of the request and address mapping.
  - `request_id` integer — Identifier for the associated request.
  - `address_id` integer — Identifier for the associated address.
  - `is_shipping_address` boolean — Indicates if this request address is a shipping address.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
