TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ashwin Chauhan
1.2k
548
83.7k
how to sending class object in postman?
Dec 8 2018 6:50 AM
i have create one web services.
that service in one parameter is class.
how to pass postman parameter in class object.
it's my code.
[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
public List<strudent> SaveOrder(strudent stud)
{
var list=new List<strudent>();
list.Add(stud);
return list;
}
//Class
public class strudent
{
public string Fname { get; set; }
public string Lname { get; set; }
public string data { get; set; }
}
Reply
Answers (
2
)
SignalR Hub to act as mirror of private Server
Can we create an AMP for Website Page?