Creating a supplier with custom id
POST {{api-url}}/supplier/suppliers
Request Body
{"id"=>"custom_id", "name"=>"supplier1", "supplierNo"=>"supplier1", "customerNo"=>"C0123456789", "zipCode"=>"44-100", "city"=>"Gliwice", "countryId"=>"PL", "email1"=>"test1@emporix.com", "email2"=>"test2@emporix.com", "website"=>"string.pl", "comment"=>"any", "fax"=>"78392457747", "orderEmail1"=>"test1@emporix.com", "orderEmail2"=>"test2@emporix.com", "orderChannel"=>["EMAIL"], "orderMethod"=>"SINGLE_PICKING"}