POST AdminAPI/UserEdit
Request Information
URI Parameters
None.
Body Parameters
Req_Admin_UserEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminId | integer |
None. |
|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| NationalId | string |
None. |
|
| BirthYear | integer |
None. |
|
| Gender | integer |
None. |
|
| IsForeigners | integer |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdminId": 1,
"Id": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"NationalId": "sample string 5",
"BirthYear": 6,
"Gender": 7,
"IsForeigners": 8,
"Mobile": "sample string 9",
"Email": "sample string 10"
}
application/xml, text/xml
Sample:
<Req_Admin_UserEdit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Notavani_WebAPI_01.Models"> <AdminId>1</AdminId> <BirthYear>6</BirthYear> <Email>sample string 10</Email> <FirstName>sample string 3</FirstName> <Gender>7</Gender> <Id>2</Id> <IsForeigners>8</IsForeigners> <LastName>sample string 4</LastName> <Mobile>sample string 9</Mobile> <NationalId>sample string 5</NationalId> </Req_Admin_UserEdit>
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. |