- Inbound to Gappify1. Chart of Accounts
- Inbound to Gappify2. Vendors
- Inbound to Gappify3. Invoices
- Inbound to Gappify4. Purchase Orders
- Inbound to Gappify5. Transactions
- Inbound to Gappify6. Fx Rates
- Inbound to Gappify7. Budgets
- Outbound from GappifyJournal Entries
- Request Status
Request
$ curl -X POST https://api.gappify.com/v1/coas \ > -H "Authorization: " \ > -H "Content-Type: application/json" \ > -d '[ > { > "source_system_id": "source_system_id", > "coa_type": "coa_type", > "name": "name", > "inactive": true > }, > { > "source_system_id": "source_system_id", > "coa_type": "coa_type", > "name": "name", > "inactive": true > } > ]'
Response