put
https://secure.fusebill.com/v1/Customers
This function is used to update an existing Customer. You must get customer before updating it with this put.. If fields are excluded, they will likely be considered null and be blanked out. Currency does not need to be included as it will default to your selected default currency. In all cases, include id and status even if you are not planning to change the status value as failing to do so will return an error from the system.The easiest way to use this and many other PUT endpoints is to read the object, copy the JSON response, modify the desired fields, then use that modified JSON as the payload for the PUT call.To target specific fields instead of updating the full customer, use PATCH instead. .
