PUT api/StudentStudyInterest
Request Information
URI Parameters
None.
Body Parameters
StudentStudyInterestName | Description | Type | Additional information |
---|---|---|---|
RecordNo | integer |
None. |
|
StudentInterest | string |
None. |
|
StudyExpectingYear | integer |
None. |
|
Subject | string |
None. |
|
StudyDestination | string |
None. |
|
IsIELTS | boolean |
None. |
|
IsTOEFL | boolean |
None. |
|
IsTOEIC | boolean |
None. |
|
IsUMAT | boolean |
None. |
|
IsGED | boolean |
None. |
|
IsUKCAT | boolean |
None. |
|
IsGCE | boolean |
None. |
|
IsSAT | boolean |
None. |
|
IsACT | boolean |
None. |
|
IsGAMSAT | boolean |
None. |
|
IsLSAT | boolean |
None. |
|
IsMAT | boolean |
None. |
|
IsGRE | boolean |
None. |
|
IsGMAT | boolean |
None. |
|
IsMCAT | boolean |
None. |
|
IsDAT | boolean |
None. |
|
IsOAT | boolean |
None. |
|
IsPCAT | boolean |
None. |
|
IsTEAS | boolean |
None. |
|
IsAHPAT | boolean |
None. |
|
CurrentEducation | string |
None. |
|
CurrentInstitution | string |
None. |
|
CurrentProgramme | string |
None. |
|
AverageScore | string |
None. |
|
IntendingToWork | string |
None. |
|
IsGottenAJob | string |
None. |
|
CareerPath | string |
None. |
|
IsCertificationToWork | string |
None. |
|
Relocation | string |
None. |
|
IsEligibleForRelocation | string |
None. |
|
IsNeedConsultation | string |
None. |
|
CreatedOn | date |
None. |
|
UpdatedOn | date |
None. |
|
IsDeleted | boolean |
None. |
|
InterestFk | integer |
None. |
|
Interest | Interest |
None. |
|
StudentFk | integer |
None. |
|
TEF | boolean |
None. |
|
WES | boolean |
None. |
|
ICES | boolean |
None. |
|
IQAS | boolean |
None. |
|
PEBC | boolean |
None. |
|
CES | boolean |
None. |
|
ICAS | boolean |
None. |
|
MCC | boolean |
None. |
|
YearsOfExperience | integer |
None. |
|
TwoOrMoreDegrees | string |
None. |
|
WhatIsYourFamilySize | string |
None. |
|
WhatIsJobTitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordNo": 1, "StudentInterest": "sample string 2", "StudyExpectingYear": 3, "Subject": "sample string 4", "StudyDestination": "sample string 5", "IsIELTS": true, "IsTOEFL": true, "IsTOEIC": true, "IsUMAT": true, "IsGED": true, "IsUKCAT": true, "IsGCE": true, "IsSAT": true, "IsACT": true, "IsGAMSAT": true, "IsLSAT": true, "IsMAT": true, "IsGRE": true, "IsGMAT": true, "IsMCAT": true, "IsDAT": true, "IsOAT": true, "IsPCAT": true, "IsTEAS": true, "IsAHPAT": true, "CurrentEducation": "sample string 26", "CurrentInstitution": "sample string 27", "CurrentProgramme": "sample string 28", "AverageScore": "sample string 29", "IntendingToWork": "sample string 30", "IsGottenAJob": "sample string 31", "CareerPath": "sample string 32", "IsCertificationToWork": "sample string 33", "Relocation": "sample string 34", "IsEligibleForRelocation": "sample string 35", "IsNeedConsultation": "sample string 36", "CreatedOn": "2024-12-22T09:07:58.9389271+00:00", "UpdatedOn": "2024-12-22T09:07:58.9389271+00:00", "IsDeleted": true, "InterestFk": 39, "Interest": { "RecordNo": 1, "InterestTypeName": "sample string 2", "CreatedOn": "2024-12-22T09:07:58.9389271+00:00", "UpdatedOn": "2024-12-22T09:07:58.9389271+00:00", "IsDeleted": true }, "StudentFk": 40, "TEF": true, "WES": true, "ICES": true, "IQAS": true, "PEBC": true, "CES": true, "ICAS": true, "MCC": true, "YearsOfExperience": 49, "TwoOrMoreDegrees": "sample string 50", "WhatIsYourFamilySize": "sample string 51", "WhatIsJobTitle": "sample string 52" }
application/xml, text/xml
Sample:
<StudentStudyInterest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <AverageScore>sample string 29</AverageScore> <CES>true</CES> <CareerPath>sample string 32</CareerPath> <CreatedOn>2024-12-22T09:07:58.9389271+00:00</CreatedOn> <CurrentEducation>sample string 26</CurrentEducation> <CurrentInstitution>sample string 27</CurrentInstitution> <CurrentProgramme>sample string 28</CurrentProgramme> <ICAS>true</ICAS> <ICES>true</ICES> <IQAS>true</IQAS> <IntendingToWork>sample string 30</IntendingToWork> <Interest> <CreatedOn>2024-12-22T09:07:58.9389271+00:00</CreatedOn> <InterestTypeName>sample string 2</InterestTypeName> <IsDeleted>true</IsDeleted> <RecordNo>1</RecordNo> <UpdatedOn>2024-12-22T09:07:58.9389271+00:00</UpdatedOn> </Interest> <InterestFk>39</InterestFk> <IsACT>true</IsACT> <IsAHPAT>true</IsAHPAT> <IsCertificationToWork>sample string 33</IsCertificationToWork> <IsDAT>true</IsDAT> <IsDeleted>true</IsDeleted> <IsEligibleForRelocation>sample string 35</IsEligibleForRelocation> <IsGAMSAT>true</IsGAMSAT> <IsGCE>true</IsGCE> <IsGED>true</IsGED> <IsGMAT>true</IsGMAT> <IsGRE>true</IsGRE> <IsGottenAJob>sample string 31</IsGottenAJob> <IsIELTS>true</IsIELTS> <IsLSAT>true</IsLSAT> <IsMAT>true</IsMAT> <IsMCAT>true</IsMCAT> <IsNeedConsultation>sample string 36</IsNeedConsultation> <IsOAT>true</IsOAT> <IsPCAT>true</IsPCAT> <IsSAT>true</IsSAT> <IsTEAS>true</IsTEAS> <IsTOEFL>true</IsTOEFL> <IsTOEIC>true</IsTOEIC> <IsUKCAT>true</IsUKCAT> <IsUMAT>true</IsUMAT> <MCC>true</MCC> <PEBC>true</PEBC> <RecordNo>1</RecordNo> <Relocation>sample string 34</Relocation> <StudentFk>40</StudentFk> <StudentInterest>sample string 2</StudentInterest> <StudyDestination>sample string 5</StudyDestination> <StudyExpectingYear>3</StudyExpectingYear> <Subject>sample string 4</Subject> <TEF>true</TEF> <TwoOrMoreDegrees>sample string 50</TwoOrMoreDegrees> <UpdatedOn>2024-12-22T09:07:58.9389271+00:00</UpdatedOn> <WES>true</WES> <WhatIsJobTitle>sample string 52</WhatIsJobTitle> <WhatIsYourFamilySize>sample string 51</WhatIsYourFamilySize> <YearsOfExperience>49</YearsOfExperience> </StudentStudyInterest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.