POST Validation/ValidateIdNumber?idNumber={idNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Entity | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Entity": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core"> <Entity>sample string 3</Entity> <Message>sample string 2</Message> <Success>true</Success> </ResponseOfstring>