API Accounts Endpoints

API Accounts
Accounts(     string Supplier,     int SupplierID,     string Customer,     int CustomerID,     string ModifiedAfter ) Get a list of accounts by supp...
Tue, 3 Jun, 2025 at 9:14 AM
API Account
Account(     string Supplier,     int SupplierID,     string Account,     int AccountID ) Get account information. Request Request Data: (string) ...
Tue, 3 Jun, 2025 at 9:17 AM
API AccountAdd
AccountAdd(     object Account ) Add and Account to a Customer Request Request Data: (object) Account(required) (string) Name (required) – Account N...
Tue, 3 Jun, 2025 at 9:17 AM
API AccountEdit
AccountEdit(     object Account ) Available since RPM 28. Modify a Customer Account. It allows changing the account’s name, account group, location, ass...
Tue, 3 Jun, 2025 at 9:23 AM