Locales
| Field | Type | Description |
|---|---|---|
| LocaleId | int | |
| LocaleName | string | |
| BusinessUnitId | string | Company provided indentifer. Not enabled for all companies. |
Authorization needed
GET https://api.ninthbrain.com/Locale/GetList?api-version=2.0
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
[
{
"LocaleId": 123,
"LocaleName": "Demo Locale 1"
},
{
"LocaleId": 124,
"LocaleName": "Demo Locale 2"
}
]
bad_request(HTTP 400)unauthorized(HTTP 401) - This APIKey is not valid for this service.
Ninth Brain API Documentation