Returns only what's needed to initialize a new sales invoice, purchase invoice, or order for this organization: bank accounts and invoice settings. Use this instead of the full GET /organization/{id} when that's all the caller needs -- it skips the rest of the organization graph (departments, offices, templates, salary codes, payslips, etc.).
GET
/api-v1/organization/{id}/invoicing-context
curl \
--request GET 'https://wyzio.app/api-v1/organization/{id}/invoicing-context'
Response examples (200)
{}