POST api/Distributor/GetDistributorEmpDayInOutReport
Request Information
URI Parameters
None.
Body Parameters
tbl_MODealerINOutList| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.