Get a specific locales

get/locales/{localeId}
SecuritybearerAuth
Request
path Parameters
localeId
required
integer <int64> (IdParam) >= 1

Locale identifier

Example: 1
Responses
200

Locale found

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
application/json
{
  • "id": 1,
  • "country": {
    • "code": "GB",
    • "name": "United Kingdom"
    },
  • "currency": {
    • "id": 1,
    • "code": "GBP",
    • "symbol": "s",
    • "majorCurrencyName": "string",
    • "minorCurrencyName": "string",
    • "majorCurrencyFormat": "string",
    • "minorCurrencyFormat": "string",
    • "salesTaxName": "string"
    }
}