# Create a locale

Endpoint: POST /locales
Version: 1.0.445.36017
Security: OAuth2

## Request fields (application/json):

  - `Currency` (string, required)
    We recommend using ISO-4217 currency codes for compatibility with tax and payment processors.

  - `ID` (string)

  - `OwnerID` (string)
    ID of the organization that owns the Locale. Only the marketplace owner can override the OwnerID on create.

  - `Language` (string)
    We recommend using ISO-639 language code - ISO-3166 Country code (e.g. en-US).

## Response 201 fields (application/json):

  - `ID` (string)

  - `OwnerID` (string)
    ID of the organization that owns the Locale. Only the marketplace owner can override the OwnerID on create.

  - `Currency` (string)
    We recommend using ISO-4217 currency codes for compatibility with tax and payment processors.

  - `Language` (string)
    We recommend using ISO-639 language code - ISO-3166 Country code (e.g. en-US).

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


