POST api/Employees/GetallEmpWorkingInShift

Request Information

URI Parameters

None.

Body Parameters

GetallEmpWorkingInShiftDTO
NameDescriptionTypeAdditional information
date

date

Required

shift

integer

Required

domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "date": "2023-06-09T06:57:56.2767192+05:30",
  "shift": 2,
  "domain": "sample string 3"
}

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 'GetallEmpWorkingInShiftDTO'.

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": {}
}