PUT api/v1/finance_Bank/{bankId}/bankId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bankId

integer

Required

Body Parameters

Finance_BankVM
NameDescriptionTypeAdditional information
financeBankId

integer

None.

bankName

string

None.

accountName

string

None.

accountNumber

string

None.

branchName

string

None.

currencyTypeId

integer

None.

branchAddress

string

None.

description

string

None.

creditFor

string

None.

dateCreated

date

None.

tenantId

integer

None.

isActive

boolean

None.

createdBy

integer

None.

currencyTypeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "financeBankId": 1,
  "bankName": "sample string 2",
  "accountName": "sample string 3",
  "accountNumber": "sample string 4",
  "branchName": "sample string 5",
  "currencyTypeId": 1,
  "branchAddress": "sample string 6",
  "description": "sample string 7",
  "creditFor": "sample string 8",
  "dateCreated": "2024-09-19T11:00:31.5253397-07:00",
  "tenantId": 1,
  "isActive": true,
  "createdBy": 9,
  "currencyTypeName": "sample string 10"
}

application/xml, text/xml

Sample:
<Finance_BankVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <accountName>sample string 3</accountName>
  <accountNumber>sample string 4</accountNumber>
  <bankName>sample string 2</bankName>
  <branchAddress>sample string 6</branchAddress>
  <branchName>sample string 5</branchName>
  <createdBy>9</createdBy>
  <creditFor>sample string 8</creditFor>
  <currencyTypeId>1</currencyTypeId>
  <currencyTypeName>sample string 10</currencyTypeName>
  <dateCreated>2024-09-19T11:00:31.5253397-07:00</dateCreated>
  <description>sample string 7</description>
  <financeBankId>1</financeBankId>
  <isActive>true</isActive>
  <tenantId>1</tenantId>
</Finance_BankVM>

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.