---
title: "POST /distribution/releases/settings"
method: POST
path: "/distribution/releases/settings"
tags: ["api"]
---

# POST /distribution/releases/settings

`POST /distribution/releases/settings`

## Request body

- ReleaseRetailDTO[]
  - `releaseId` integer
  - `priceTierIds` integer[]
  - `trackDefaultPriceTierId` integer
  - `saleStartDate` string, date-time
  - `saleStartTime` string
  - `saleStartTimezone` number, double
  - `salePreOrderDate` string, date-time
  - `countriesIncluded` CountryDTO[]
    - `iso2Code` string
    - `code` string
    - `name` string
    - `countryId` integer
    - `isDistributionCountry` boolean
    - `isReportingCountry` boolean
  - `countriesExcluded` CountryDTO[]
    - `iso2Code` string
    - `code` string
    - `name` string
    - `countryId` integer
    - `isDistributionCountry` boolean
    - `isReportingCountry` boolean
  - `isLockedForDistribution` boolean
  - `isDolbyAtmosReadOnly` boolean
  - `monetizationPolicyIds` integer[]
  - `trackMonetizationPolicyIds` TrackMonetizationPolicy[]
    - `trackId` integer
    - `policyId` integer
  - `tracks` TrackRetailDTO[]
    - `trackId` integer
    - `clearedForSale` boolean
  - `saleStartTimezoneId` integer
  - `autoDistroOptIn` boolean
  - `priceTierId` integer
  - `archivedAt` string, date-time
  - `showReleaseLevelPricing` boolean

## Response `200`

OK

- object

---

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