POST api/Att/stuatt

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-03-17T15:40:59.0473498+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.