Skip to main content
Server path: /moco-invoicing | Type: Application | PCID required: Yes

Tools

ToolDescription
moco_invoicing_create_invoice_remindersCreate invoice reminder
moco_invoicing_create_invoice_reminders_send_emailSend invoice reminder by email
moco_invoicing_create_invoicesCreate invoice
moco_invoicing_create_invoices_attachmentsCreate invoice attachment
moco_invoicing_create_invoices_bookkeeping_exportsCreate invoice bookkeeping export
moco_invoicing_create_invoices_paymentsCreate invoice payment
moco_invoicing_create_invoices_payments_bulkCreate invoice payments in bulk
moco_invoicing_create_invoices_send_emailSend invoice by email
moco_invoicing_create_projects_expensesCreate project expense
moco_invoicing_create_projects_expenses_bulkCreate project expenses in bulk
moco_invoicing_create_projects_expenses_disregardDisregard project expenses
moco_invoicing_create_projects_recurring_expensesCreate project recurring expense
moco_invoicing_create_projects_recurring_expenses_recurRecur project recurring expense
moco_invoicing_delete_invoice_remindersDelete invoice reminder
moco_invoicing_delete_invoicesDelete invoice
moco_invoicing_delete_invoices_attachmentsDelete invoice attachment
moco_invoicing_delete_invoices_paymentsDelete invoice payment
moco_invoicing_delete_projects_expensesDelete project expense
moco_invoicing_delete_projects_recurring_expensesDelete project recurring expense
moco_invoicing_get_invoice_remindersGet invoice reminder
moco_invoicing_get_invoicesDownload invoice PDF
moco_invoicing_get_invoices_1Get invoice
moco_invoicing_get_invoices_attachmentsList invoice attachments
moco_invoicing_get_invoices_bookkeeping_exportsGet invoice bookkeeping export
moco_invoicing_get_invoices_expensesList invoice expenses
moco_invoicing_get_invoices_paymentsGet invoice payment
moco_invoicing_get_invoices_timesheetGet invoice timesheet entries
moco_invoicing_get_invoices_timesheet_pdfDownload invoice timesheet PDF
moco_invoicing_get_projects_expensesGet project expense
moco_invoicing_get_projects_expenses_1List project expenses
moco_invoicing_get_projects_recurring_expensesGet project recurring expense
moco_invoicing_get_projects_recurring_expenses_1List project recurring expenses
moco_invoicing_list_invoice_remindersList invoice reminders
moco_invoicing_list_invoicesList invoices
moco_invoicing_list_invoices_bookkeeping_exportsList invoice bookkeeping exports
moco_invoicing_list_invoices_lockedList locked invoices
moco_invoicing_list_invoices_paymentsList invoice payments
moco_invoicing_list_projects_expensesList expenses across projects
moco_invoicing_list_recurring_expensesList recurring expenses
moco_invoicing_update_invoices_paymentsUpdate invoice payment
moco_invoicing_update_invoices_payments_1Update invoice payment
moco_invoicing_update_projects_expensesUpdate project expense
moco_invoicing_update_projects_expenses_1Update project expense
moco_invoicing_update_projects_recurring_expensesUpdate project recurring expense
moco_invoicing_update_projects_recurring_expenses_1Update project recurring expense
moco_invoicing_update_status_invoicesUpdate invoice status

moco_invoicing_create_invoice_reminders

Create invoice reminder Parameters:
ParameterTypeRequiredDefaultDescription
datestringNoThe date value
due_datestringNoDue Date
feenumberNoThe fee value
invoice_idintegerNoInvoice Id
textstringNoThe text value
titlestringNoThe title value

moco_invoicing_create_invoice_reminders_send_email

Send invoice reminder by email Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
emails_bccstringNoSemicolon-separated email list.
emails_ccstringNoSemicolon-separated email list.
emails_tostringNoSemicolon-separated email list.
subjectstringYesThe subject value
textstringYesThe text value

moco_invoicing_create_invoices

