Returns details of an invoice with the given invoice ID.Copy Pageget https://zalary-beta-gateway-external-client-api.azurewebsites.net/api/v1/tenants/{tenantUid}/invoices/{invoiceUid}Path ParamstenantUiduuidrequiredUid of the tenant.invoiceUiduuidrequiredUid of the invoice.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Invoice details were successfully retrieved. 401User is not authorized. 403User does not have the required roles to access this action. 501The endpoint is not implemented.Updated about 1 year ago