PUT api/Configuration/OverTimeApprovalConfiguration

Request Information

URI Parameters

None.

Body Parameters

OverTimeApprovalViewModel
NameDescriptionTypeAdditional information
OverTimeApprovalConfigurationId

integer

None.

OverTimeRuleConfigurationId

integer

None.

ApprovalAuthority

string

None.

IsApprovalApplicable

boolean

None.

ApprovalLevel

byte

None.

ApprovalPriority

byte

None.

IsAutoApprovalApprovalLevel

boolean

None.

AutoApprovalAfterNoOfDays

byte

None.

IsReminderApplicable

boolean

None.

ReminderAfterNoOfDays

byte

None.

IsDisplayToMultipalLevel

boolean

None.

IsSkipLevelApplicable

boolean

None.

EffectiveDateFrom

date

None.

EffectiveDateTo

date

None.

IsActive

boolean

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:
{
  "OverTimeApprovalConfigurationId": 1,
  "OverTimeRuleConfigurationId": 1,
  "ApprovalAuthority": "sample string 2",
  "IsApprovalApplicable": true,
  "ApprovalLevel": 64,
  "ApprovalPriority": 64,
  "IsAutoApprovalApprovalLevel": true,
  "AutoApprovalAfterNoOfDays": 64,
  "IsReminderApplicable": true,
  "ReminderAfterNoOfDays": 64,
  "IsDisplayToMultipalLevel": true,
  "IsSkipLevelApplicable": true,
  "EffectiveDateFrom": "2026-01-07T07:13:08.7224213+05:30",
  "EffectiveDateTo": "2026-01-07T07:13:08.7224213+05:30",
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:13:08.7224213+05:30",
  "CreatedBy": 1,
  "ModifyDate": "2026-01-07T07:13:08.7224213+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 3",
  "LocalIpAddress": "sample string 4",
  "DbUserAccount": "sample string 5",
  "CreatedByName": "sample string 6",
  "ModifyByName": "sample string 7",
  "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.