Skip to content

MngApproveFinanceRequest

Moves a pending finance request from TS_FINANCE_OPEN_PENDING to TS_FINANCE_OPEN_REQUEST.

After this transition the request enters the standard finance execution flow and can change account balance or credit.

The transition is valid only from TS_FINANCE_OPEN_PENDING.

Request

{
  "command": "MngApproveFinanceRequest",
  "extID": "1",
  "data": {
    "order": 1242300
  }
}

Response Data

{
  "accepted": true,
  "order": 1242300,
  "state": 10,
  "login": 100001,
  "cmd": 6,
  "amount": 250
}