afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/VoiceVendorInfo.json

139 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "VoiceVendorInfo - Data API",
"description": "Represents information about the Salesforce Voice or Sales Dialer providers vendor.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CorporateNumber": {
"type": "phone",
"properties": "Filter, Group, Nillable, Sort",
"description": "The standard number that users can choose to display when making outgoing calls."
},
"IsActive": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Specifies whether the vendor is active or not."
},
"LocalPresenceDefaultNumber": {
"type": "phone",
"properties": "Filter, Group, Nillable, Sort",
"description": "The default routing number thats available for incoming local presence calls."
},
"TenantConfigVersion": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The version of the Service Cloud Voice tenant configuration. Available in API version 51.0 and later."
},
"VendorAccountKey": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The account key of the vendor."
},
"VendorProviderName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The name of the vendor."
},
"VendorType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The name of the telephony vendor."
}
},
"special_access_rules": "As of Spring 20 and later, only your Salesforce org's internal users can access this object.",
"field_reference": {
"ConferenceNumber": {
"field_label": "Conference Number",
"type": "phone",
"length": "40"
},
"CorporateNumber": {
"field_label": "Corporate Number",
"type": "phone",
"length": "40"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Voice Vendor Info ID",
"type": "id",
"length": "18"
},
"IsActive": {
"field_label": "Is Active",
"type": "boolean"
},
"IsCallerIdTwilioVerified": {
"field_label": "Is the caller ID phone number for the org verified with Twilio and using STIR/SHAKEN",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsStirShakenEnrolled": {
"field_label": "Is the org using STIR/SHAKEN protocols from Twilio",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LocalPresenceDefaultNumber": {
"field_label": "LocalPresence Default Number",
"type": "phone",
"length": "40"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TenantConfigVersion": {
"field_label": "Tenant Configuration Version",
"type": "string",
"length": "10"
},
"VendorAccountKey": {
"field_label": "Vendor Account Key",
"type": "string",
"length": "255"
},
"VendorProviderName": {
"field_label": "Vendor Provider Name",
"type": "string",
"length": "255"
},
"VendorType": {
"field_label": "Vendor Type",
"type": "picklist",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}