Chilkat Online Tools

DataFlex / Zoom API / Update SIP phone

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vReq
    Handle hoReq
    Variant vResp
    Handle hoResp
    String sTemp1
    Integer iTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatHttpRequest)) To hoReq
    If (Not(IsComObjectCreated(hoReq))) Begin
        Send CreateComObject of hoReq
    End
    Set ComHttpVerb Of hoReq To "PATCH"
    Set ComPath Of hoReq To "/v2/sip_phones/:phoneId"
    Set ComContentType Of hoReq To "multipart/form-data"
    Send ComAddParam To hoReq "domain" "Ut eiusmod dolor"

    Send ComAddParam To hoReq "register_server" "Ut eiusmod doloramet est velit anim"

    Send ComAddParam To hoReq "proxy_server" "Ut eiusmod doloramet est velit animirure aliqua"

    Send ComAddParam To hoReq "register_server2" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem dolore"

    Send ComAddParam To hoReq "proxy_server2" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor anim"

    Send ComAddParam To hoReq "register_server3" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum ali"

    Send ComAddParam To hoReq "proxy_server3" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsum"

    Send ComAddParam To hoReq "user_name" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolor"

    Send ComAddParam To hoReq "password" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollit"

    Send ComAddParam To hoReq "authorization_name" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisi"

    Send ComAddParam To hoReq "voice_mail" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliqua"

    Send ComAddParam To hoReq "transport_protocol" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTO"

    Send ComAddParam To hoReq "transport_protocol2" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLS"

    Send ComAddParam To hoReq "transport_protocol3" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLSTLS"

    Send ComAddParam To hoReq "registration_expire_time" "Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLSTLS60"

    Send ComAddHeader To hoReq "Authorization" "Bearer <access_token>"

    Get pvComObject of hoReq to vReq
    Get ComSynchronousRequest Of hoHttp "api.zoom.us" 443 True vReq To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get ComStatusCode Of hoResp To iTemp1
    Showln iTemp1
    Get ComBodyStr Of hoResp To sTemp1
    Showln sTemp1
    Send Destroy of hoResp


End_Procedure

Curl Command

curl -X PATCH
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: multipart/form-data"
	--form 'domain=Ut eiusmod dolor'
	--form 'register_server=Ut eiusmod doloramet est velit anim'
	--form 'proxy_server=Ut eiusmod doloramet est velit animirure aliqua'
	--form 'register_server2=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem dolore'
	--form 'proxy_server2=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor anim'
	--form 'register_server3=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum ali'
	--form 'proxy_server3=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsum'
	--form 'user_name=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolor'
	--form 'password=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollit'
	--form 'authorization_name=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisi'
	--form 'voice_mail=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliqua'
	--form 'transport_protocol=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTO'
	--form 'transport_protocol2=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLS'
	--form 'transport_protocol3=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLSTLS'
	--form 'registration_expire_time=Ut eiusmod doloramet est velit animirure aliquasunt ullamco Lorem doloretempor animtempor laborum aliipsumnisi dolorsint dolor mollitlaboris magna non adipisiin aliquaAUTOTLSTLS60'
https://api.zoom.us/v2/sip_phones/:phoneId

Postman Collection Item JSON

