POST api/Stuattendance/statterp
Request Information
URI Parameters
None.
Body Parameters
studentatterpName | Description | Type | Additional information |
---|---|---|---|
COMP_ID | integer |
None. |
|
CLASS | string |
None. |
|
SECTION | string |
None. |
|
ABSENT_DATE | date |
None. |
|
SHIFT1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "COMP_ID": 1, "CLASS": "sample string 2", "SECTION": "sample string 3", "ABSENT_DATE": "2024-11-21T15:21:02.9630236+05:30", "SHIFT1": "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.