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": "0d75a0d8-57db-438b-9e7b-edf9da085cc9",
  "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>0d75a0d8-57db-438b-9e7b-edf9da085cc9</JobUid>
  <isProduction>true</isProduction>
</SchedParamType1>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.