POST api/DeleteGlobalTimesheetSettings

Request Information

URI Parameters

None.

Body Parameters

GlobalTimesheetSettings
NameDescriptionTypeAdditional information
GlobalTimesheetSettingsId

integer

None.

HoursTypeId

integer

None.

Start

date

None.

End

date

None.

Day

integer

None.

HoursType

HoursType

None.

Status

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

DateCreated

date

None.

DateModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "GlobalTimesheetSettingsId": 1,
  "HoursTypeId": 2,
  "Start": "2026-04-07T15:48:21.5300726+01:00",
  "End": "2026-04-07T15:48:21.5300726+01:00",
  "Day": 5,
  "HoursType": {
    "HoursTypeId": 1,
    "Text": "sample string 2",
    "ShowAdmin": true,
    "ShowAll": true,
    "CanDelete": true,
    "Absence": true,
    "Unpaid": true,
    "Status": 8,
    "CreatedBy": 9,
    "ModifiedBy": 10,
    "DateCreated": "2026-04-07T15:48:21.5300726+01:00",
    "DateModified": "2026-04-07T15:48:21.5300726+01:00"
  },
  "Status": 6,
  "CreatedBy": 7,
  "ModifiedBy": 8,
  "DateCreated": "2026-04-07T15:48:21.5300726+01:00",
  "DateModified": "2026-04-07T15:48:21.5300726+01:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GlobalTimesheetSettings'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.