GET api/UserRoleNetMaster

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of UserRoleNetMaster
NameDescriptionTypeAdditional information
ROLE_ID

string

Required

Max length: 100

ROLE_CODE

string

Required

Max length: 20

USER_NAME

string

Required

Max length: 50

BRANCH_CODE

string

Required

Max length: 6

ROLE_DESC1

string

Max length: 50

ROLE_MENU_CODE

string

Max length: 50

PERMISSION

string

Max length: 10

Response Formats

application/json, text/json

Sample:
[
  {
    "ROLE_ID": "sample string 1",
    "ROLE_CODE": "sample string 2",
    "USER_NAME": "sample string 3",
    "BRANCH_CODE": "sample string 4",
    "ROLE_DESC1": "sample string 5",
    "ROLE_MENU_CODE": "sample string 6",
    "PERMISSION": "sample string 7"
  },
  {
    "ROLE_ID": "sample string 1",
    "ROLE_CODE": "sample string 2",
    "USER_NAME": "sample string 3",
    "BRANCH_CODE": "sample string 4",
    "ROLE_DESC1": "sample string 5",
    "ROLE_MENU_CODE": "sample string 6",
    "PERMISSION": "sample string 7"
  }
]

text/html

Sample:
[{"ROLE_ID":"sample string 1","ROLE_CODE":"sample string 2","USER_NAME":"sample string 3","BRANCH_CODE":"sample string 4","ROLE_DESC1":"sample string 5","ROLE_MENU_CODE":"sample string 6","PERMISSION":"sample string 7"},{"ROLE_ID":"sample string 1","ROLE_CODE":"sample string 2","USER_NAME":"sample string 3","BRANCH_CODE":"sample string 4","ROLE_DESC1":"sample string 5","ROLE_MENU_CODE":"sample string 6","PERMISSION":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfUserRoleNetMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Login">
  <UserRoleNetMaster>
    <BRANCH_CODE>sample string 4</BRANCH_CODE>
    <PERMISSION>sample string 7</PERMISSION>
    <ROLE_CODE>sample string 2</ROLE_CODE>
    <ROLE_DESC1>sample string 5</ROLE_DESC1>
    <ROLE_ID>sample string 1</ROLE_ID>
    <ROLE_MENU_CODE>sample string 6</ROLE_MENU_CODE>
    <USER_NAME>sample string 3</USER_NAME>
  </UserRoleNetMaster>
  <UserRoleNetMaster>
    <BRANCH_CODE>sample string 4</BRANCH_CODE>
    <PERMISSION>sample string 7</PERMISSION>
    <ROLE_CODE>sample string 2</ROLE_CODE>
    <ROLE_DESC1>sample string 5</ROLE_DESC1>
    <ROLE_ID>sample string 1</ROLE_ID>
    <ROLE_MENU_CODE>sample string 6</ROLE_MENU_CODE>
    <USER_NAME>sample string 3</USER_NAME>
  </UserRoleNetMaster>
</ArrayOfUserRoleNetMaster>