POST api/Holiday/GetCountHolidaybyEMPID

Request Information

URI Parameters

None.

Body Parameters

GetCountHolidaybyEMPIDDTO
NameDescriptionTypeAdditional information
EMPID

integer

Required

fromDate

date

Required

toDate

date

Required

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "EMPID": 1,
  "fromDate": "2023-05-30T13:48:51.4667453+05:30",
  "toDate": "2023-05-30T13:48:51.4667453+05:30",
  "Domain": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetCountHolidaybyEMPIDDTO'.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}