Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9000151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:16:28+00:00 2026-06-16T00:16:28+00:00

So I have a set of classes: public class CallQueueRequest { public string ACK

  • 0

So I have a set of classes:

public class CallQueueRequest
{
    public string ACK { get; set; }
    public string ERROR { get; set; }
    public Agent AGENT { get; set; }
    public Skill SKILL { get; set; }
    public string TIME { get; set; }
}

public class Agent
{
    public string has_result { get; set; }
    public List<Agents> agents { get; set; }
}

public class Agents
{
    public string display_name { get; set; }
    public string time_in_state { get; set; }
    public string state { get; set; }
    public string callstakentoday { get; set; }
    public string avaya_skill_num { get; set; }
}

public class Skill
{
    public string has_result { get; set; }
    public string num_skills { get; set; }
    public List<Skills> skills { get; set; }
}

public class Skills
{
    public string display_name { get; set; }
    public string avaya_skill_num { get; set; }
    public string callsinqueue { get; set; }
    public string callstoday { get; set; }
    public string abantoday { get; set; }
    public string lwt { get; set; }
    public string ewt { get; set; }
    public string servicelvl { get; set; }
    public string avgspeedans { get; set; }
    public string talktime { get; set; }
}

And I have this Json:

{
    "ACK":"SUCCESS",
    "ERROR":null,
    "AGENT":{
        "has_results":1,
        "agents":[
            {
                "display_name":"John Doe",
                "time_in_state":"378",
                "state":"Acd",
                "callstakentoday":null,
                "avaya_skill_num":"81"
            },
            {
                "display_name":"Jane Joe",
                "time_in_state":"220",
                "state":"Acd",
                "callstakentoday":null,
                "avaya_skill_num":"81"
            }
        ]
    },
    "SKILL":{
        "has_results":1,
        "num_skills":1,
        "skills":[
            {
                "display_name":"QueueName",
                "avaya_skill_num":"81",
                "callsinqueue":"1",
                "callstoday":"29",
                "abandtoday":"1",
                "lwt":"74",
                "ewt":"223",
                "servicelvl":"86",
                "avgspeedans":"35",
                "talktime":"873"
            }
        ]
    },
    "TIME":1355864270
}

I am using this code:

object qr = JsonConvert.DeserializeObject(jsonString);

This does not seem to be converting from Json to the complex class properly. Can someone assist me with this? I think its just a small mistake.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:16:28+00:00Added an answer on June 16, 2026 at 12:16 am

    I was able to find some info on what I’m trying to do. If anyone finds this question, here is the answer

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two classes: public class RichMan { public string ID {get;set;} List<Car> _cars=new
I have two classes class A { public string something { get; set; }
I have classes public class BlogPost { public int Id {get;set;} public string Body{get;set;}
I have four tables/classes public Class Brands { public int Id {get;set;} public string
I have 3 following classes: public class BaseProperty1{ public string Property1 {get; set;} }
I have 2 classes: public class LocalizationEntry { public List<TranslationPair> Translations { get; set;
I have two classes: public class Artikel { int id{get;set;}; string name{get;set;}; } public
I have two classes: public class Person { public int Id{get;set;} public string Name{get;set;}
I have these classes: public class RegionResult { public string Region { get; set;
I have following classes public class Person { public string FirstName { get; set;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.