POST api/UserRoleNetMaster

Request Information

URI Parameters

None.

Body Parameters

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

Request 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"
}

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"}

application/xml, text/xml

Sample:
<UserRoleNetMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Login">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />