Skip to content

api accounting

github-actions[bot] edited this page Oct 5, 2023 · 2 revisions

Schema

flowchart TB
 ACCT{{/api/accounting}} -- Read All --> MRAACCT{GET} ---> ACCT_READALL{{/:start/:end}}
 ACCT -- Get Sum --> MROACCT{GET} ---> ACCT_SUM{{/sum/:start/:end}}
 ACCT -- Create --> MCACCT{PST} --> MWCACCT[[Create]] --> ACCT_CREATE{{/}}
Loading

Clone this wiki locally