<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PBX Profiles on Enterprise</title>
    <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/</link>
    <description>Recent content in PBX Profiles on Enterprise</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Get All</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetall/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetall/</guid>
      <description>Get All (PBX)#Gets all PbxConnectionProfiles for a Customer tenant.
 GET /v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs
 Example#This request will get all the PbxConnectionProfile of the given Customer tenant.
Request#GET https://api.au.myreports.cloud/api/v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs HTTP/1.1 Authorization: Bearer {TOKEN} Response#HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: xx { &amp;#34;page_size&amp;#34;: 2, &amp;#34;data&amp;#34;: [{ &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; } ], &amp;#34;status&amp;#34;: &amp;#34;success&amp;#34;, &amp;#34;timestamp&amp;#34;: &amp;#34;2019-01-01T10:00:00.</description>
    </item>
    
    <item>
      <title>Get PBX</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetpbx/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetpbx/</guid>
      <description>Get PBX#Gets an existing PbxConnectionProfile from a Customer tenant.
 GET /v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Example#This request will get the specific PbxConnectionProfiles within the Customer tenant.
Request#GET https://api.au.myreports.cloud/api/v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID} HTTP/1.1 Authorization: Bearer {TOKEN} Response#HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: xx { &amp;#34;data&amp;#34;: { &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;status&amp;#34;: &amp;#34;success&amp;#34;, &amp;#34;timestamp&amp;#34;: &amp;#34;2019-01-01T10:00:00.2890319Z&amp;#34; } Errors#Unauthorized#When the token is not provided, invalid or expired HTTP/1.</description>
    </item>
    
    <item>
      <title>Get PBX Instance</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetinstance/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxgetinstance/</guid>
      <description>Get PBX PBX Instance#This endpoint is used to check if the target PBX is already associated with a customer tenant somewhere on the system.
 GET /v1.0/pbxs?instanceId={PBX_INSTANCE_ID}
 Depending on the Pbx type, the following values need to be passed as the {PBX_Instance_ID}:
 ~.pbx.kazoo.name.~ =&amp;gt; ~.pbx.kazoo.name.~ Account Id Teams =&amp;gt; Microsoft Tenant Id 3CX =&amp;gt; 3CX License Key  Example#This request will get the specific PbxConnectionProfiles within the Customer tenant.</description>
    </item>
    
    <item>
      <title>Create PBX</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxpost/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxpost/</guid>
      <description>Create PBX#Creates a new PbxConnectionProfile assigned to a Customer tenant.
 POST /v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs
 Example#This request will create a new ~.pbx.kazoo.name.~ PbxConnectionProfile with the following details:
 Customer: Within the Customer tenant with id of {CUSTOMER_TENANT_ID} Name: &amp;quot;Customers ~.pbx.kazoo.name.~ Pbx&amp;quot; Host Rest: &amp;quot;https://rest.example.com&amp;quot; Host Websocket: &amp;quot;wss://ws.example.com&amp;quot; Account Id: &amp;quot;12345&amp;quot; API Key: &amp;quot;ABCDEF&amp;quot;  Request#POST https://api.au.myreports.cloud/api/v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs HTTP/1.1 Content-Type: application/json accept-charges: true Authorization: Bearer {TOKEN} Connection: keep-alive { &amp;#34;name&amp;#34;: &amp;#34;Customers ~.</description>
    </item>
    
    <item>
      <title>Patch PBX</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxpatch/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxpatch/</guid>
      <description>Patch PBX#Updates a specific set of properties of a PbxConnectionProfile. This uses the JSON Patch format for any changes.
 PATCH /v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Example 1#This request will update the Name of the PbxConnectionProfile.
Request#PATCH https://api.au.myreports.cloud/api/v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID} HTTP/1.1 Content-Type: application/json accept-charges: true Authorization: Bearer {TOKEN} Connection: keep-alive [ { &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; } ] Response#HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: xx Request-Context: appId=cid-v1:d24f4c80-0a0a-432e-85aa-a6f91f13a038 { &amp;#34;status&amp;#34;: &amp;#34;success&amp;#34;, &amp;#34;timestamp&amp;#34;: &amp;#34;2019-11-29T15:16:54.</description>
    </item>
    
    <item>
      <title>Delete PBX</title>
      <link>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxdelete/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.au.xarios.cloud/enterprise-portal/en-us/api/reference/accounts/customers/pbxprofiles/pbxdelete/</guid>
      <description>Delete PBX#Deletes an existing PbxConnectionProfile from the Customer tenant.
Hand Left warning
This will disconnect the Pbx connection and stop collecting any events.Request# DELETE /v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID}
 Example#This request will delete the specific PbxConnectionProfile within the Customer tenant.
Request#DELETE https://api.au.myreports.cloud/api/v1.0/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/pbxs/{PBX_ID} HTTP/1.1 Authorization: Bearer {TOKEN} Response#HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: xx { &amp;#34;status&amp;#34;: &amp;#34;success&amp;#34;, &amp;#34;timestamp&amp;#34;: &amp;#34;2019-01-01T10:00:00.</description>
    </item>
    
  </channel>
</rss>
