POST api/DSAssessment/InsertPrePlacementGuidance/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
PrePlacementGuidance| Name | Description | Type | Additional information |
|---|---|---|---|
| gid | integer |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| standard | string |
None. |
|
| contactno | string |
None. |
|
| gender | string |
None. |
|
| schoolid | string |
None. |
|
| centid | string |
None. |
|
| q1 | integer |
None. |
|
| q2 | integer |
None. |
|
| q3 | integer |
None. |
|
| q4 | integer |
None. |
|
| q5 | integer |
None. |
|
| q6 | integer |
None. |
|
| q7 | integer |
None. |
|
| q8 | integer |
None. |
|
| q9 | integer |
None. |
|
| q10 | integer |
None. |
|
| totmarks | integer |
None. |
|
| outof | integer |
None. |
|
| grade | string |
None. |
|
| percentage | string |
None. |
|
| testtype | string |
None. |
|
| acyear | string |
None. |
|
| language | string |
None. |
|
| createdon | date |
None. |
|
| createdby | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"gid": 1,
"studentid": "sample string 2",
"studentname": "sample string 3",
"standard": "sample string 4",
"contactno": "sample string 5",
"gender": "sample string 6",
"schoolid": "sample string 7",
"centid": "sample string 8",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"q9": 1,
"q10": 1,
"totmarks": 1,
"outof": 1,
"grade": "sample string 9",
"percentage": "sample string 10",
"testtype": "sample string 11",
"acyear": "sample string 12",
"language": "sample string 13",
"createdon": "2026-01-25T23:08:28.1701836+05:30",
"createdby": "sample string 14"
}
application/xml, text/xml
Sample:
<PrePlacementGuidance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssessmentNew.Models"> <acyear>sample string 12</acyear> <centid>sample string 8</centid> <contactno>sample string 5</contactno> <createdby>sample string 14</createdby> <createdon>2026-01-25T23:08:28.1701836+05:30</createdon> <gender>sample string 6</gender> <gid>1</gid> <grade>sample string 9</grade> <language>sample string 13</language> <outof>1</outof> <percentage>sample string 10</percentage> <q1>1</q1> <q10>1</q10> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <q9>1</q9> <schoolid>sample string 7</schoolid> <standard>sample string 4</standard> <studentid>sample string 2</studentid> <studentname>sample string 3</studentname> <testtype>sample string 11</testtype> <totmarks>1</totmarks> </PrePlacementGuidance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.