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 | budget_type stringPossible values: [credit , coin ] Budget type of this record | total_amount stringTotal amount of the asset |
|
Responses |
---|
200
asset records has been updated successfully Schema — OPTIONAL |
---|
id number — OPTIONAL | quarter_num string — OPTIONALquarter number, in format yyyy0[1234] | credit_total_amount string — OPTIONAL | credit_remain_amount string — OPTIONAL | token_total_amount string — OPTIONAL | token_remain_amount string — OPTIONAL |
|