Skip to content

Commit

Permalink
Add use data as example
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Mar 19, 2024
1 parent 4b30eb6 commit fc9f88e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bruno/Create Accounts.bru
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ body:json {
"credits_pending": 0,
"credits_posted": 0,
"ledger": 1,
"user_data_128": "18e55a6492e43873a3fe30bc0ae9087",
"user_data_64":"2024-03-19T08:42:30.389737637+01:00",
"user_data_32": 3,
"code": 1,
"flags": null
"flags": {
"linked": false,
"debits_must_not_exceed_credits": false,
"credits_must_not_exceed_debits": false,
"history": true
}
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions bruno/Create Transfers.bru
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ body:json {
"debit_account_id": "{{user_id_src}}",
"credit_account_id": "{{user_id_dest}}",
"pending_id": null,
"user_data_128": "18e55a6492e43873a3fe30bc0ae9087",
"user_data_64": "2024-03-19T08:42:30.389737637+01:00",
"user_data_32": 3,
"amount": 1000,
"ledger": 1,
"code": 1,
Expand Down

0 comments on commit fc9f88e

Please sign in to comment.