POST api/CHECKemail
Request Information
URI Parameters
None.
Body Parameters
user_data| Name | Description | Type | Additional information |
|---|---|---|---|
| firstname | string |
None. |
|
| lastname | string |
None. |
|
| phon | string |
None. |
|
| string |
None. |
||
| country | integer |
None. |
|
| isadmin | integer |
None. |
|
| city | integer |
None. |
|
| town | integer |
None. |
|
| active | integer |
None. |
|
| password | string |
None. |
|
| countrycode | integer |
None. |
|
| userlevel | integer |
None. |
|
| address | string |
None. |
|
| birthday | date |
None. |
|
| iduser | integer |
None. |
|
| site_id | integer |
None. |
|
| IsPhonChecked | integer |
None. |
|
| username | string |
None. |
|
| fcm_token | string |
None. |
|
| topic | string |
None. |
|
| token | string |
None. |
|
| image | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstname": "sample string 1",
"lastname": "sample string 2",
"phon": "sample string 3",
"email": "sample string 4",
"country": 5,
"isadmin": 6,
"city": 7,
"town": 8,
"active": 9,
"password": "sample string 10",
"countrycode": 11,
"userlevel": 12,
"address": "sample string 13",
"birthday": "2025-12-06T07:17:59.5030723+03:00",
"iduser": 15,
"site_id": 16,
"IsPhonChecked": 17,
"username": "sample string 18",
"fcm_token": "sample string 19",
"topic": "sample string 20",
"token": "sample string 21",
"image": "sample string 22"
}
text/xml
Sample:
<user_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_weber"> <IsPhonChecked>17</IsPhonChecked> <active>9</active> <address>sample string 13</address> <birthday>2025-12-06T07:17:59.5030723+03:00</birthday> <city>7</city> <country>5</country> <countrycode>11</countrycode> <email>sample string 4</email> <fcm_token>sample string 19</fcm_token> <firstname>sample string 1</firstname> <iduser>15</iduser> <image>sample string 22</image> <isadmin>6</isadmin> <lastname>sample string 2</lastname> <password>sample string 10</password> <phon>sample string 3</phon> <site_id>16</site_id> <token>sample string 21</token> <topic>sample string 20</topic> <town>8</town> <userlevel>12</userlevel> <username>sample string 18</username> </user_data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
outdata| Name | Description | Type | Additional information |
|---|---|---|---|
| data | DataTable |
None. |
|
| rowcount |
if get data then return count row else return the id row affected |
integer |
None. |
| status | boolean |
None. |
|
| msg_error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"rowcount": 1,
"status": true,
"msg_error": "sample string 3"
}
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_weber"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>