PUT api/transitnumbers/migrate

Migrates transit number to another bank

Request Information

URI Parameters

None.

Body Parameters

AbaNumberMigrateViewModel
NameDescriptionTypeAdditional information
AbaNumberId

integer

Required

Range: inclusive between 1 and 2147483647

BankId

BankID

integer

Range: inclusive between 1 and 2147483647

Request Formats

application/json, text/json

Sample:
{
  "abaNumberId": 1,
  "bankId": 2
}

application/xml, text/xml

Sample:
<AbaNumberMigrateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
  <AbaNumberId>1</AbaNumberId>
  <BankId>2</BankId>
</AbaNumberMigrateViewModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.