POST api/Exammark/exctimelower

Request Information

URI Parameters

None.

Body Parameters

CCE_LOWER_SUBACT
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SESSION

string

None.

CLASS

string

None.

D1

date

None.

D2

date

None.

D3

date

None.

D4

date

None.

D11

date

None.

D22

date

None.

D33

date

None.

D44

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "SESSION": "sample string 2",
  "CLASS": "sample string 3",
  "D1": "2025-04-04T08:07:54.6880563+05:30",
  "D2": "2025-04-04T08:07:54.6880563+05:30",
  "D3": "2025-04-04T08:07:54.6880563+05:30",
  "D4": "2025-04-04T08:07:54.6880563+05:30",
  "D11": "2025-04-04T08:07:54.6880563+05:30",
  "D22": "2025-04-04T08:07:54.6880563+05:30",
  "D33": "2025-04-04T08:07:54.6880563+05:30",
  "D44": "2025-04-04T08:07:54.6880563+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.