POST api/DSAssessment/InsertCareerAwareness/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
CareerAwarenessCAL| Name | Description | Type | Additional information |
|---|---|---|---|
| crid | integer |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| standard | string |
None. |
|
| contactno | string |
None. |
|
| gender | string |
None. |
|
| schoolid | string |
None. |
|
| centid | string |
None. |
|
| subject | string |
None. |
|
| computersubject | string |
None. |
|
| optionalsubject | string |
None. |
|
| becomefuture | string |
None. |
|
| becomefutureyes | string |
None. |
|
| aspirefuture | string |
None. |
|
| aspirefutureyes | string |
None. |
|
| language | string |
None. |
|
| createdon | date |
None. |
|
| createdby | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"crid": 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",
"subject": "sample string 9",
"computersubject": "sample string 10",
"optionalsubject": "sample string 11",
"becomefuture": "sample string 12",
"becomefutureyes": "sample string 13",
"aspirefuture": "sample string 14",
"aspirefutureyes": "sample string 15",
"language": "sample string 16",
"createdon": "2025-12-10T18:21:55.823944+05:30",
"createdby": "sample string 17"
}
application/xml, text/xml
Sample:
<CareerAwarenessCAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssessmentNew.Models"> <aspirefuture>sample string 14</aspirefuture> <aspirefutureyes>sample string 15</aspirefutureyes> <becomefuture>sample string 12</becomefuture> <becomefutureyes>sample string 13</becomefutureyes> <centid>sample string 8</centid> <computersubject>sample string 10</computersubject> <contactno>sample string 5</contactno> <createdby>sample string 17</createdby> <createdon>2025-12-10T18:21:55.823944+05:30</createdon> <crid>1</crid> <gender>sample string 6</gender> <language>sample string 16</language> <optionalsubject>sample string 11</optionalsubject> <schoolid>sample string 7</schoolid> <standard>sample string 4</standard> <studentid>sample string 2</studentid> <studentname>sample string 3</studentname> <subject>sample string 9</subject> </CareerAwarenessCAL>
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>