API Accounts Endpoints
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
Account(
string Supplier,
int SupplierID,
string Account,
int AccountID
) Get account information. Request Request Data: (string) ...
Fri, 19 Jul, 2024 at 2:52 PM
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
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