POST api/Stuattendance/stattinp
Request Information
URI Parameters
None.
Body Parameters
studentattpaName | Description | Type | Additional information |
---|---|---|---|
COMP_ID | integer |
None. |
|
CLASS_N | string |
None. |
|
SECTION_N | string |
None. |
|
AB_DATE | date |
None. |
|
AB_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "COMP_ID": 1, "CLASS_N": "sample string 2", "SECTION_N": "sample string 3", "AB_DATE": "2024-11-21T15:02:52.3318193+05:30", "AB_TYPE": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.