POST api/StudentAPI/SaveSupport

Documentation for 'SaveSupport'.

Request Information

Parameters

NameDescriptionAdditional information
obj
Documentation for 'obj'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StudentId": "sample string 1",
  "Msg": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "data": {},
  "Counter": 4
}