---
title: "Create a new emissions source"
method: POST
path: "/v1/organization/emissions_sources"
tags: ["Organization management"]
---

# Create a new emissions source

`POST /v1/organization/emissions_sources`

Creates a new emissions source under the specified business entity process.

## Request body

- object
  - `processID` string, uuid, required
  - `emissionsSourceTypeID` string, uuid, required
  - `emissionsModelID` string, uuid, required
  - `relatedSourceID` string, uuid
  - `scope` 1 | 2 | 21 | 22 | 3 | -1 — The GHG protocol scope this source belongs to
  - `status` 'ACTIVE' | 'INACTIVE' — The status of this emissions source
  - `description` string — A description of what this emissions source represents
  - `referenceSourceIDs` EmissionsSourceID[]

## Response `201`

The newly created emissions source

- EmissionsSource
  - `id` string, uuid, required
  - `processID` string, uuid, required
  - `emissionsSourceTypeID` string, uuid, required
  - `emissionsModelID` string, uuid, required
  - `relatedSourceID` string, uuid, nullable
  - `scope` 1 | 2 | 21 | 22 | 3 | -1, required — The GHG protocol scope this source belongs to
  - `status` 'ACTIVE' | 'INACTIVE', required — The status of this emissions source
  - `description` string — A description of what this emissions source represents
  - `referenceSourceIDs` EmissionsSourceID[], nullable — List of reference emissions source IDs

---

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