POST UpdateBankingDetails
Request Information
URI Parameters
None.
Body Parameters
BankAccountViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Bank | integer |
None. |
|
| AccountHolder | string |
None. |
|
| UserId | string |
None. |
|
| AccountType | integer |
None. |
|
| AccountNumber | string |
None. |
|
| BranchCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Bank": 1,
"AccountHolder": "sample string 2",
"UserId": "sample string 3",
"AccountType": 4,
"AccountNumber": "sample string 5",
"BranchCode": "sample string 6"
}
application/xml, text/xml
Sample:
<BankAccountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Models"> <AccountHolder>sample string 2</AccountHolder> <AccountNumber>sample string 5</AccountNumber> <AccountType>4</AccountType> <Bank>1</Bank> <BranchCode>sample string 6</BranchCode> <UserId>sample string 3</UserId> </BankAccountViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.