POST api/Stuattendance/adminab
Request Information
URI Parameters
None.
Body Parameters
studentattandanceName | Description | Type | Additional information |
---|---|---|---|
CLASS_N | string |
None. |
|
SECTION_N | string |
None. |
|
COMP_ID | integer |
None. |
|
AB_DATE | date |
None. |
|
AB_TYPE | string |
None. |
|
STAFF_ID | string |
None. |
|
SESSION | string |
None. |
|
REMARK | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CLASS_N": "sample string 1", "SECTION_N": "sample string 2", "COMP_ID": 3, "AB_DATE": "2024-11-21T15:15:08.6959269+05:30", "AB_TYPE": "sample string 4", "STAFF_ID": "sample string 5", "SESSION": "sample string 6", "REMARK": "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.