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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProcessContraPaymentDataContract'.

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.