---
title: "POST /api/v1.0/users/{userId}/deliveryLocations"
method: POST
path: "/api/v1.0/users/{userId}/deliveryLocations"
tags: ["Users"]
---

# POST /api/v1.0/users/{userId}/deliveryLocations

`POST /api/v1.0/users/{userId}/deliveryLocations`

## Path parameters

- `userId` integer, required

## Request body

- CreateUserDeliveryLocationRequest — Create a delivery location for a user (admin).
  - `Building` string — Building.
  - `Street` string — Street.
  - `Town` string — Town.
  - `PostCode` string — PostCode.
  - `FullAddressJson` string — FullAddressJson.
  - `DeliveryInstructions` string — DeliveryInstructions.
  - `Coordinates` Coordinates — Coordinates
    - `Latitude` number, double — Latitude
    - `Longitude` number, double — Longitude
  - `IsDisplayed` boolean — Passed through to the same parameter position as legacy admin MVC (maps to IsCustomAddress in map service).

## Response `200`

OK

- RestApiDefaultResponse — Rest api default response
  - `Data` string — Data string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
