[
    {
      'id': 555722247,
      'ccode': 3,
      'code': nil,
      'balance_plan_master_id': 1,
      'target_timestamp': '2016/02/01 00:00:00 +0900',
      'account_code': '930',
      'amount': 10000,
      'status': nil,
      'dept_code': 'COMMON',
      'regist_user_code': nil,
      'update_user_code': nil,
      'created_at': '2021/03/03 11:48:13 +0900',
      'updated_at': '2021/03/03 11:48:13 +0900'
     },
    ...
  ] 

パラメータ

パラメータ名 説明
plan_code
必須

プランコード

Validations:

  • Must be a String

start_year
必須

開始年

Validations:

  • Must be a Integer

start_month
必須

開始月

Validations:

  • Must be a Integer

finish_year
必須

開始年

Validations:

  • Must be a Integer

finish_month
必須

開始月

Validations:

  • Must be a Integer

dept_code
任意

部門コード

Validations:

  • Must be a String

Returns

コード: 200

説明:

予算プラン一覧を返します。

パラメータ名 説明
id
任意

レコードId

Validations:

  • Must be a Integer

ccode
任意

法人コード

Validations:

  • Must be a Integer

code
任意

プランコード

Validations:

  • Must be a String

account_code
任意

勘定科目コード

Validations:

  • Must be a String

balance_plan_master_id
任意

プランマスタID

Validations:

  • Must be a Integer

target_timestamp
任意

対象の年月。常に月初の日付になります。

Validations:

  • Must be a String

status
任意

Status

Validations:

  • Must be a String

amount
任意

残高プラン金額

Validations:

  • Must be a Integer

regist_user_code
任意

登録者

Validations:

  • Must be a String

update_user_code
任意

更新者

Validations:

  • Must be a String

created_at
任意

登録日時 (YYYY/MM/DD hh:mm:ss)

Validations:

  • Must be a String

updated_at
任意

更新日時 (YYYY/MM/DD hh:mm:ss)

Validations:

  • Must be a String