﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PBX Aperçu des profils on Reseller Portal</title>
    <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/</link>
    <description>Recent content in PBX Aperçu des profils on Reseller Portal</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Obtenir tout (PBX)</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetall/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetall/</guid>
      <description>Obtenir tout (PBX)#Obtient tous les PbxConnectionProfiles d&#39;un locataire client.
 GET /v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs
 Exemple#Cette demande obtiendra tous les PbxConnectionProfile du locataire client donné.
Demande#GET &amp;lt;https://api.na.myreports.cloud/api/v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs&amp;gt; HTTP/1.1 Authorization : Bearer {TOKEN} Réponse#HTTP/1.1 200 OK Type de contenu : application/json; charset=utf-8 Longueur du contenu : xx { « page_size » : 2, « data » : [ { « id » : « {PBX_ID_1} », « name » : « Pbx 1 », « \_type » : « {PBX_TYPE} », « tenantId » : « {CUSTOMER_TENANT_ID} » }, { « id » : « {PBX_ID_2} », « name » : « Pbx 2 », « \_type » : « {PBX_TYPE} », « tenantId » : « {CUSTOMER_TENANT_ID} » } ][{ &amp;#34;id&amp;#34;: &amp;#34;{PBX_ID_1}&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Pbx 1&amp;#34;, &amp;#34;_type&amp;#34;: &amp;#34;{PBX_TYPE}&amp;#34;, &amp;#34;tenantId&amp;#34;: &amp;#34;{CUSTOMER_TENANT_ID}&amp;#34; }, { &amp;#34;id&amp;#34;: &amp;#34;{PBX_ID_2}&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Pbx 2&amp;#34;, &amp;#34;_type&amp;#34;: &amp;#34;{PBX_TYPE}&amp;#34;, &amp;#34;tenantId&amp;#34;: &amp;#34;{CUSTOMER_TENANT_ID}&amp;#34; } ], « status » : « succès », « timestamp » : « 2019-01-01T10:00:00.</description>
    </item>
    
    <item>
      <title>Obtenir PBX</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetpbx/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetpbx/</guid>
      <description>Obtenir PBX#Obtient un PbxConnectionProfile existant d&#39;un client client.
 GET /v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Exemple#Cette demande obtiendra les PbxConnectionProfiles spécifiques dans le client client.
Demande#GET &amp;lt;https://api.na.myreports.cloud/api/v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}&amp;gt; HTTP/1.1 Authorization : Bearer {TOKEN} Réponse#HTTP/1.1 200 OK Type de contenu : application/json; charset=utf-8 Longueur du contenu : xx { « données » : { « id » : « {PBX_ID_1} », « name » : « Pbx 1 », « \_type » : « {PBX_TYPE} », « tenantId » : « {CUSTOMER_TENANT_ID} » }, « status » : « succès », « timestamp » : « 2019-01-01T10:00:00.</description>
    </item>
    
    <item>
      <title>Obtenir PBX PBX Exemple</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetinstance/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxgetinstance/</guid>
      <description>Obtenir PBX PBX Exemple#Ce paramètre est utilisé pour vérifier si la cible PBX est déjà associé à un locataire client quelque part dans le système.
 GET /v1.0/pbxs?instanceId={PBX_INSTANCE_ID}
 Selon le type de Pbx, les valeurs suivantes doivent être transmises comme {PBX_Instance_ID} :
 ~.pbx.kazoo.name.~ =&amp;gt; ~.pbx.kazoo.name.~ Identifiant du compte Teams =&amp;gt; Microsoft Numéro d&#39;identification du locataire 3CX =&amp;gt; 3CX Clé de licence  Exemple#Cette demande obtiendra les PbxConnectionProfiles spécifiques dans le client client.</description>
    </item>
    
    <item>
      <title>Créer PBX</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxpost/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxpost/</guid>
      <description>Créer PBX#Crée un nouveau PbxConnectionProfile affecté à un locataire client.
 POST /v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs
 Exemple#Cette demande créera un nouveau ~.pbx.kazoo.name.~ PbxConnectionProfile avec les détails suivants :
 Client : Au sein du client client avec l&#39;identifiant {CUSTOMER_TENANT_ID} Nom : « Clients ~.pbx.kazoo.name.~ Pbx » Repos de l&#39;hôte : &amp;quot;https://rest.example.com&#34; Websocket hôte : « wss://ws.example.com » Numéro de compte : « 12345 » API Clé : « ABCDEF »  Demande#POST &amp;lt;https://api.</description>
    </item>
    
    <item>
      <title>Patch PBX</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxpatch/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxpatch/</guid>
      <description>Patch PBX#Met à jour un ensemble spécifique de propriétés d&#39;un PbxConnectionProfile. Cela utilise le bouton JSON Format du correctif pour tout changement.
 PATCH /v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Exemple 1#Cette demande mettra à jour le nom du PbxConnectionProfile.
Demande#PATCH &amp;lt;https://api.na.myreports.cloud/api/v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}&amp;gt; HTTP/1.1 Content-Type : application/json Frais d&amp;#39;acceptation : Vrai Authorization : Bearer {TOKEN} Connexion : keep-alive [ { « op » : « remplacer », « path » : « /name », « valeur » : « Mon nouveau nom » } ][{ &amp;#34;op&amp;#34;: &amp;#34;replace&amp;#34;, &amp;#34;path&amp;#34;: &amp;#34;/name&amp;#34;, &amp;#34;value&amp;#34;: &amp;#34;My New Name&amp;#34; } ] Réponse#HTTP/1.</description>
    </item>
    
    <item>
      <title>Supprimer PBX</title>
      <link>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxdelete/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.na.xarios.cloud/reseller-portal/fr-ca/api/reference/customers/pbxprofiles/pbxdelete/</guid>
      <description>Supprimer PBX#Supprime un PbxConnectionProfile existant du client client.
Hand Left warning
Cela déconnectera la connexion du PBX et arrêtera la collecte de tout événement.Demande# DELETE /v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Exemple#Cette demande supprimera le PbxConnectionProfile spécifique dans le client client.
Demande#DELETE &amp;lt;https://api.na.myreports.cloud/api/v1.0/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}&amp;gt; HTTP/1.1 Authorization : Bearer {TOKEN} Réponse#HTTP/1.1 200 OK Type de contenu : application/json; charset=utf-8 Longueur du contenu : xx { « status » : « succès », « timestamp » : « 2019-01-01T10:00:00.</description>
    </item>
    
  </channel>
</rss>
