POST api/userprofile/UpdateBankInfo
Update Bank Information
Request Information
URI Parameters
None.
Body Parameters
Payment Info Model
| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountNumber |
Bank Account Number (bank account information is used to transfer cashback payments) |
string |
Max length: 250 |
| BankRegistrationNumber |
Bank Registration Number (bank account information is used to transfer cashback payments) |
string |
Max length: 250 |
Request Formats
application/json, text/json
Sample:
{
"bankAccountNumber": "sample string 1",
"bankRegistrationNumber": "sample string 2"
}
Response Information
Is success
Response Formats
application/json, text/json
Sample:
true