POST User/Sys_Right_Tab/Edit
Request Information
URI Parameters
None.
Body Parameters
Sys_Right_Tab| Name | Description | Type | Additional information |
|---|---|---|---|
| IID | integer |
None. |
|
| Right_No | string |
None. |
|
| Right_Name | string |
None. |
|
| Type_Name | string |
None. |
|
| Sequen_No | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IID": 1,
"Right_No": "sample string 2",
"Right_Name": "sample string 3",
"Type_Name": "sample string 4",
"Sequen_No": 1
}
application/xml, text/xml
Sample:
<Sys_Right_Tab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <IID>1</IID> <Right_Name>sample string 3</Right_Name> <Right_No>sample string 2</Right_No> <Sequen_No>1</Sequen_No> <Type_Name>sample string 4</Type_Name> </Sys_Right_Tab>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": 1,
"Msg": "sample string 2",
"Token": "sample string 3",
"Key": "sample string 4"
}
application/xml, text/xml
Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <Key>sample string 4</Key> <Msg>sample string 2</Msg> <Success>1</Success> <Token>sample string 3</Token> </BaseResult>