POST api/Holiday/schholi

Request Information

URI Parameters

None.

Body Parameters

holiday
NameDescriptionTypeAdditional information
SESSION

string

None.

LEAVE_DATE

date

None.

REASON

string

None.

OPERATOR_NAME

string

None.

DATE

date

None.

STRING1

string

None.

STRING2

string

None.

INT1

integer

None.

FLAG

boolean

None.

DECI1

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "SESSION": "sample string 1",
  "LEAVE_DATE": "2024-09-18T17:57:40.5460448+05:30",
  "REASON": "sample string 2",
  "OPERATOR_NAME": "sample string 3",
  "DATE": "2024-09-18T17:57:40.5460448+05:30",
  "STRING1": "sample string 4",
  "STRING2": "sample string 5",
  "INT1": 6,
  "FLAG": true,
  "DECI1": 8.0
}

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.