POST api/Onclass/onclin
Request Information
URI Parameters
None.
Body Parameters
a_online_className | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
NCLASS | string |
None. |
|
NSECTION | string |
None. |
|
SUB_NAME | string |
None. |
|
CL_LINK | string |
None. |
|
CLASS_TIME | date |
None. |
|
STAFF_ID | string |
None. |
|
room_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "NCLASS": "sample string 2", "NSECTION": "sample string 3", "SUB_NAME": "sample string 4", "CL_LINK": "sample string 5", "CLASS_TIME": "2024-11-21T15:00:51.7182587+05:30", "STAFF_ID": "sample string 6", "room_name": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.