POST api/Exam/AddExam
Request Information
URI Parameters
None.
Body Parameters
ExamName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClassId | integer |
None. |
|
SectionId | integer |
None. |
|
Title | string |
None. |
|
Subject | string |
None. |
|
SubjectType | string |
None. |
|
Time | string |
None. |
|
Date | date |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ClassId": 2, "SectionId": 3, "Title": "sample string 4", "Subject": "sample string 5", "SubjectType": "sample string 6", "Time": "sample string 7", "Date": "2024-12-01T08:19:07.4729487+05:30", "CreatedBy": "sample string 9", "CreatedDate": "2024-12-01T08:19:07.4729487+05:30", "UpdatedBy": "sample string 11", "UpdatedDate": "2024-12-01T08:19:07.4729487+05:30" }
application/octet-stream
Sample:
{"$id":"1","Id":1,"ClassId":2,"SectionId":3,"Title":"sample string 4","Subject":"sample string 5","SubjectType":"sample string 6","Time":"sample string 7","Date":"2024-12-01T08:19:07.4729487+05:30","CreatedBy":"sample string 9","CreatedDate":"2024-12-01T08:19:07.4729487+05:30","UpdatedBy":"sample string 11","UpdatedDate":"2024-12-01T08:19:07.4729487+05:30"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.