POST UserRoleMaster/InsertUpdateUserRoleMaster
Request Information
URI Parameters
None.
Body Parameters
tbl_UserRoleMasterPropName | Description | Type | Additional information |
---|---|---|---|
UserRoleCode | integer |
None. |
|
UserRoleName | string |
None. |
|
SearchBy | string |
None. |
|
SearchVal | string |
None. |
|
PageNo | integer |
None. |
|
RecordCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserRoleCode": 1, "UserRoleName": "sample string 2", "SearchBy": "sample string 3", "SearchVal": "sample string 4", "PageNo": 5, "RecordCount": 6 }
text/html
Sample:
{"UserRoleCode":1,"UserRoleName":"sample string 2","SearchBy":"sample string 3","SearchVal":"sample string 4","PageNo":5,"RecordCount":6}
application/xml, text/xml
Sample:
<tbl_UserRoleMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp"> <PageNo>5</PageNo> <RecordCount>6</RecordCount> <SearchBy>sample string 3</SearchBy> <SearchVal>sample string 4</SearchVal> <UserRoleCode>1</UserRoleCode> <UserRoleName>sample string 2</UserRoleName> </tbl_UserRoleMasterProp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |