GET api/Application/Setting/RegExPhone?country={country}&localeID={localeID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
country

string

Required

localeID

integer

None.

Body Parameters

None.

Response Information

Resource Description

IPhoneRegexType
NameDescriptionTypeAdditional 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"
}