Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Accounting Codes

GET https://:subdomain.cobot.me/api/accounting_codes

Returns a list of accounting codes for the space.

Accounting codes are used to track a space's revenue. They can be assigned to billable items such as plans, extras, charges, resources and are added to invoices.

Authentication required
yes, additionally user must be a space admin
Scope required
read_accounting_codes
GET https://co-up.cobot.me/api/accounting_codes

Response:

[
  {
    "name": "ABC",
    "tax_rate": "10.5"
  }
]

tax_rate can be null.

back to index