For developer

For developer

Parameters:
No parameters.
Responses:
Successful response
{
  "text":"Pong", 
  "timestamp":"timestamp", 
}
Error response
{
  "message":"Exception message", 
}
Parameters:
No parameters.
Responses:
Code 200: Successful response

{
  "category": [
    {
      "code": "string",
      "name": "string",
      "class": [
        {
          "code": "string",
          "name": "string",
          "subClass": [
            {
              "code": "string",
              "name": "string",
              "specifics": [
                {
                  "code": "string",
                  "name": "string"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Code 500: Error response
{
  "status":"Error", 
  "message":"Exception message", 
  "result":null 
}
Code 401
Error: Unauthorized
Parameters:
request
TYPEobject
{
  "kbkCode": "string"
}
Responses:
Code 200: Successful response

{
  "statusCode": 0,
  "errorMessage": "string",
  "operationsHistory": {
    "operations": [
      {
        "code": "string",
        "creation": {
          "createdAt": "2023-11-01T08:50:09.780Z",
          "user": {
            "binOrIin": "string",
            "fullName": "string"
          }
        },
        "acceptance": {
          "createdAt": "2023-11-01T08:50:09.780Z",
          "user": {
            "binOrIin": "string",
            "fullName": "string"
          }
        },
        "negotiation": {
          "status": "None",
          "actions": [
            {
              "user": {
                "binOrIin": "string",
                "fullName": "string"
              },
              "role": "ARBP",
              "actionType": 0,
              "actionDate": "2023-11-01T08:50:09.780Z",
              "note": "string"
            }
          ],
          "note": "string"
        }
      }
    ],
    "classificationStatus": "Draft"
  }
}
Code 500: Error response
{
  "status":"Error", 
  "message":"Exception message", 
  "result":null 
}
Code 401
Error: Unauthorized
Parameters:
request
TYPEobject
{
  "rootArCode": "string",
  "budgetLevel": "Республиканский",
  "orgBin": "string"
}
Responses:
Successful response

	

{
  "responseType": 0,
  "budgetLocation": {
    "arCode": "string",
    "abpLevel": "Республиканский"
  },
  "abpItems": [
    {
      "bin": {
        "bin": "string"
      },
      "text": "string",
      "childrenCount": 0,
      "code": "string"
    }
  ],
  "root": {
    "arCode": "string",
    "text": "string",
    "budgetLocations": [
      {
        "arCode": "string",
        "abpLevel": "Республиканский",
        "level": "Республиканский",
        "abpCount": 0,
        "levelText": "string"
      }
    ],
    "isExpandable": true
  },
  "children": [
    {
      "arCode": "string",
      "text": "string",
      "budgetLocations": [
        {
          "arCode": "string",
          "abpLevel": "Республиканский",
          "level": "Республиканский",
          "abpCount": 0,
          "levelText": "string"
        }
      ],
      "isExpandable": true
    }
  ]
}

©
8