---
title: "Add an opportunity"
method: POST
path: "/opportunities"
tags: ["Opportunity API:Opportunities"]
---

# Add an opportunity

`POST /opportunities`

## Request body

- AddOpportunityCommand
  - `contactId` integer, nullable
  - `workTypeId` integer, nullable
  - `value` number, double, nullable
  - `estimatedClose` string, date-time, nullable
  - `additionalInformation` string, nullable
  - `opportunityTitle` string, required
  - `companyId` integer, required
  - `stageId` string, uuid, required
  - `ownerUserIds` integer[], required

## Response `200`

Requested opportunity details

- CreatedOpportunityModel
  - `opportunityId` string, uuid

## Other responses

- `422` — Validation error

---

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