POST api/Schedule/removeFromSchedule
Request Information
URI Parameters
None.
Body Parameters
SchedParamType1| Name | Description | Type | Additional information |
|---|---|---|---|
| JobUid | globally unique identifier |
None. |
|
| isProduction | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobUid": "44a70cf0-c7a1-4cd6-8965-9c6d2ad84ecc",
"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>44a70cf0-c7a1-4cd6-8965-9c6d2ad84ecc</JobUid> <isProduction>true</isProduction> </SchedParamType1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.