POST api/AttendanceTransaction/GetEmployeePayrollLONFormatReport

Request Information

URI Parameters

None.

Body Parameters

EmployeePayrollLONReportViewModel
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

ClientId

integer

None.

Status

byte

None.

PayrollCycleId

integer

None.

EmployeeIds

string

None.

StartDate

string

None.

EndDate

string

None.

LONCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1,
  "ClientId": 2,
  "Status": 64,
  "PayrollCycleId": 4,
  "EmployeeIds": "sample string 5",
  "StartDate": "sample string 6",
  "EndDate": "sample string 7",
  "LONCode": "sample string 8"
}

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.