Skip to main content
POST
/
api
/
bonalog
/
organizations
/
financials
/bonalog/organizations/financials
curl --request POST \
  --url https://api.anysite.io/api/bonalog/organizations/financials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": 123,
  "timeout": 300,
  "period": ""
}
'
[
  {
    "@type": "@bonalog_report",
    "id": 123,
    "period": "<string>",
    "presented_at": "<string>",
    "publication": 123,
    "actual_bfo_date": "<string>",
    "gain_sum": 123,
    "actives": 123,
    "knd": "<string>",
    "has_audit": true,
    "is_cb": true,
    "correction_number": 123,
    "correction_date": "<string>",
    "correction_version": 123,
    "required_audit": true,
    "okopf": {
      "@type": "@bonalog_classifier",
      "id": "<string>",
      "name": "<string>"
    },
    "okfs": {
      "@type": "@bonalog_classifier",
      "id": "<string>",
      "name": "<string>"
    },
    "forms": [
      {
        "form": "<string>",
        "@type": "@bonalog_report_form",
        "okud": "<string>",
        "lines": [
          {
            "line": "<string>",
            "@type": "@bonalog_report_line",
            "current": 123,
            "previous": 123,
            "before_previous": 123,
            "explanation": "<string>"
          }
        ]
      }
    ]
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
integer
required

Organization identifier

Example:

6622458

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
period
string
default:""

Filter to a single reporting year; omit to return all available years

Response

Successful Response

@type
string
default:@bonalog_report
id
integer | null
period
string | null
period_type
enum<string> | null
Available options:
q1,
h1,
9m,
annual
presented_at
string | null
publication
integer | null
actual_bfo_date
string | null
gain_sum
number | null
actives
number | null
knd
string | null
has_audit
boolean | null
is_cb
boolean | null
correction_number
integer | null
correction_date
string | null
correction_version
integer | null
required_audit
boolean | null
okopf
BonalogClassifier · object
okfs
BonalogClassifier · object
forms
BonalogReportForm · object[]