Start a saved batch task with a filter by the remainder of the contract Id division
POST
It is used to start the processing of all contracts on a schedule, or to automatically start some other processing.
To select contracts, use the filter by the remainder of dividing the contract Id by the specified divisor. divisor is the divisor, remainder is the remainder of the division.
taskId - Id of the saved launch task (value 1 - processing all contracts)
Parameters
Path Parameters
divisor*
divisor
Type
Requiredinteger
Format
"int32"remainder*
remainder
Type
Requiredinteger
Format
"int32"taskId*
taskId
Type
Requiredinteger
Format
"int32"Query Parameters
service
service
Type
string
Responses
OK
*/*
data
string
If the element was successfully removed, then this parameter returns an empty string
status
string
Upon successful deletion of an element in the directory, the status "ok" is returned. Otherwise, an error is returned
Valid values
"error""ok"timestamp
integer
Returns the date + time (kernel) in unix timestamp format in milliseconds
Format
"int64"