Create invoice Parameters:
ParameterTypeRequiredDefaultDescription
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
cash_discountnumberNoCash discount percentage.
cash_discount_daysintegerNoCash discount validity in days.
categorystringNoInvoice category.
change_addressstringNoReplace recipient address from selected source.
contact_idintegerNoExternal contact person ID.
currencystringYesCurrency code.
custom_propertiesobjectNoCustom field values keyed by custom field name.
customer_idintegerYesCustomer company ID.
datestringYesInvoice date.
discountnumberNoDiscount value.
due_datestringYesDue date.
footerstringNoFooter text. Supports template variables such as {identifier}, {gross_total}, {net_total}, {user}, {me}, and more.
identifierstringNoOptional custom invoice number.
internal_contact_idintegerNoInternal contact user ID.
itemsany[]YesInvoice line items.
letter_paper_idintegerNoLetter paper ID to use for this invoice. When omitted, the account’s default invoice letter paper is used. If without_letter_paper is set to true, this field is ignored. Available letter papers can be fetched via GET /api/v1/letter_papers.
offer_idintegerNoOptional source offer ID.
print_detail_columnsbooleanNoInclude detailed columns in print layouts.
project_idintegerNoOptional project ID.
recipient_addressstringYesRecipient address.
salutationstringNoSalutation text. Supports template variables such as {salutation}, {recipient}, {company_name}, {date}, {due_date}, and more.
service_period_fromstringNoService period start. Use together with service_period_to.
service_period_tostringNoService period end. Use together with service_period_from.
statusstringNoInitial invoice status.
tagsstring[]NoInvoice tags.
taxnumberYesVAT/tax percentage.
titlestringYesInvoice title.
without_letter_paperbooleanNoWhen set to true, creates the invoice without letter paper (white). This takes precedence over letter_paper_id.

moco_invoicing_create_invoices_attachments

Create invoice attachment Parameters:
ParameterTypeRequiredDefaultDescription
invoice_idintegerYesInvoice Id
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
attachmentobjectYesThe attachment value

moco_invoicing_create_invoices_bookkeeping_exports

Create invoice bookkeeping export Parameters:
ParameterTypeRequiredDefaultDescription
commentstringNoThe comment value
invoice_idsinteger[]NoInvoice Ids
trigger_submissionbooleanNoTrigger Submission
with_direct_online_submissionbooleanNoWith Direct Online Submission

moco_invoicing_create_invoices_payments

Create invoice payment Parameters:
ParameterTypeRequiredDefaultDescription
currencystringNoThe currency value
datestringYesThe date value
descriptionstringNoThe description value
invoice_idintegerYesInvoice Id
paid_totalnumberYesPaid Total
partially_paidbooleanNoPartially Paid

moco_invoicing_create_invoices_payments_bulk

Create invoice payments in bulk Parameters:
ParameterTypeRequiredDefaultDescription
bulk_dataobject[]YesBulk Data

moco_invoicing_create_invoices_send_email

Send invoice by email Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
emails_bccstringNoBCC recipients as semicolon-separated list.
emails_ccstringNoCC recipients as semicolon-separated list.
emails_tostringNoTo recipients as semicolon-separated list.
letter_paper_idintegerNoOptional letter paper ID used for generated PDF.
subjectstringYesEmail subject.
textstringYesEmail body text.

moco_invoicing_create_projects_expenses

Create project expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoWhether this expense can be billed.
budget_relevantbooleanNoWhether this expense affects project budget.
cost_total_plannednumberNoPlanned internal cost total.
custom_propertiesobjectNoCustom field values keyed by custom field name.
datestringNoExpense date.
descriptionstringNoExpense description text.
fileobjectNoOptional attachment payload.
planned_purchase_datestringNoPlanned purchase date (when planned purchases are enabled).
pricenumberNoDeprecated total selling price alias.
purchase_assignment_lockedbooleanNoLocks assignment to purchase items.
quantitynumberNoQuantity.
service_period_fromstringNoStart of service period.
service_period_tostringNoEnd of service period.
titlestringNoExpense title.
unitstringNoUnit label.
unit_costnumberNoUnit internal cost.
unit_pricenumberNoUnit selling price.
user_idintegerNoResponsible user ID (must be active on create).

moco_invoicing_create_projects_expenses_bulk

Create project expenses in bulk Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
bulk_dataany[]YesExpense entries created in one transaction.

moco_invoicing_create_projects_expenses_disregard

Disregard project expenses Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
expense_idsinteger[]YesIDs of expenses to disregard.
reasonstringYesReason shown in history/audit context.

moco_invoicing_create_projects_recurring_expenses

Create project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
billablebooleanNoThe billable value
billing_in_advancebooleanNoDeprecated alias for service_period_direction (true=forward, false=backward).
budget_relevantbooleanNoBudget Relevant
custom_propertiesobjectNoCustom Properties
descriptionstringNoThe description value
finish_datestringNoFinish Date
periodstringNoThe period value
purchase_assignment_lockedbooleanNoPurchase Assignment Locked
quantitynumberNoThe quantity value
service_period_directionstringNoService Period Direction
start_datestringNoStart date for filtering
titlestringNoThe title value
unitstringNoThe unit value
unit_costnumberNoUnit Cost
unit_pricenumberNoUnit Price
user_idintegerNoUser Id

