POST api/Medical/CheckDuplicateEmail_Website_Phone
Request Information
URI Parameters
None.
Body Parameters
CheckDuplicateEmailWebsitePhone| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchFrom | string |
None. |
|
| string |
None. |
||
| Website | string |
None. |
|
| Phone | string |
None. |
|
| OrganizationNumber | string |
None. |
|
| CNIC | string |
None. |
|
| CountryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchFrom": "sample string 1",
"Email": "sample string 2",
"Website": "sample string 3",
"Phone": "sample string 4",
"OrganizationNumber": "sample string 5",
"CNIC": "sample string 6",
"CountryID": 7
}
application/xml, text/xml
Sample:
<CheckDuplicateEmailWebsitePhone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model"> <CNIC>sample string 6</CNIC> <CountryID>7</CountryID> <Email>sample string 2</Email> <OrganizationNumber>sample string 5</OrganizationNumber> <Phone>sample string 4</Phone> <SearchFrom>sample string 1</SearchFrom> <Website>sample string 3</Website> </CheckDuplicateEmailWebsitePhone>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>