PUT api/PreApproval/SetBankAccount?preApprovalID={preApprovalID}
Set Bank Account to the Preapproval to be used for disbursement
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
preApprovalID | string |
Required |
Body Parameters
BankAccountEntityName | Description | Type | Additional 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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |