POST api/AdminUserRight/DeleteUserRight
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "WS_ID": "sample string 1", "UserID": "sample string 2", "KEY": 3, "TABLENAME": "sample string 4", "SELECTSTRING": "sample string 5", "INSERTSTRING": "sample string 6", "UPDATESTRING": "sample string 7", "WHERESTRING": "sample string 8" }
application/xml, text/xml
Sample:
<AdminUserRightModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <INSERTSTRING>sample string 6</INSERTSTRING> <KEY>3</KEY> <SELECTSTRING>sample string 5</SELECTSTRING> <TABLENAME>sample string 4</TABLENAME> <UPDATESTRING>sample string 7</UPDATESTRING> <UserID>sample string 2</UserID> <WHERESTRING>sample string 8</WHERESTRING> <WS_ID>sample string 1</WS_ID> </AdminUserRightModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Data": {} }
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>