PUT api/PreApproval/SetBankAccount?preApprovalID={preApprovalID}

Set Bank Account to the Preapproval to be used for disbursement

Request Information

URI Parameters

NameDescriptionTypeAdditional information
preApprovalID

string

Required

Body Parameters

BankAccountEntity
NameDescriptionTypeAdditional information
Iban

Bank Accont No

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Iban": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.