Method: IContact::Api::CustomFields#create_custom_fields
- Defined in:
- lib/icontact/api/custom_fields.rb
#create_custom_fields(data) ⇒ Object
21 22 23 24 |
# File 'lib/icontact/api/custom_fields.rb', line 21 def create_custom_fields(data) response = post(custom_fields_path, data) resource(response, 'customfields') end |