POST api/AdminPri/editBackendAdminPri
Request Information
URI Parameters
None.
Body Parameters
BackendAdminPriModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PriTypeID | integer |
None. |
|
| Name | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PriTypeID": 2,
"Name": "sample string 3",
"Remark": "sample string 4"
}
application/xml, text/xml
Sample:
<BackendAdminPriModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models"> <ID>1</ID> <Name>sample string 3</Name> <PriTypeID>2</PriTypeID> <Remark>sample string 4</Remark> </BackendAdminPriModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<HttpResOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models"> <code>1</code> <data /> <msg>sample string 2</msg> </HttpResOfstring>