PUT api/Configuration/LeaveAccrualMonthConfiguration

Request Information

URI Parameters

None.

Body Parameters

LeaveAccrualMonthViewModel
NameDescriptionTypeAdditional information
LeaveAccrualMonthConfigurationId

integer

None.

LeaveRuleConfigurationId

integer

None.

MonthId

integer

None.

MonthName

string

None.

DateFrame

string

None.

Accrual

decimal number

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

CreatedByName

string

None.

ModifyByName

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaveAccrualMonthConfigurationId": 1,
  "LeaveRuleConfigurationId": 2,
  "MonthId": 3,
  "MonthName": "sample string 4",
  "DateFrame": "sample string 5",
  "Accrual": 6.1,
  "CreatedDate": "2026-01-07T07:15:45.204696+05:30",
  "CreatedBy": 8,
  "ModifyDate": "2026-01-07T07:15:45.204696+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 9",
  "LocalIpAddress": "sample string 10",
  "DbUserAccount": "sample string 11",
  "CreatedByName": "sample string 12",
  "ModifyByName": "sample string 13",
  "RequestType": 0
}

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.