API Suppliers Endpoints
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
Supplier(
int SupplierID,
) Get account information. Request Request Data: (int) SupplierID (required) – identify the supplier. {
"Su...
Fri, 19 Jul, 2024 at 2:03 PM
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
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