GET api/Check_Email_Exists?email={email}

Verify Email when Individual Creation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

Body Parameters

None.

Response Information

Resource Description

get_number
NameDescriptionTypeAdditional information
Number_Value

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Number_Value": 1
}

application/xml, text/xml

Sample:
<get_number xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <Number_Value>1</Number_Value>
</get_number>