moco_invoicing_create_projects_recurring_expenses_recur

Recur project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.

moco_invoicing_delete_invoice_reminders

Delete invoice reminder Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_delete_invoices

Delete invoice Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
reasonstringNoHuman-readable deletion reason for audit/history.

moco_invoicing_delete_invoices_attachments

Delete invoice attachment Parameters:
ParameterTypeRequiredDefaultDescription
invoice_idintegerYesInvoice Id
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_delete_invoices_payments

Delete invoice payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_invoicing_delete_projects_expenses

Delete project expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_delete_projects_recurring_expenses

Delete project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.

moco_invoicing_get_invoice_reminders

Get invoice reminder Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_invoices

Download invoice PDF Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
blankbooleanNoReturn PDF without letter paper.
letter_paper_idintegerNoLetter paper ID. Defaults to account default when omitted.

moco_invoicing_get_invoices_1

Get invoice Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_invoices_attachments

List invoice attachments Parameters:
ParameterTypeRequiredDefaultDescription
invoice_idintegerYesInvoice Id
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_invoices_bookkeeping_exports

Get invoice bookkeeping export Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_invoicing_get_invoices_expenses

List invoice expenses Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_invoices_payments

Get invoice payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_invoicing_get_invoices_timesheet

Get invoice timesheet entries Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_invoices_timesheet_pdf

Download invoice timesheet PDF Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
letter_paper_idintegerNoLetter Paper Id

moco_invoicing_get_projects_expenses

Get project expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_projects_expenses_1

List project expenses Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
custom_propertiesobjectNoFilter by custom field values. Unknown custom field names return an empty result set. For MultiSelect fields, pass multiple values using custom_properties[Field][]=A&custom_properties[Field][]=B. Boolean fields should be queried with true or false.
billablebooleanNoThe billable value
billedbooleanNoThe billed value
budget_relevantbooleanNoBudget Relevant
user_idintegerNoUser Id
project_idintegerYesProject ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_invoicing_get_projects_recurring_expenses

Get project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.

moco_invoicing_get_projects_recurring_expenses_1

List project recurring expenses Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
sort_bystringNoField and optional direction, e.g. title desc.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
custom_propertiesobjectNoFilter by custom field values. Unknown custom field names return an empty result set. For MultiSelect fields, pass multiple values using custom_properties[Field][]=A&custom_properties[Field][]=B. Boolean fields should be queried with true or false.
project_idintegerYesProject Id

moco_invoicing_list_invoice_reminders

List invoice reminders Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
invoice_idintegerNoInvoice Id
date_fromstringNoReminder date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
date_tostringNoReminder date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).

moco_invoicing_list_invoices

List invoices Parameters:
ParameterTypeRequiredDefaultDescription
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
sort_bystringNoField and optional direction, e.g. title desc.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
statusstringNoComma-separated API statuses.
include_disregardedbooleanNoInclude Disregarded
not_bookedbooleanNoNot Booked
date_fromstringNoInvoice date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
date_tostringNoInvoice date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
service_period_fromstringNoService period start. Format: YYYY-MM-DD (e.g. 2026-01-01).
service_period_tostringNoService period end. Format: YYYY-MM-DD (e.g. 2026-01-31).
tagsstringNoComma-separated list of tag names.
identifierstringNoThe identifier value
termstringNoThe term value
company_idintegerNoCompany Id
project_idintegerNoProject Id
custom_propertiesobjectNoFilter by custom field values. Unknown custom field names return an empty result set. For MultiSelect fields, pass multiple values using custom_properties[Field][]=A&custom_properties[Field][]=B. Boolean fields should be queried with true or false.

moco_invoicing_list_invoices_bookkeeping_exports

List invoice bookkeeping exports Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.

moco_invoicing_list_invoices_locked

List locked invoices Parameters:
ParameterTypeRequiredDefaultDescription
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
statusstringNoThe status value
date_fromstringNoInvoice date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
date_tostringNoInvoice date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
identifierstringNoThe identifier value

moco_invoicing_list_invoices_payments

List invoice payments Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
invoice_idintegerNoInvoice Id
date_fromstringNoPayment date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
date_tostringNoPayment date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).

moco_invoicing_list_projects_expenses

List expenses across projects Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
custom_propertiesobjectNoFilter by custom field values. Unknown custom field names return an empty result set. For MultiSelect fields, pass multiple values using custom_properties[Field][]=A&custom_properties[Field][]=B. Boolean fields should be queried with true or false.
fromstringNoExpense date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoExpense date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
billablebooleanNoThe billable value
billedbooleanNoThe billed value
budget_relevantbooleanNoBudget Relevant
tagsstringNoComma-separated project tag names.
user_idintegerNoUser Id

