POST bankbranches/Create

Request Information

URI Parameters

None.

Body Parameters

BankBranchesEntity
NameDescriptionTypeAdditional information
BranchID

integer

None.

BranchName

string

None.

BranchCode

string

None.

isUniversal

integer

None.

BankID

integer

None.

Active

integer

None.

TenantID

integer

None.

TenantName

string

None.

BankName

string

None.

Include

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchID": 1,
  "BranchName": "sample string 2",
  "BranchCode": "sample string 3",
  "isUniversal": 4,
  "BankID": 5,
  "Active": 6,
  "TenantID": 7,
  "TenantName": "sample string 8",
  "BankName": "sample string 9",
  "Include": true
}

text/html

Sample:
{"BranchID":1,"BranchName":"sample string 2","BranchCode":"sample string 3","isUniversal":4,"BankID":5,"Active":6,"TenantID":7,"TenantName":"sample string 8","BankName":"sample string 9","Include":true}

application/xml, text/xml

Sample:
<BankBranchesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.BankBranch">
  <Active>6</Active>
  <BankID>5</BankID>
  <BankName>sample string 9</BankName>
  <BranchCode>sample string 3</BranchCode>
  <BranchID>1</BranchID>
  <BranchName>sample string 2</BranchName>
  <Include>true</Include>
  <TenantID>7</TenantID>
  <TenantName>sample string 8</TenantName>
  <isUniversal>4</isUniversal>
</BankBranchesEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankBranchesEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.