API Accounts Endpoints
							 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
					
							 Account(
     string Supplier,
     int SupplierID,
     string Account,
     int AccountID 
)  Get account information.  Request  Request Data:   (string) ...
						  
						
						Tue, 3 Jun, 2025 at  9:17 AM
					
							 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
					
							 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