POST apigem/AddBankAccount
Request Information
URI Parameters
None.
Body Parameters
BankPaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| BankId | string |
None. |
|
| BankAccount | string |
None. |
|
| AccountName | string |
None. |
|
| BankBranch | string |
None. |
|
| IsDefault | string |
None. |
|
| OTP | string |
None. |
|
| OtpID | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"bankId": "sample string 1",
"bankAccount": "sample string 2",
"accountName": "sample string 3",
"bankBranch": "sample string 4",
"isDefault": "sample string 5",
"otp": "sample string 6",
"otpID": 7.0
}
application/xml, text/xml
Sample:
<BankPaymentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineBusinessObject"> <AccountName>sample string 3</AccountName> <BankAccount>sample string 2</BankAccount> <BankBranch>sample string 4</BankBranch> <BankId>sample string 1</BankId> <IsDefault>sample string 5</IsDefault> <OTP>sample string 6</OTP> <OtpID>7</OtpID> </BankPaymentInfo>
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.