POST OSM/OSMResultUpdate
Request Information
URI Parameters
None.
Body Parameters
SGTModelName | Description | Type | Additional information |
---|---|---|---|
CourseCode | string |
None. |
|
SubjectCode | string |
None. |
|
AcademicSession | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CourseCode": "sample string 1", "SubjectCode": "sample string 2", "AcademicSession": "sample string 3" }
application/xml, text/xml
Sample:
<OSMController.SGTModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EklavvyaWebAPI.Controllers"> <AcademicSession>sample string 3</AcademicSession> <CourseCode>sample string 1</CourseCode> <SubjectCode>sample string 2</SubjectCode> </OSMController.SGTModel>
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.