Add Supplier
String. Name of the new supplier to be created
FM_api('Stock_supplierAdd', [ 'name'=>'Test Supplier' ]) );
Returns the id and name of the newly-created supplier.
{"id": "56", "name":"Test Supplier"}
Last updated 3 years ago