GET api/Admin/Locale/{id}
Allows you to get a specific Locale
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ILocale| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| LocaleASP | string |
None. |
|
| Description | string |
None. |
|
| ISODescription | string |
None. |
|
| Active | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDecimalUsed | boolean |
None. |
|
| IsDecimalNETUsed | boolean |
None. |
|
| TranslatorTestRepID | integer |
None. |
|
| TranslatorTestRepDID | string |
None. |
|
| DecimalValue | integer |
None. |
|
| LocaleNET | 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"
}