POST api/USRS/EditUsrsr/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
UsrName | Description | Type | Additional information |
---|---|---|---|
Idusr | integer |
None. |
|
Nam | string |
None. |
|
Usrnam | string |
None. |
|
Pass | string |
None. |
|
Inp | integer |
None. |
|
Tlp | integer |
None. |
|
Mft | integer |
None. |
|
Srf | integer |
None. |
|
Dl | integer |
None. |
|
Ed | integer |
None. |
|
Phon | string |
None. |
|
SR | string |
None. |
|
SR1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Idusr": 1, "Nam": "sample string 2", "Usrnam": "sample string 3", "Pass": "sample string 4", "Inp": 5, "Tlp": 6, "Mft": 7, "Srf": 8, "Dl": 9, "Ed": 10, "Phon": "sample string 11", "SR": "sample string 12", "SR1": "sample string 13" }
application/xml, text/xml
Sample:
<Usr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrderServices.Models"> <Dl>9</Dl> <Ed>10</Ed> <Idusr>1</Idusr> <Inp>5</Inp> <Mft>7</Mft> <Nam>sample string 2</Nam> <Pass>sample string 4</Pass> <Phon>sample string 11</Phon> <SR>sample string 12</SR> <SR1>sample string 13</SR1> <Srf>8</Srf> <Tlp>6</Tlp> <Usrnam>sample string 3</Usrnam> </Usr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": 2 }
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrderServices.Models"> <Message>sample string 1</Message> <Status>2</Status> </Response>