Add Currency Custom Field Value Support
about 7 hours ago
customField.createnow supports creating custom fields with theCurrencyfield type.customField.setValueandcustomField.setValuesnow accept currency values forCurrencycustom fields. The value must be an object with a numericvalueand valid ISO 4217currencyCode, for example{ "value": 100000, "currencyCode": "USD" }.
