POST api/terminaluseredit/update
Request Information
URI Parameters
None.
Body Parameters
TerminalUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Username | string |
None. |
|
| Pwd | string |
None. |
|
| Rightsid | integer |
None. |
|
| Add1 | string |
None. |
|
| Add2 | string |
None. |
|
| City | string |
None. |
|
| Pincode | string |
None. |
|
| Phone | string |
None. |
|
| Empname | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Username": "sample string 2",
"Pwd": "sample string 3",
"Rightsid": 4,
"Add1": "sample string 5",
"Add2": "sample string 6",
"City": "sample string 7",
"Pincode": "sample string 8",
"Phone": "sample string 9",
"Empname": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.