Update expense reportCopy Pageput https://stage-api.findity.com/api/v1/expense/expensereports/{expenseReportId}Updates an expense report owned by the calling user, or transitions its lifecycle.Path ParamsexpenseReportIdstringrequired^[0-9a-fA-F]{32}$Id of the expense report.Query ParamsactionstringenumLifecycle transition to apply. When set, the request body is ignored: send submits the report for approval; retract recalls a previously-sent report.sendretractAllowed:sendretractforceSavebooleanWhen true, saves the report even if non-blocking validation warnings exist; validation errors still abort. Defaults to false.truefalseBody ParamscommentstringFree-text comment that travels with the report through approval and accounting integration.emailRecipientsstringRecipients notified when the report is sent in. Comma-separated email addresses, stored as a free-text field.expenseRecordsarray of objectsExpense records to attach to the report. Each item is the id of an existing expense record owned by the caller.expenseRecordsADD objectnamestringDisplay name of the report.organizationIdstring^[0-9a-fA-F]{32}$Organization that owns the report. Required on create; cannot be changed on update.reportNumberstringUser-supplied report number. The server auto-generates one if omitted.customFieldsarray of objectsCustom field values for the report. Each entry pairs a custom field definition with a value.customFieldsADD objectResponses 200OK 400Error 403Error 404Not foundUpdated 24 days ago Get expense reportDelete expense reportDid this page help you?YesNo