moco_invoicing_list_recurring_expenses

List recurring expenses Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
sort_bystringNoField and optional direction, e.g. title desc.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
custom_propertiesobjectNoFilter by custom field values. Unknown custom field names return an empty result set. For MultiSelect fields, pass multiple values using custom_properties[Field][]=A&custom_properties[Field][]=B. Boolean fields should be queried with true or false.
project_idintegerNoProject Id

moco_invoicing_update_invoices_payments

Update invoice payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
currencystringNoThe currency value
datestringNoThe date value
descriptionstringNoThe description value
invoice_idintegerNoInvoice Id
paid_totalnumberNoPaid Total
partially_paidbooleanNoPartially Paid

moco_invoicing_update_invoices_payments_1

Update invoice payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
currencystringNoThe currency value
datestringNoThe date value
descriptionstringNoThe description value
invoice_idintegerNoInvoice Id
paid_totalnumberNoPaid Total
partially_paidbooleanNoPartially Paid

moco_invoicing_update_projects_expenses

Update project expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoWhether this expense can be billed.
budget_relevantbooleanNoWhether this expense affects project budget.
cost_total_plannednumberNoPlanned internal cost total.
custom_propertiesobjectNoCustom field values keyed by custom field name.
datestringNoExpense date.
descriptionstringNoExpense description text.
fileobjectNoOptional attachment payload.
planned_purchase_datestringNoPlanned purchase date (when planned purchases are enabled).
pricenumberNoDeprecated total selling price alias.
purchase_assignment_lockedbooleanNoLocks assignment to purchase items.
quantitynumberNoQuantity.
service_period_fromstringNoStart of service period.
service_period_tostringNoEnd of service period.
titlestringNoExpense title.
unitstringNoUnit label.
unit_costnumberNoUnit internal cost.
unit_pricenumberNoUnit selling price.
user_idintegerNoResponsible user ID (must be active on create).

moco_invoicing_update_projects_expenses_1

Update project expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoWhether this expense can be billed.
budget_relevantbooleanNoWhether this expense affects project budget.
cost_total_plannednumberNoPlanned internal cost total.
custom_propertiesobjectNoCustom field values keyed by custom field name.
datestringNoExpense date.
descriptionstringNoExpense description text.
fileobjectNoOptional attachment payload.
planned_purchase_datestringNoPlanned purchase date (when planned purchases are enabled).
pricenumberNoDeprecated total selling price alias.
purchase_assignment_lockedbooleanNoLocks assignment to purchase items.
quantitynumberNoQuantity.
service_period_fromstringNoStart of service period.
service_period_tostringNoEnd of service period.
titlestringNoExpense title.
unitstringNoUnit label.
unit_costnumberNoUnit internal cost.
unit_pricenumberNoUnit selling price.
user_idintegerNoResponsible user ID (must be active on create).

moco_invoicing_update_projects_recurring_expenses

Update project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
billablebooleanNoThe billable value
billing_in_advancebooleanNoDeprecated alias for service_period_direction (true=forward, false=backward).
budget_relevantbooleanNoBudget Relevant
custom_propertiesobjectNoCustom Properties
descriptionstringNoThe description value
finish_datestringNoFinish Date
periodstringNoThe period value
purchase_assignment_lockedbooleanNoPurchase Assignment Locked
quantitynumberNoThe quantity value
service_period_directionstringNoService Period Direction
start_datestringNoStart date for filtering
titlestringNoThe title value
unitstringNoThe unit value
unit_costnumberNoUnit Cost
unit_pricenumberNoUnit Price
user_idintegerNoUser Id

moco_invoicing_update_projects_recurring_expenses_1

Update project recurring expense Parameters:
ParameterTypeRequiredDefaultDescription
project_idintegerYesProject Id
idintegerYesResource ID.
billablebooleanNoThe billable value
billing_in_advancebooleanNoDeprecated alias for service_period_direction (true=forward, false=backward).
budget_relevantbooleanNoBudget Relevant
custom_propertiesobjectNoCustom Properties
descriptionstringNoThe description value
finish_datestringNoFinish Date
periodstringNoThe period value
purchase_assignment_lockedbooleanNoPurchase Assignment Locked
quantitynumberNoThe quantity value
service_period_directionstringNoService Period Direction
start_datestringNoStart date for filtering
titlestringNoThe title value
unitstringNoThe unit value
unit_costnumberNoUnit Cost
unit_pricenumberNoUnit Price
user_idintegerNoUser Id

moco_invoicing_update_status_invoices

Update invoice status Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
statusstringYesTarget API status.