POST api/Student/InsertATALParticipation

Request Information

URI Parameters

None.

Body Parameters

ATALParticipationform
NameDescriptionTypeAdditional information
regid

string

None.

state

string

None.

schoolid

string

None.

standard

string

None.

studentid

string

None.

gender

string

None.

remark

string

None.

category

string

None.

topic

string

None.

Request Formats

application/json, text/json

Sample:
{
  "regid": "sample string 1",
  "state": "sample string 2",
  "schoolid": "sample string 3",
  "standard": "sample string 4",
  "studentid": "sample string 5",
  "gender": "sample string 6",
  "remark": "sample string 7",
  "category": "sample string 8",
  "topic": "sample string 9"
}

application/xml, text/xml

Sample:
<ATALParticipationform xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <category>sample string 8</category>
  <gender>sample string 6</gender>
  <regid>sample string 1</regid>
  <remark>sample string 7</remark>
  <schoolid>sample string 3</schoolid>
  <standard>sample string 4</standard>
  <state>sample string 2</state>
  <studentid>sample string 5</studentid>
  <topic>sample string 9</topic>
</ATALParticipationform>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>