POST api/Att/stuattd
Request Information
URI Parameters
None.
Body Parameters
STUDENT_ATT| Name | Description | Type | Additional information |
|---|---|---|---|
| ENTRY_NO | integer |
None. |
|
| COMP_ID | integer |
None. |
|
| ADATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ENTRY_NO": 1,
"COMP_ID": 2,
"ADATE": "2026-01-16T14:21:51.8171132+05:30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.