POST api/Schedule/removeFromSchedule
Request Information
URI Parameters
None.
Body Parameters
SchedParamType1Name | Description | Type | Additional information |
---|---|---|---|
JobUid | globally unique identifier |
None. |
|
isProduction | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "jobUid": "67996435-f275-415a-bb53-988b1df194ea", "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>67996435-f275-415a-bb53-988b1df194ea</JobUid> <isProduction>true</isProduction> </SchedParamType1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.