News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
Getting "CMN-102 Resource for parameter [deviceId] is not found" when trying to make callout using c# sdk
Tags: sdk
Dec 5, 2023 at 5:22pm   •   1 replies  •  0 likes
Janak

I am using JWT Authentication and when I try to create a callout request, I am getting Resource for parameter [deviceId] is not found. Can someone point out what I am missing here?

Little more context: In production, we have 9 Lines and we need to perform callout from those lines in parallel. For now, I am just trying to build a POC with one line. Device is Online and is hardphone.

Code looks like this:

var restClient = new RestClient("CLIENTID", "CLIENTSECRET", true); //Have 
await restClient.Authorize("JWT TOKEN");
var parameters = new MakeCallOutRequest
{
    from = new MakeCallOutCallerInfoRequestFrom { deviceId = "device_id" }, //Line 5 device id
    to = new MakeCallOutCallerInfoRequestTo { phoneNumber = "PHONE TO CALL" }
};
var resp = await restClient.Restapi().Account().Telephony().CallOut().Post(parameters); //getting error here


1 Answer
answered on Dec 6, 2023 at 8:09am  

In this case, you should open a dev support ticket, provide the info and the support team can have a look at your code or account/device settings.


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us