Module organization_fields_api

Source

Enums§

AddOrganizationFieldError
struct for typed errors of method add_organization_field
DeleteOrganizationFieldError
struct for typed errors of method delete_organization_field
DeleteOrganizationFieldsError
struct for typed errors of method delete_organization_fields
GetOrganizationFieldError
struct for typed errors of method get_organization_field
GetOrganizationFieldsError
struct for typed errors of method get_organization_fields
UpdateOrganizationFieldError
struct for typed errors of method update_organization_field

Functions§

add_organization_field
Adds a new organization field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field.
delete_organization_field
Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field.
delete_organization_fields
Marks multiple fields as deleted.
get_organization_field
Returns data about a specific organization field.
get_organization_fields
Returns data about all organization fields.
update_organization_field
Updates an organization field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields’ values.