POST api/Distributor/GetDistributorEmpDayInOutReport

Request Information

URI Parameters

None.

Body Parameters

tbl_MODealerINOutList
NameDescriptionTypeAdditional information
EmpId

integer

None.

startdate

date

None.

enddate

date

None.

DealerID

integer

None.

DistributorID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "empId": 1,
  "startdate": "2026-07-14T14:33:41.1251464+05:30",
  "enddate": "2026-07-14T14:33:41.1251464+05:30",
  "dealerID": 1,
  "distributorID": 1
}

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.