POST api/API_User
Request Information
URI Parameters
None.
Body Parameters
api_usern| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| f_name | string |
None. |
|
| token | string |
None. |
|
| status | string |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| phone | string |
None. |
|
| action | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"f_name": "sample string 2",
"token": "sample string 3",
"status": "sample string 4",
"email": "sample string 5",
"password": "sample string 6",
"phone": "sample string 7",
"action": "sample string 8"
}
application/xml, text/xml
Sample:
<api_usern xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TransformerAPI.Models"> <action>sample string 8</action> <email>sample string 5</email> <f_name>sample string 2</f_name> <id>1</id> <password>sample string 6</password> <phone>sample string 7</phone> <status>sample string 4</status> <token>sample string 3</token> </api_usern>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
api_usern| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| f_name | string |
None. |
|
| token | string |
None. |
|
| status | string |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| phone | string |
None. |
|
| action | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"f_name": "sample string 2",
"token": "sample string 3",
"status": "sample string 4",
"email": "sample string 5",
"password": "sample string 6",
"phone": "sample string 7",
"action": "sample string 8"
}
application/xml, text/xml
Sample:
<api_usern xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TransformerAPI.Models"> <action>sample string 8</action> <email>sample string 5</email> <f_name>sample string 2</f_name> <id>1</id> <password>sample string 6</password> <phone>sample string 7</phone> <status>sample string 4</status> <token>sample string 3</token> </api_usern>