afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/PresenceDeclineReason.json

37 lines
1.3 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"special_access_rules"
],
"title": "PresenceDeclineReason - Tooling API",
"description": "Represents the reason an agent can select when declining an Omni-Channel work request. This object is available in API version 65.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The unique name of the object in the API."
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The language of the presence decline reason."
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The label of the presence decline reason."
}
},
"special_access_rules": "Available only if Omni-Channel is enabled in your org."
}