POST api/Att/stuattd

Request Information

URI Parameters

None.

Body Parameters

STUDENT_ATT
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.