PUT POS/Settings/PaymentModes/BankAccount/{paymentModeId} Try Now
Update Subscriber Bank Account Details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentModeId |
The Payment Mode Id.
|
string |
Required
|
Body Parameters
The Subscriber Bank detail request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name of the bank.
|
string |
Required
|
| AccountNumber |
The account number.
|
string |
Required
|
| AccountName |
Name of Quickbook Account
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Name": "",
"AccountNumber": "",
"AccountName": ""
}
Response Information
Resource Description
None.