/inventory/release
POST
Releases objects
Parameters in the POST body schema
| Name | Type | Description | Example | Default |
|---|---|---|---|---|
addOrdersDateFrom |
optional, string | Sets the starting date for orders to be added to the daily plan. The API accepts a date in the format YYYY-MM-DD or the string 'now' to indicate to add orders starting from the time of release. Previously planned or submitted orders will be canceled. | "addOrdersDateFrom" : "now" | |
update |
optional, array | Contains releasable objects specified by its id or (path and objectType) |
"update": [{
"path": "/eachFriday",
"objectType": "WORKINGDAYSCALENDAR"
}] |
|
path |
string | Path of the configuration item | ||
objectType |
string | Object type of the configuration item. Possible value are
|
||
delete |
optional, array | Contains releasable objects specified by its id or (path and objectType) that release will be deleted for all controllers |
"delete": [{
"path": "/eachFriday",
"objectType": "WORKINGDAYSCALENDAR"
}] |
|
path |
string | Path of the configuration item | ||
objectType |
string | Object type of the configuration item. Possible value are
|
||
auditLog |
optional, object | Object that contains comment, timeSpent and ticketLink. |
{
"comment": "Operational requirement!",
"timeSpent": 2
} |
|
comment |
optional, string | Field in auditLog to comment this action, e.g. the reason. |
||
timeSpent |
optional, integer | Field in auditLog to enter the time spent in minutes. |
||
ticketLink |
optional, string | Field in auditLog to enter a link to a corresponding ticket. |
Request