POST api/Schedule/removeFromSchedule

Request Information

URI Parameters

None.

Body Parameters

SchedParamType1
NameDescriptionTypeAdditional information
JobUid

globally unique identifier

None.

isProduction

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "jobUid": "020b7560-0e0c-4043-8a89-703c77380e82",
  "isProduction": true
}

application/xml, text/xml

Sample:
<SchedParamType1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <JobUid>020b7560-0e0c-4043-8a89-703c77380e82</JobUid>
  <isProduction>true</isProduction>
</SchedParamType1>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.