PUT POS/Settings/PaymentModes/Paypal/{paymentModeId} Try Now
Update Subscriber Paypal Details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentModeId |
The Payment mode id.
|
string |
Required
|
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PaypalEmail |
The account number.
|
string |
Required
|
AccountName |
Name of Quickbook Account
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "PaypalEmail": "", "AccountName": "" }
Response Information
Resource Description
None.