API Suppliers Endpoints

API Suppliers
Suppliers( bool IncludeArchived = false ) Get a full list of suppliers. Request Request Data: (bool) IncludeArchived (optional) – whether the resu...
Fri, 19 Jul, 2024 at 2:01 PM
API Supplier
Supplier( int SupplierID, ) Get account information. Request Request Data: (int) SupplierID (required) – identify the supplier. { "Su...
Fri, 19 Jul, 2024 at 2:03 PM
API SupplierAdd
SupplierAdd( object Supplier, bool WebhookEvaluate ) Add a new supplier. Note: Available since RPM 28 Request Request Data: (object) Supplier...
Fri, 19 Jul, 2024 at 2:04 PM
API SupplierEdit
SupplierEdit( object Supplier, bool WebhookEvaluate ) Modify an existing supplier. Note: Available since RPM 28 Request Request Data: (object...
Fri, 19 Jul, 2024 at 2:04 PM