GET api/Application/Setting/RegExPhone?country={country}&localeID={localeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
Required |
|
| localeID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IPhoneRegexType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| RegEx | string |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<PhoneRegexType> <ID>0</ID> <Description /> <RegEx /> <ErrorMessage /> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </PhoneRegexType>
application/json, text/json
Sample:
{
"ID": 0,
"DateCreated": "0001-01-01T00:00:00"
}