2.4 Update a Custom Field on a Supplier

Revised: 24 April 2017

Sample API

PUT

https://<instance_url>/api/suppliers/:id

Payload

<?xml version="1.0" encoding="UTF-8"?>
<supplier>
  <purchasing-group>Custom Field Updated</purchasing-group>
</supplier>

Sample CSV

Purchasing Group  and Supplier Currency are Supplier custom fields. Below is the file to update the Custom field on the Supplier Object. Added on 09/19/2016

For a sample file, see update_supplier_customfield.csv.