Scheduled checklists
#
Create checklist generation ruleYou can create a rule for generating checklist, set the period for the rule to work, frequency and time of execution.
Request body:
Attribute | Type | Description | Nullable |
---|---|---|---|
name | String | Rule name | false |
active | Boolean | Flag indicating rule is active | false |
needReview | Boolean | The need for a review | false |
generationType | String | Available types:daily - daily weekly - on certain days of the week monthly - on specified days of the month lastDayOfMonth - on last day of the month quarterly - quarterly halfYearly - half-yearly | false |
dateFrom | LocalDateTime | Rule start time | false |
dateTo | LocalDateTime | Rule end time | false |
scheduledTime | LocalDateTime | Checklist generation time | false |
shops | List of Integers | Shops ids | false |
regions | List of Integers | regions ids | false |
divisions | List of Integers | divisions ids | false |
resolverLevel | String | Level of resolver | false |
businessDirectionIds | List of Integers | Business direction ids | false |
catalogValues | List of Integers | false | |
templates | List of Integers | Template ids | false |
dayOfMonth | List of Integers | Template ids | false |
dayOfWeek | List of Integers | Day of week | false |
months | List of Integers | Months numbers | false |
days | List of Integers | Days | false |
Response
Returns Checklist template object
Examples
200 OK
#
Delete taskReturns code status
Examples
200 OK