| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.avaza.com/ | link | — | — | — |
Actions (61)
Expenses · 11
- Create expensePOST /api/Expense
Create a new Expense entry.
documented - Delete expensesDELETE /api/Expense
Delete one or more Expense entries.
documented - Expense summaryGET /api/ExpenseSummary
Get basic statistics for expenses.
documented - Get expense by IDGET /api/Expense/{id}
Retrieve an Expense by ID.
documented - List expense categoriesGET /api/ExpenseCategory
List expense categories.
documented - List expensesGET /api/Expense
Return a paginated list of Expenses.
documented - Lookup expense groupsGET /api/ExpenseGroup/Lookup
Get minimal list of Expense Groups.
documented - Lookup expense merchantsGET /api/ExpenseMerchant/Lookup
Get minimal list of Expense Merchants.
documented - Lookup expense payment methodsGET /api/ExpensePaymentMethod/Lookup
Get minimal list of Expense Payment Methods.
documented - Submit expenses for approvalPOST /api/ExpenseApproval/Submit
Submit expenses for approval for the selected expenses.
documented - Update expensePUT /api/Expense
Update an Expense.
documented
Projects · 11
- Assign a timesheet category to a projectPOST /api/ProjectTimesheetCategory
Assign a timesheet category to a project.
documented - Assign member to a projectPOST /api/ProjectMember
Assign a user as a member of a project.
documented - Create a ProjectPOST /api/Project
Create a new Project.
documented - Get project by IDGET /api/Project/{id}
Retrieve a Project by ID.
documented - List project membersGET /api/ProjectMember
Retrieve members of a Project.
documented - List project timesheet categoriesGET /api/ProjectTimesheetCategory
Get list of timesheet categories for a project.
documented - List projectsGET /api/Project
Return a list of Projects.
documented - Lookup minimal active ProjectsGET /api/Project/Lookup
Get a minimal list of active Projects for the current user.
documented - Update a ProjectPUT /api/Project
Update a Project.
documented - Update a project memberPUT /api/ProjectMember
Update a member of a project.
documented - Update a timesheet categoryPUT /api/ProjectTimesheetCategory
Update a timesheet category on a project.
documented
Bill · 6
- Create bill (draft)POST /api/Bill
Create a new draft Bill.
documented - Create bill paymentPOST /api/BillPayment
Create a new Bill Payment and optionally allocate to Bills.
documented - Get bill by IDGET /api/Bill/{id}
Retrieve a Bill by its ID.
documented - Get bill payment by IDGET /api/BillPayment/{id}
Retrieve a Bill Payment by its ID.
documented - List bill paymentsGET /api/BillPayment
Return a paginated list of Bill Payments.
documented - List billsGET /api/Bill
Return a paginated list of Bills.
documented
Company · 5
- Create a CompanyPOST /api/Company
Create a new Company.
documented - Get company by IDGET /api/Company/{id}
Retrieve a Company by ID.
documented - List companiesGET /api/Company
Return a paginated list of Companies.
documented - Lookup minimal CompaniesGET /api/Company/Lookup
Retrieve a minimal list of Companies (lookup).
documented - Update a CompanyPUT /api/Company
Update a Company record.
documented
Invoices · 5
- Create invoicePOST /api/Invoice
Create a new draft Invoice.
documented - Get invoice by IDGET /api/Invoice/{id}
Retrieve an Invoice by ID.
documented - List fixed amountsGET /api/FixedAmount
Get list of fixed amounts.
documented - List invoicesGET /api/Invoice
Return a list of Invoices.
documented - Update an invoicePUT /api/Invoice
Update an Invoice.
documented
Webhooks · 5
- Delete webhook by URLDELETE /api/Webhook
Delete webhook subscriptions by target URL.
documented - Delete webhook subscription by IDDELETE /api/Webhook/{id}
Delete a webhook subscription by its ID.
documented - Get webhook subscription by IDGET /api/Webhook/{id}
Retrieve a webhook subscription by ID.
documented - List webhook subscriptionsGET /api/Webhook
Get a list of webhook subscriptions.
documented - Subscribe to webhookPOST /api/Webhook
Create a webhook subscription.
documented