{
  "name": "Update SIP phone",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "PATCH",
    "header": [
      {
        "key": "Content-Type",
        "value": "multipart/form-data"
      }
    ],
    "body": {
      "mode": "formdata",
      "formdata": [
        {
          "key": "domain",
          "value": "Ut eiusmod dolor",
          "description": "(Required) The name or IP address of your provider’s SIP domain. (example: CDC.WEB).",
          "type": "text"
        },
        {
          "key": "register_server",
          "value": "amet est velit anim",
          "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
          "type": "text"
        },
        {
          "key": "proxy_server",
          "value": "irure aliqua",
          "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
          "type": "text"
        },
        {
          "key": "register_server2",
          "value": "sunt ullamco Lorem dolore",
          "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
          "type": "text"
        },
        {
          "key": "proxy_server2",
          "value": "tempor anim",
          "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
          "type": "text"
        },
        {
          "key": "register_server3",
          "value": "tempor laborum ali",
          "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
          "type": "text"
        },
        {
          "key": "proxy_server3",
          "value": "ipsum ",
          "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
          "type": "text"
        },
        {
          "key": "user_name",
          "value": "nisi dolor",
          "description": "(Required) The phone number associated with the user in the SIP account.",
          "type": "text"
        },
        {
          "key": "password",
          "value": "sint dolor mollit",
          "description": "(Required) The password generated for the user in the SIP account.",
          "type": "text"
        },
        {
          "key": "authorization_name",
          "value": "laboris magna non adipisi",
          "description": "(Required) Authorization name of the user  registered for SIP Phone.",
          "type": "text"
        },
        {
          "key": "voice_mail",
          "value": "in aliqua",
          "description": "(Required) The number to dial for checking voicemail.",
          "type": "text"
        },
        {
          "key": "transport_protocol",
          "value": "AUTO",
          "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
          "type": "text"
        },
        {
          "key": "transport_protocol2",
          "value": "TLS",
          "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
          "type": "text"
        },
        {
          "key": "transport_protocol3",
          "value": "TLS",
          "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
          "type": "text"
        },
        {
          "key": "registration_expire_time",
          "value": "60",
          "description": "The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.",
          "type": "text"
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/sip_phones/:phoneId",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "sip_phones",
        ":phoneId"
      ],
      "variable": [
        {
          "key": "phoneId",
          "value": "quis officia in reprehenderit",
          "description": "(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API."
        }
      ]
    },
    "description": "Zoom’s Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to update information of a specific SIP Phone on a Zoom account.<br><br>\n**Prerequisites**:\n* Currently only supported on Cisco and Avaya PBX systems. \n* The account owner or account admin must first enable SIP Phone Integration by contacting the [Sales](https://zoom.us/contactsales) team.<br> **Scope:** `sip_phone:write:admin`\n<br> \n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`"
  },
  "response": [
    {
      "name": "**Error Code:** `200`<br>\nPermission missing: Enable SIP Phone Integration by contacting a Zoom Admin first.\n",
      "originalRequest": {
        "method": "PATCH",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "domain",
              "value": "Ut eiusmod dolor",
              "description": "(Required) The name or IP address of your provider’s SIP domain. (example: CDC.WEB).",
              "type": "text"
            },
            {
              "key": "register_server",
              "value": "amet est velit anim",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server",
              "value": "irure aliqua",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server2",
              "value": "sunt ullamco Lorem dolore",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server2",
              "value": "tempor anim",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server3",
              "value": "tempor laborum ali",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server3",
              "value": "ipsum ",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "user_name",
              "value": "nisi dolor",
              "description": "(Required) The phone number associated with the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "password",
              "value": "sint dolor mollit",
              "description": "(Required) The password generated for the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "authorization_name",
              "value": "laboris magna non adipisi",
              "description": "(Required) Authorization name of the user  registered for SIP Phone.",
              "type": "text"
            },
            {
              "key": "voice_mail",
              "value": "in aliqua",
              "description": "(Required) The number to dial for checking voicemail.",
              "type": "text"
            },
            {
              "key": "transport_protocol",
              "value": "AUTO",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol2",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol3",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "registration_expire_time",
              "value": "60",
              "description": "The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/sip_phones/:phoneId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sip_phones",
            ":phoneId"
          ],
          "variable": [
            {
              "key": "phoneId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `204`<br>\nSIP Phone information updated successfully.\n",
      "originalRequest": {
        "method": "PATCH",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "domain",
              "value": "Ut eiusmod dolor",
              "description": "(Required) The name or IP address of your provider’s SIP domain. (example: CDC.WEB).",
              "type": "text"
            },
            {
              "key": "register_server",
              "value": "amet est velit anim",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server",
              "value": "irure aliqua",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server2",
              "value": "sunt ullamco Lorem dolore",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server2",
              "value": "tempor anim",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server3",
              "value": "tempor laborum ali",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server3",
              "value": "ipsum ",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "user_name",
              "value": "nisi dolor",
              "description": "(Required) The phone number associated with the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "password",
              "value": "sint dolor mollit",
              "description": "(Required) The password generated for the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "authorization_name",
              "value": "laboris magna non adipisi",
              "description": "(Required) Authorization name of the user  registered for SIP Phone.",
              "type": "text"
            },
            {
              "key": "voice_mail",
              "value": "in aliqua",
              "description": "(Required) The number to dial for checking voicemail.",
              "type": "text"
            },
            {
              "key": "transport_protocol",
              "value": "AUTO",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol2",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol3",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "registration_expire_time",
              "value": "60",
              "description": "The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/sip_phones/:phoneId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sip_phones",
            ":phoneId"
          ],
          "variable": [
            {
              "key": "phoneId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API."
            }
          ]
        }
      },
      "status": "No Content",
      "code": 204,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{}"
    },
    {
      "name": "**Error Code:** `300`<br>\n SIP phone not found: phoneId.<br>\n The SIP phone with this phoneId was not found on this account.\n",
      "originalRequest": {
        "method": "PATCH",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "domain",
              "value": "Ut eiusmod dolor",
              "description": "(Required) The name or IP address of your provider’s SIP domain. (example: CDC.WEB).",
              "type": "text"
            },
            {
              "key": "register_server",
              "value": "amet est velit anim",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server",
              "value": "irure aliqua",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server2",
              "value": "sunt ullamco Lorem dolore",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server2",
              "value": "tempor anim",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server3",
              "value": "tempor laborum ali",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server3",
              "value": "ipsum ",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "user_name",
              "value": "nisi dolor",
              "description": "(Required) The phone number associated with the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "password",
              "value": "sint dolor mollit",
              "description": "(Required) The password generated for the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "authorization_name",
              "value": "laboris magna non adipisi",
              "description": "(Required) Authorization name of the user  registered for SIP Phone.",
              "type": "text"
            },
            {
              "key": "voice_mail",
              "value": "in aliqua",
              "description": "(Required) The number to dial for checking voicemail.",
              "type": "text"
            },
            {
              "key": "transport_protocol",
              "value": "AUTO",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol2",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol3",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "registration_expire_time",
              "value": "60",
              "description": "The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/sip_phones/:phoneId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sip_phones",
            ":phoneId"
          ],
          "variable": [
            {
              "key": "phoneId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API."
            }
          ]
        }
      },
      "status": "Multiple Choices",
      "code": 300,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `400`<br>\nBad request.\n\n",
      "originalRequest": {
        "method": "PATCH",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "domain",
              "value": "Ut eiusmod dolor",
              "description": "(Required) The name or IP address of your provider’s SIP domain. (example: CDC.WEB).",
              "type": "text"
            },
            {
              "key": "register_server",
              "value": "amet est velit anim",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server",
              "value": "irure aliqua",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server2",
              "value": "sunt ullamco Lorem dolore",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server2",
              "value": "tempor anim",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "register_server3",
              "value": "tempor laborum ali",
              "description": "(Required) IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.",
              "type": "text"
            },
            {
              "key": "proxy_server3",
              "value": "ipsum ",
              "description": "(Required) IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.",
              "type": "text"
            },
            {
              "key": "user_name",
              "value": "nisi dolor",
              "description": "(Required) The phone number associated with the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "password",
              "value": "sint dolor mollit",
              "description": "(Required) The password generated for the user in the SIP account.",
              "type": "text"
            },
            {
              "key": "authorization_name",
              "value": "laboris magna non adipisi",
              "description": "(Required) Authorization name of the user  registered for SIP Phone.",
              "type": "text"
            },
            {
              "key": "voice_mail",
              "value": "in aliqua",
              "description": "(Required) The number to dial for checking voicemail.",
              "type": "text"
            },
            {
              "key": "transport_protocol",
              "value": "AUTO",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol2",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "transport_protocol3",
              "value": "TLS",
              "description": "Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)",
              "type": "text"
            },
            {
              "key": "registration_expire_time",
              "value": "60",
              "description": "The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/sip_phones/:phoneId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sip_phones",
            ":phoneId"
          ],
          "variable": [
            {
              "key": "phoneId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}