POST api/Branch/UpdateBranch

Request Information

URI Parameters

None.

Body Parameters

BranchMasterBindingModel
NameDescriptionTypeAdditional information
BranchMasterId

integer

None.

BranchName

string

None.

BranchAddress

string

None.

BranchCountry

string

None.

BranchState

string

None.

BranchStateCode

string

None.

BranchContactNo

string

None.

BranchEmail

string

None.

BranchBankName

string

None.

BranchBankIFSC

string

None.

BranchBankAccNo

string

None.

BranchGSTNo

string

None.

CreatedBy

integer

None.

CreationDate

date

None.

UpdatedBy

integer

None.

UpdationDate

date

None.

IsActive

boolean

None.

BranchStateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchMasterId": 1,
  "BranchName": "sample string 2",
  "BranchAddress": "sample string 3",
  "BranchCountry": "sample string 4",
  "BranchState": "sample string 5",
  "BranchStateCode": "sample string 6",
  "BranchContactNo": "sample string 7",
  "BranchEmail": "sample string 8",
  "BranchBankName": "sample string 9",
  "BranchBankIFSC": "sample string 10",
  "BranchBankAccNo": "sample string 11",
  "BranchGSTNo": "sample string 12",
  "CreatedBy": 1,
  "CreationDate": "2026-02-07T17:50:57.1279178+05:30",
  "UpdatedBy": 1,
  "UpdationDate": "2026-02-07T17:50:57.1279178+05:30",
  "IsActive": true,
  "BranchStateId": 1
}

application/xml, text/xml

Sample:
<BranchMasterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/labman_api.Models">
  <BranchAddress>sample string 3</BranchAddress>
  <BranchBankAccNo>sample string 11</BranchBankAccNo>
  <BranchBankIFSC>sample string 10</BranchBankIFSC>
  <BranchBankName>sample string 9</BranchBankName>
  <BranchContactNo>sample string 7</BranchContactNo>
  <BranchCountry>sample string 4</BranchCountry>
  <BranchEmail>sample string 8</BranchEmail>
  <BranchGSTNo>sample string 12</BranchGSTNo>
  <BranchMasterId>1</BranchMasterId>
  <BranchName>sample string 2</BranchName>
  <BranchState>sample string 5</BranchState>
  <BranchStateCode>sample string 6</BranchStateCode>
  <BranchStateId>1</BranchStateId>
  <CreatedBy>1</CreatedBy>
  <CreationDate>2026-02-07T17:50:57.1279178+05:30</CreationDate>
  <IsActive>true</IsActive>
  <UpdatedBy>1</UpdatedBy>
  <UpdationDate>2026-02-07T17:50:57.1279178+05:30</UpdationDate>
</BranchMasterBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.