---
title: "Create a job location that is not present in the system, use location list api to see all available locations."
method: POST
path: "/api/external/location/create"
tags: ["Job APIs"]
---

# Create a job location that is not present in the system, use location list api to see all available locations.

`POST /api/external/location/create`

The endpoint returns the id of the location created.<br/>

## Headers

- `RF-Api-Key` string
- `content-type` string

## Request body

- object
  - `city` string — Name of the city.
  - `country` string
  - `details` string
  - `location_state` string
  - `location_zipcode` string
  - `name` string — Location name.

## Response `200`

Auto generated using Swagger Inspector

- unknown

---

[API](https://skmtc.net/recruiterflow/apis/recruiterflow-api-documentation.md) · [All operations](https://skmtc.net/recruiterflow/apis/recruiterflow-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recruiterflow/recruiterflow-api-documentation/versions/9e36b3759d5d/schema)
