POST api/admin/editProfile?id={id}&pass={pass}&phone={phone}&email={email}&uName={uName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| pass | string |
Required |
|
| phone | string |
Required |
|
| string |
Required |
||
| uName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| support_phone | string |
None. |
|
| support_msg | string |
None. |
|
| status | boolean |
None. |
|
| responseMessage | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"support_phone": "sample string 1",
"support_msg": "sample string 2",
"status": true,
"responseMessage": "sample string 4",
"data": {}
}
application/xml, text/xml
Sample:
<UserResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoetAPI"> <data /> <responseMessage>sample string 4</responseMessage> <status>true</status> <support_msg>sample string 2</support_msg> <support_phone>sample string 1</support_phone> </UserResponse>