POST Api/Login/CheckEmailExistsOld
Request Information
URI Parameters
None.
Body Parameters
Signup| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| string |
None. |
||
| Contact | string |
None. |
|
| AddedBy | string |
None. |
|
| HODEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Email": "sample string 2",
"Contact": "sample string 3",
"AddedBy": "sample string 4",
"HODEmail": "sample string 5"
}
application/xml, text/xml
Sample:
<Signup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <AddedBy>sample string 4</AddedBy> <Contact>sample string 3</Contact> <Email>sample string 2</Email> <HODEmail>sample string 5</HODEmail> <Name>sample string 1</Name> </Signup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |