POST api/feedback_ajax/Post

登入

Request Information

Parameters

NameDescriptionAdditional information
value

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "msg": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "ResponseData": {}
}