API Accounts Endpoints

API Accounts
Accounts(     string Supplier,     int SupplierID,     string Customer,     int CustomerID,     string ModifiedAfter ) Get a list of accounts by supp...
Fri, 19 Jul, 2024 at 2:51 PM
API Account
Account(     string Supplier,     int SupplierID,     string Account,     int AccountID ) Get account information. Request Request Data: (string) ...
Fri, 19 Jul, 2024 at 2:52 PM
API AccountAdd
AccountAdd(     object Account ) Add and Account to a Customer Request Request Data: (object) Account(required) (string) Name (required) – Account N...
Fri, 19 Jul, 2024 at 2:52 PM
API AccountEdit
AccountEdit(     object Account ) Available since RPM 28. Modify a Customer Account. It allows changing the account’s name, account group, location, ass...
Fri, 19 Jul, 2024 at 2:53 PM