loopline-systems / closeio-api-wrapper

PHP Wrapper to use the Close.io API
MIT License
14 stars 15 forks source link

Allow to unset a custom field for lead #95

Closed mavimo closed 5 years ago

mavimo commented 5 years ago

Summary

Actually is not possible to unset a custom field on close.io Lead using API, allow to send null values in order to unset it.

More infos

Currently we are excluding custom field with null values from Lead API call, this make impossible to unset a value on lead custom field.