Skip to main content

Missing summary

update assets total amount of current quarter record, if record with given budget type and asset name is not existing, a new record will be created

Request Body
object[]
asset_name string

Name of the assets

budget_type string

Possible values: [credit, coin]

Budget type of this record

total_amount string

Total amount of the asset

Responses
200

asset records has been updated successfully

Schema OPTIONAL
id number OPTIONAL

treasury asset record ID

quarter_num string OPTIONAL

quarter number, in format yyyy0[1234]

credit_total_amount string OPTIONAL

total credit amount

credit_remain_amount string OPTIONAL

remain credit amount

token_total_amount string OPTIONAL

total token amount

token_remain_amount string OPTIONAL

remain token amount