{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "AdditionalNumber - Data API", "description": "Represents an optional additional number for a call center. This additional number is visible in the call center's phone directory.", "fields_columns": [ "type", "properties", "description" ], "fields": { "CallCenterId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "System field that contains the ID of the user who created the call center associated with this additional number. If value is null, this additional number is displayed in every call center's phone directory." }, "Description": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Description of the additional number, such as Conference Room B.Limit: 255 characters." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The name of the additional number.Limit: 80 characters." }, "Phone": { "type": "phone", "properties": "Create, Filter, Nillable, Group, Sort, Update", "description": "The phone number that corresponds to this additional number." } }, "special_access_rules": "Customer Portal users can't access this object.", "usage": "Create an additional number for a call center directory. Use this object if the number is not easily categorized as a User, Contact, Lead, Account, or the other object. Examples include phone queues or conference rooms.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "CallCenterId": { "field_label": "Call Center ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Description": { "field_label": "Description", "type": "string", "length": "255" }, "Id": { "field_label": "Additional Directory Number ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "80" }, "Phone": { "field_label": "Phone", "type": "phone", "length": "40" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }