Passer au contenu principal
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
cURL
curl --request PATCH \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "height": 123,
  "isReady": true,
  "name": "<string>",
  "supportsCustomObjects": true,
  "supportsInboundCalling": true,
  "url": "<string>",
  "usesCallingWindow": true,
  "usesRemote": true,
  "width": 123
}
'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "height": 123,
  "isReady": true,
  "name": "<string>",
  "supportsCustomObjects": true,
  "supportsInboundCalling": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>",
  "usesCallingWindow": true,
  "usesRemote": true,
  "width": 123
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubGratuit

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Body

application/json
height
integer<int32>
isReady
boolean
name
string
supportsCustomObjects
boolean
supportsInboundCalling
boolean
url
string
usesCallingWindow
boolean
usesRemote
boolean
width
integer<int32>

Response

successful operation

createdAt
string<date-time>
required
height
integer<int32>
required
isReady
boolean
required
name
string
required
supportsCustomObjects
boolean
required
supportsInboundCalling
boolean
required
updatedAt
string<date-time>
required
url
string
required
usesCallingWindow
boolean
required
usesRemote
boolean
required
width
integer<int32>
required