Stopping or resuming contract charges
POST
Stopping accruals and their resumption are processes that need to be started under a contract for a date. Description of the process for the front here .
This method is used not only to stop and resume contract charges, but also to start other processes on the specified date (for example, the rollover process)
Parameters
Path Parameters
contractId*
Type
Requiredinteger
Format
"int64"date*
Date of stopping or resuming charges under the contract or the date of starting another process in the format YYYY-MM-DD
Type
Requiredstring
Format
"date"processTypeId*
processTypeId
Type
Requiredinteger
Format
"int64"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"