I want a sample or suggestion reg how to use Two-Legged RingOut Call API in my website using Asp.Net for my web applications. Thanks in Advance
© 1999-2024 RingCentral, Inc. All rights reserved.
Privacy Notice
I want a sample or suggestion reg how to use Two-Legged RingOut Call API in my website using Asp.Net for my web applications. Thanks in Advance
Request request = new Request("/restapi/v1.0/account/~/extension/~/ringout", jsonRingoutString);The API Documentation for Two-Legged RingOut which provides information you'll need when populating the JSON body of the POST request: https://developer.ringcentral.com/api-docs/latest/index.html#!#TwoLegRingOut.html
Response response = ringCentral.Post(request);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.