POST api/CommonMaster/OverTimeFrequencyMaster

Request Information

URI Parameters

None.

Body Parameters

OverTimeFrequencyMasterViewModel
NameDescriptionTypeAdditional information
OvertimeFrequencyId

integer

None.

Name

string

None.

Description

string

None.

DisplayOrder

integer

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.

ClientId

integer

None.

ClientName

string

None.

IsDefaultOvertimeFrequency

boolean

None.

WeekStartDay

integer

None.

WeekStartDayName

string

None.

ThresholdLimit

integer

None.

MaximumLimit

integer

None.

ThresholdLimitDuration

string

None.

IsForRegular

boolean

None.

RequestType

RequestTypeEnum

None.

ListOvertimeApplicableFrequencyMappingViewModel

Collection of OvertimeApplicableFrequencyMappingViewModel

None.

ListWeeklyOvertimeDayTypeConfigurationMasterViewModel

Collection of WeeklyOvertimeDayTypeConfigurationMasterViewModel

None.

OvertimeApplicableFrequency

string

None.

OverTimeTypeId

integer

None.

OverTimeTypeName

string

None.

OvertimeCalculationType

byte

None.

OvertimeCalculationTypeName

string

None.

WeeklyOvertimeCalculatedHours

integer

None.

OTHoursPerDayLimit

time interval

None.

OTHourWeeklyLimit

time interval

None.

lstOvertimeTypeId

Collection of integer

None.

WeeklyOvertimeDayTypeConfiguration

string

None.

MyProperty

integer

None.

BufferOvertimeLimit

time interval

None.

Request Formats

application/json, text/json

Sample:
{
  "OvertimeFrequencyId": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "DisplayOrder": 4,
  "IsActive": true,
  "CreatedDate": "2026-01-08T22:09:40.0696011+05:30",
  "CreatedBy": 7,
  "ModifyDate": "2026-01-08T22:09:40.0696011+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 8",
  "LocalIpAddress": "sample string 9",
  "DbUserAccount": "sample string 10",
  "ClientId": 1,
  "ClientName": "sample string 11",
  "IsDefaultOvertimeFrequency": true,
  "WeekStartDay": 1,
  "WeekStartDayName": "sample string 13",
  "ThresholdLimit": 1,
  "MaximumLimit": 1,
  "ThresholdLimitDuration": "sample string 14",
  "IsForRegular": true,
  "RequestType": 0,
  "ListOvertimeApplicableFrequencyMappingViewModel": [
    {
      "$id": "2",
      "OvertimeApplicableFrequencyId": 1,
      "OvertimeFrequencyId": 2,
      "OverTimeTypeId": 3,
      "OverTimeTypeName": "sample string 4",
      "IsActive": true,
      "CreatedDate": "2026-01-08T22:09:40.0696011+05:30",
      "CreatedBy": 7,
      "ModifyDate": "2026-01-08T22:09:40.0696011+05:30",
      "ModifyBy": 1,
      "IpAddress": "sample string 8",
      "LocalIpAddress": "sample string 9",
      "DbUserAccount": "sample string 10",
      "RequestType": 0
    },
    {
      "$ref": "2"
    }
  ],
  "ListWeeklyOvertimeDayTypeConfigurationMasterViewModel": [
    {
      "$id": "3",
      "WeeklyOvertimeDayTypeConfigurationId": 1,
      "OvertimeFrequencyId": 2,
      "OverTimeTypeId": 3,
      "OverTimeTypeName": "sample string 4",
      "Description": "sample string 5",
      "DisplayOrder": 6,
      "IsActive": true,
      "CreatedDate": "2026-01-08T22:09:40.0696011+05:30",
      "CreatedBy": 1,
      "ModifyDate": "2026-01-08T22:09:40.0696011+05:30",
      "ModifyBy": 1,
      "IpAddress": "sample string 7",
      "LocalIpAddress": "sample string 8",
      "DbUserAccount": "sample string 9",
      "RequestType": 0
    },
    {
      "$ref": "3"
    }
  ],
  "OvertimeApplicableFrequency": "sample string 16",
  "OverTimeTypeId": 17,
  "OverTimeTypeName": "sample string 18",
  "OvertimeCalculationType": 64,
  "OvertimeCalculationTypeName": "sample string 20",
  "WeeklyOvertimeCalculatedHours": 21,
  "OTHoursPerDayLimit": "00:00:00.1234567",
  "OTHourWeeklyLimit": "00:00:00.1234567",
  "lstOvertimeTypeId": [
    1,
    2
  ],
  "WeeklyOvertimeDayTypeConfiguration": "sample string 22",
  "MyProperty": 23,
  "BufferOvertimeLimit": "00:00:00.1234567"
}

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.