Skip to main content

Send rate notification

POST 

/clients/accounts/rates-force-notify

JSON-RPC

clients.accounts.rates_force_notify

The method sets date of "forced" rate notification for the account. If date is current, the notification will be send within next execution of the "Rates Notificator" service.

Request​

Bodyrequired

    accounts_idintegerrequired

    Account ID to notify.

    dtdate-timerequired

    Timestamp of forced notification.

Responses​

Number of rate tables to be notified.

Schema
    integerinteger

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeyin: headerdescription: Token for API access
curl -L -X POST 'https://docs.jerasoft.net/clients/accounts/rates-force-notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Auth
Body required
{
  "accounts_id": 0,
  "dt": "2024-07-29T15:51:28.071Z"
}