custom fields

Name Resource Description
Create a custom field POST api/2.0/crm/{entityType}/customfield Creates a new custom field with the parameters (entity type, field title, type, etc.) specified in the request.
Delete a custom field DELETE api/2.0/crm/{entityType}/customfield/{fieldid} Deletes a custom field with the ID specified in the request.
Get custom fields GET api/2.0/crm/{entityType}/customfield/definitions Returns a list of descriptions for all the existing custom fields.
Get entity custom fields GET api/2.0/crm/{entityType}/{entityid}/customfield Returns a list of all the custom fields for the entity type and ID specified in the request.
Set an entity custom field POST api/2.0/crm/{entityType}/{entityid}/customfield/{fieldid} Sets the selected custom field to the entity with type and ID specified in the request.
Update a custom field PUT api/2.0/crm/{entityType}/customfield/{id} Updates the selected custom field with the parameters (entity type, field title, type, etc.) specified in the request.
Update the order of custom fields PUT api/2.0/crm/{entityType}/customfield/reorder Updates the order of the custom fields with a list specified in the request.