GET api/Application/Setting/RegExPassword?country={country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IPasswordRegexType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Regex | string |
None. |
|
| TranslationKey | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<PasswordRegexType> <ID>0</ID> <Description /> <Regex /> <TranslationKey /> </PasswordRegexType>
application/json, text/json
Sample:
{
"ID": 0
}