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
Gnanavel Sekar
NA
8.4k
7.3m
Getting null while passing json model to web-api
Mar 27 2017 9:36 AM
Hi,
am getting null value while passing json model to web-api, can you anyone tell me the issue?
var customer = { Project_Feedback_Description: "Scott", Project_Feedback_CreatedBy: "HP" };
$.ajax({
type: 'POST',
url: APIURL + "/InsertProjectFeedBack",
dataType: 'json',
contentType: "application/json; charset=utf-8",
data: JSON.stringify({ test: customer }),
success: function (result) {
}
look out my api
Reply
Answers (
0
)
How can i use of fingerprint scanner in asp.net c#
tutorial website