Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MK 426 posts 902 karma points
    Feb 11, 2013 @ 10:55
    MK
    0

    Get Json object in restExtension method?

    Hi there,

    Does anyone know how can I get the json object in the restextension method?

    My call looks like this:

     

      $.ajax({

                    type: 'POST',

                    url: '/base/Expenditure/SetExpenditureRequest.aspx',

                    contentType: 'application/json; charset=utf-8',

                    dataType: 'json',

                   data: JSON.stringify(expenseTable)

                }).done(function (data) {

                });

     

    Not sure on how to get the data.

    Is there a way to define the methos to get post requests?

    Many thanks

    mkariti

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies