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
gopal kannan
NA
65
0
Send Json Data to MVC Web API Through Post Request
Dec 18 2013 12:36 AM
hi..
How to send Json Data to Web API using Post Request.
My Json value is like below.
var json123 = {
"firstname": {
"value": "john",
"versions": [
{
"value": "john",
"selected": false
},
"lastname": {
"value": "paul",
"versions": [
{
"value": "paul",
"selected": false
},
"email": {
"value": "
[email protected]
",
"versions": [
{
"value": "
[email protected]
",
"selected": false
},
}
Here I need to pass all data to my post request and after receiving the request i need to take the each attribute value through c# only.
How to do this..
need ur suggestions with examples.
Regards,
Gopal.s
Reply
Answers (
6
)
Web Service Isses
How Do I call a web service(wsdl file) in intervals