GET api/Admin/Locale/{id}

Allows you to get a specific Locale

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ILocale
NameDescriptionTypeAdditional information
DecimalValue

integer

None.

Description

string

None.

ID

integer

None.

Active

integer

None.

IsDecimalNETUsed

boolean

None.

IsDecimalUsed

boolean

None.

IsDefault

boolean

None.

ISODescription

string

None.

LocaleASP

string

None.

LocaleNET

string

None.

TranslatorTestRepID

integer

None.

TranslatorTestRepDID

string

None.

DateFormat

string

None.

Response Formats

application/xml, text/xml

Sample:
<Locale>
  <ID>0</ID>
  <LocaleASP />
  <Description />
  <ISODescription />
  <Active>1</Active>
  <IsDefault>False</IsDefault>
  <IsDecimalUsed>False</IsDecimalUsed>
  <IsDecimalNETUsed>False</IsDecimalNETUsed>
  <TranslatorTestRepID />
  <TranslatorTestRepDID />
  <DecimalValue>0</DecimalValue>
  <LocaleNET />
  <DateFormat />
  <CreatedBy />
  <DateCreated>01/01/0001 00:00:00</DateCreated>
  <LastModifiedBy />
  <DateLastModified />
</Locale>

application/json, text/json

Sample:
{
  "ID": 0,
  "Active": 1,
  "IsDefault": false,
  "IsDecimalUsed": false,
  "IsDecimalNETUsed": false,
  "DecimalValue": 0,
  "DateCreated": "0001-01-01T00:00:00"
}