POST api/bidderbankaccount/edit

Request Information

URI Parameters

None.

Body Parameters

BidderBankAccountDTO
NameDescriptionTypeAdditional information
bankID

integer

None.

bidderID

integer

None.

accountBankCode

string

None.

accountBankBranch

string

None.

accountOwner

string

None.

accountNumber

string

None.

isActive

string

None.

UserOfficeId

integer

None.

UserRequestId

integer

None.

UserRoleId

integer

None.

TimeStamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "bankID": 1,
  "bidderID": 2,
  "accountBankCode": "sample string 3",
  "accountBankBranch": "sample string 4",
  "accountOwner": "sample string 5",
  "accountNumber": "sample string 6",
  "isActive": "sample string 7",
  "UserOfficeId": 8,
  "UserRequestId": 9,
  "UserRoleId": 10,
  "TimeStamp": "QEA="
}

text/html

Sample:
{"bankID":1,"bidderID":2,"accountBankCode":"sample string 3","accountBankBranch":"sample string 4","accountOwner":"sample string 5","accountNumber":"sample string 6","isActive":"sample string 7","UserOfficeId":8,"UserRequestId":9,"UserRoleId":10,"TimeStamp":"QEA="}

application/xml, text/xml

Sample:
<BidderBankAccountDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">
  <TimeStamp>QEA=</TimeStamp>
  <UserOfficeId>8</UserOfficeId>
  <UserRequestId>9</UserRequestId>
  <UserRoleId>10</UserRoleId>
  <accountBankBranch>sample string 4</accountBankBranch>
  <accountBankCode>sample string 3</accountBankCode>
  <accountNumber>sample string 6</accountNumber>
  <accountOwner>sample string 5</accountOwner>
  <bankID>1</bankID>
  <bidderID>2</bidderID>
  <isActive>sample string 7</isActive>
</BidderBankAccountDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.