PUT api/companybanks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

compnaybank
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

BankAccount

string

None.

Bank

string

None.

AccountHolder

string

None.

BranchCode

string

None.

AccountType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2026-03-26T03:51:27.0647879+02:00",
  "LastModified": "2026-03-26T03:51:27.0647879+02:00",
  "BankAccount": "sample string 4",
  "Bank": "sample string 5",
  "AccountHolder": "sample string 6",
  "BranchCode": "sample string 7",
  "AccountType": "sample string 8"
}

application/xml, text/xml

Sample:
<compnaybank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UCareAPI.Database">
  <AccountHolder>sample string 6</AccountHolder>
  <AccountType>sample string 8</AccountType>
  <Bank>sample string 5</Bank>
  <BankAccount>sample string 4</BankAccount>
  <BranchCode>sample string 7</BranchCode>
  <DateCreated>2026-03-26T03:51:27.0647879+02:00</DateCreated>
  <LastModified>2026-03-26T03:51:27.0647879+02:00</LastModified>
  <id>1</id>
</compnaybank>

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 'compnaybank'.

Response Information

Resource Description

None.