POST api/SickLeave/ExtendSickLeave

Request Information

URI Parameters

None.

Body Parameters

ExtendSickManagementIntegration
NameDescriptionTypeAdditional information
RelatedSickManagementId

integer

None.

SelectedDate

string

None.

ComissionId

integer

None.

ComissionDate

date

None.

MaxDuration

integer

None.

LimitMaxDuration

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RelatedSickManagementId": 1,
  "SelectedDate": "sample string 2",
  "ComissionId": 3,
  "ComissionDate": "2025-12-11T01:05:29.5622435+01:00",
  "MaxDuration": 5,
  "LimitMaxDuration": true
}

application/xml, text/xml

Sample:
<ExtendSickManagementIntegration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eManagementIntelligence.VM.BolovanjeIntegracija.Commands">
  <ComissionDate>2025-12-11T01:05:29.5622435+01:00</ComissionDate>
  <ComissionId>3</ComissionId>
  <LimitMaxDuration>true</LimitMaxDuration>
  <MaxDuration>5</MaxDuration>
  <RelatedSickManagementId>1</RelatedSickManagementId>
  <SelectedDate>sample string 2</SelectedDate>
</ExtendSickManagementIntegration>

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 'ExtendSickManagementIntegration'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.