POST api/DSAssessment/YouthsRegistration
Request Information
URI Parameters
None.
Body Parameters
YouthsRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| batchid | string |
None. |
|
| batchname | string |
None. |
|
| studentname | string |
None. |
|
| state | string |
None. |
|
| location | string |
None. |
|
| mobileno | string |
None. |
|
| gender | string |
None. |
|
| dob | date |
None. |
|
| age | string |
None. |
|
| qualification | string |
None. |
|
| string |
None. |
||
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"centid": "sample string 2",
"centname": "sample string 3",
"batchid": "sample string 4",
"batchname": "sample string 5",
"studentname": "sample string 6",
"state": "sample string 7",
"location": "sample string 8",
"mobileno": "sample string 9",
"gender": "sample string 10",
"dob": "2026-05-25T19:29:50.537423+05:30",
"age": "sample string 11",
"qualification": "sample string 12",
"email": "sample string 13",
"createdby": "sample string 14",
"createdon": "2026-05-25T19:29:50.537423+05:30",
"updateby": "sample string 15",
"updateon": "2026-05-25T19:29:50.537423+05:30"
}
application/xml, text/xml
Sample:
<YouthsRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssessmentNew.Models"> <age>sample string 11</age> <batchid>sample string 4</batchid> <batchname>sample string 5</batchname> <centid>sample string 2</centid> <centname>sample string 3</centname> <createdby>sample string 14</createdby> <createdon>2026-05-25T19:29:50.537423+05:30</createdon> <dob>2026-05-25T19:29:50.537423+05:30</dob> <email>sample string 13</email> <gender>sample string 10</gender> <id>1</id> <location>sample string 8</location> <mobileno>sample string 9</mobileno> <qualification>sample string 12</qualification> <state>sample string 7</state> <studentname>sample string 6</studentname> <updateby>sample string 15</updateby> <updateon>2026-05-25T19:29:50.537423+05:30</updateon> </YouthsRegistration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse 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>