PUT api/transitnumbers/migrate
Migrates transit number to another bank
Request Information
URI Parameters
None.
Body Parameters
AbaNumberMigrateViewModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.