POST api/LandingApiReq/PhoneValidator
Request Information
URI Parameters
None.
Body Parameters
PhoneValidatorClass| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupNameLastName | string |
None. |
|
| LookupNameFirstName | string |
None. |
|
| LookupNameFullMatch | boolean |
None. |
|
| LookupNamePartialMatch | boolean |
None. |
|
| phone | string |
None. |
|
| FName | string |
None. |
|
| LName | string |
None. |
|
| LookupNameCallerType | string |
None. |
|
| LookupNameErrorCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LookupNameLastName": "sample string 1",
"LookupNameFirstName": "sample string 2",
"LookupNameFullMatch": true,
"LookupNamePartialMatch": true,
"phone": "sample string 5",
"FName": "sample string 6",
"LName": "sample string 7",
"LookupNameCallerType": "sample string 8",
"LookupNameErrorCode": "sample string 9"
}
application/xml, text/xml
Sample:
<PhoneValidatorClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLLanding.Models"> <FName>sample string 6</FName> <LName>sample string 7</LName> <LookupNameCallerType>sample string 8</LookupNameCallerType> <LookupNameErrorCode>sample string 9</LookupNameErrorCode> <LookupNameFirstName>sample string 2</LookupNameFirstName> <LookupNameFullMatch>true</LookupNameFullMatch> <LookupNameLastName>sample string 1</LookupNameLastName> <LookupNamePartialMatch>true</LookupNamePartialMatch> <phone>sample string 5</phone> </PhoneValidatorClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PhoneValidatorClass| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupNameLastName | string |
None. |
|
| LookupNameFirstName | string |
None. |
|
| LookupNameFullMatch | boolean |
None. |
|
| LookupNamePartialMatch | boolean |
None. |
|
| phone | string |
None. |
|
| FName | string |
None. |
|
| LName | string |
None. |
|
| LookupNameCallerType | string |
None. |
|
| LookupNameErrorCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LookupNameLastName": "sample string 1",
"LookupNameFirstName": "sample string 2",
"LookupNameFullMatch": true,
"LookupNamePartialMatch": true,
"phone": "sample string 5",
"FName": "sample string 6",
"LName": "sample string 7",
"LookupNameCallerType": "sample string 8",
"LookupNameErrorCode": "sample string 9"
}
application/xml, text/xml
Sample:
<PhoneValidatorClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLLanding.Models"> <FName>sample string 6</FName> <LName>sample string 7</LName> <LookupNameCallerType>sample string 8</LookupNameCallerType> <LookupNameErrorCode>sample string 9</LookupNameErrorCode> <LookupNameFirstName>sample string 2</LookupNameFirstName> <LookupNameFullMatch>true</LookupNameFullMatch> <LookupNameLastName>sample string 1</LookupNameLastName> <LookupNamePartialMatch>true</LookupNamePartialMatch> <phone>sample string 5</phone> </PhoneValidatorClass>