POST 17.0/app/bankaccounts/movetransactions

Description

Gets the Bank Account Id based on the passed request details

URI Parameters

None.

Name Description Type Additional information
ContactId

integer

None.

OriginalBankAccountId

integer

None.

NewBankAccountId

integer

None.

application/json, text/json

Sample:
{
  "contactId": 1,
  "originalBankAccountId": 2,
  "newBankAccountId": 3
}

application/xml, text/xml

Sample:
<BankAccountMoveTransactionsToAnotherAccountRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactId>1</ContactId>
  <OriginalBankAccountId>2</OriginalBankAccountId>
  <NewBankAccountId>3</NewBankAccountId>
</BankAccountMoveTransactionsToAnotherAccountRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.