PUT api/UseBranchNetMaster?USERNAME={USERNAME}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
USERNAME

string

Required

Body Parameters

UserBranchNetMaster
NameDescriptionTypeAdditional information
USERSNAME

string

Required

Max length: 15

BRANCH_CODE

string

Max length: 15

BRANCH_VIEW

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "USERSNAME": "sample string 1",
  "BRANCH_CODE": "sample string 2",
  "BRANCH_VIEW": true
}

text/html

Sample:
{"USERSNAME":"sample string 1","BRANCH_CODE":"sample string 2","BRANCH_VIEW":true}

application/xml, text/xml

Sample:
<UserBranchNetMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Login">
  <BRANCH_CODE>sample string 2</BRANCH_CODE>
  <BRANCH_VIEW>true</BRANCH_VIEW>
  <USERSNAME>sample string 1</USERSNAME>
</UserBranchNetMaster>

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