POST api/transfer/contra

Contra funds between ledgers

Request Information

URI Parameters

None.

Body Parameters

ProcessContraPaymentDataContract
NameDescriptionTypeAdditional information
SourceBankAccountId

integer

None.

RecipientBankAccountId

integer

None.

Amount

decimal number

None.

Reason

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "SourceBankAccountId": 1,
  "RecipientBankAccountId": 2,
  "Amount": 3.0,
  "Reason": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.