PUT api/PayrollCalculation?pid={pid}&restore={restore}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

integer

Required

restore

string

Required

Body Parameters

None.

Response Information

Resource Description

HRMPayroll
NameDescriptionTypeAdditional information
PayrollId

integer

None.

Title

string

None.

PayrollDate

date

None.

CreatedBy

integer

None.

CreatedOn

date

None.

IsDeleted

integer

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

StatusId

integer

None.

LocId

integer

None.

LocPayrollId

integer

None.

TotalDays

integer

None.

WorkingDay

integer

None.

FromDate

date

None.

ToDate

date

None.

ApprovedBy

integer

None.

ApprovedOn

date

None.

TransId

integer

None.

LastRunDate

date

None.

LastRunBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PayrollId": 1,
  "Title": "sample string 2",
  "PayrollDate": "2026-05-20T17:06:34.5011389+05:00",
  "CreatedBy": 4,
  "CreatedOn": "2026-05-20T17:06:34.5011389+05:00",
  "IsDeleted": 6,
  "ModifiedBy": 1,
  "ModifiedOn": "2026-05-20T17:06:34.5011389+05:00",
  "StatusId": 7,
  "LocId": 8,
  "LocPayrollId": 1,
  "TotalDays": 9,
  "WorkingDay": 10,
  "FromDate": "2026-05-20T17:06:34.5011389+05:00",
  "ToDate": "2026-05-20T17:06:34.5011389+05:00",
  "ApprovedBy": 1,
  "ApprovedOn": "2026-05-20T17:06:34.5011389+05:00",
  "TransId": 13,
  "LastRunDate": "2026-05-20T17:06:34.5011389+05:00",
  "LastRunBy": 14
}