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

Tools

ToolDescription
moco_purchases_create_purchasesCreate purchase
moco_purchases_create_purchases_assign_to_projectAssign purchase item to project
moco_purchases_create_purchases_bookkeeping_exportsCreate purchase bookkeeping export
moco_purchases_create_purchases_draftsCreate purchase draft
moco_purchases_create_purchases_paymentsCreate purchase payment
moco_purchases_create_purchases_payments_bulkCreate purchase payments in bulk
moco_purchases_create_receiptsCreate receipt
moco_purchases_delete_draftsDelete purchase draft
moco_purchases_delete_paymentsDelete purchase payment
moco_purchases_delete_purchasesDelete purchase
moco_purchases_delete_receiptsDelete receipt
moco_purchases_get_bookkeeping_exportsGet purchase bookkeeping export
moco_purchases_get_categoriesGet purchase category
moco_purchases_get_draftsDownload purchase draft PDF
moco_purchases_get_drafts_1Get purchase draft
moco_purchases_get_paymentsGet purchase payment
moco_purchases_get_purchasesGet purchase
moco_purchases_get_receiptsGet receipt
moco_purchases_list_purchasesList purchases
moco_purchases_list_purchases_bookkeeping_exportsList purchase bookkeeping exports
moco_purchases_list_purchases_budgetsList purchase budgets
moco_purchases_list_purchases_categoriesList purchase categories
moco_purchases_list_purchases_draftsList purchase drafts
moco_purchases_list_purchases_paymentsList purchase payments
moco_purchases_list_receiptsList receipts
moco_purchases_store_document_purchasesStore purchase document
moco_purchases_update_purchasesUpdate purchase
moco_purchases_update_purchases_1Update purchase
moco_purchases_update_purchases_paymentsUpdate purchase payment
moco_purchases_update_purchases_payments_1Update purchase payment
moco_purchases_update_receiptsUpdate receipt
moco_purchases_update_receipts_1Update receipt
moco_purchases_update_status_purchasesUpdate purchase status

moco_purchases_create_purchases

Create purchase Parameters:
ParameterTypeRequiredDefaultDescription
bank_account_numberstringNoBank Account Number
cash_discount_ratenumberNoCash Discount Rate
cash_discount_untilstringNoCash Discount Until
company_idintegerNoCompany Id
cost_center_idintegerNoCost Center Id
currencystringNoThe currency value
custom_propertiesobjectNoCustom Properties
datestringNoThe date value
due_datestringNoDue Date
fileobjectNoThe file value
ibanstringNoThe iban value
inbound_email_idintegerNoInbound Email Id
infostringNoThe info value
itemsobject[]NoThe items value
payment_methodstringNoPayment Method
purchase_draft_idintegerNoPurchase Draft Id
receipt_identifierstringNoReceipt Identifier
referencestringNoThe reference value
service_period_fromstringNoService Period From
service_period_tostringNoService Period To
tagsstring[]NoThe tags value
titlestringNoThe title value
user_idintegerNoUser Id

moco_purchases_create_purchases_assign_to_project

Assign purchase item to project Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoThe billable value
budget_relevantbooleanNoBudget Relevant
expense_idintegerNoExisting expense ID to attach to.
item_idintegerNoSingle purchase item ID.
notify_project_leaderbooleanNoNotify Project Leader
project_idintegerYesProject Id
surchargenumberNoThe surcharge value

moco_purchases_create_purchases_bookkeeping_exports

Create purchase bookkeeping export Parameters:
ParameterTypeRequiredDefaultDescription
archive_after_exportbooleanNoArchive After Export
commentstringNoThe comment value
purchase_idsinteger[]NoPurchase Ids
trigger_submissionbooleanNoTrigger Submission
with_direct_online_submissionbooleanNoWith Direct Online Submission

moco_purchases_create_purchases_drafts

Create purchase draft Parameters:
ParameterTypeRequiredDefaultDescription
fileobjectNoOptional file attachment.
titlestringYesTitle of the purchase draft.

moco_purchases_create_purchases_payments

Create purchase payment Parameters:
ParameterTypeRequiredDefaultDescription
currencystringNoThe currency value
datestringYesThe date value
descriptionstringNoThe description value
partially_paidbooleanNoIndicates whether the purchase is partially paid.
payment_account_idintegerNoPayment Account Id
purchase_idintegerYesPurchase Id
totalnumberYesThe total value

moco_purchases_create_purchases_payments_bulk

Create purchase payments in bulk Parameters:
ParameterTypeRequiredDefaultDescription
bulk_dataany[]YesBulk Data

moco_purchases_create_receipts

Create receipt Parameters:
ParameterTypeRequiredDefaultDescription
attachmentobjectNoThe attachment value
billablebooleanNoThe billable value
currencystringNoThe currency value
datestringNoThe date value
infostringNoThe info value
itemsobject[]NoThe items value
project_idintegerNoProject Id
titlestringNoThe title value

moco_purchases_delete_drafts

Delete purchase draft Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_delete_payments

Delete purchase payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_delete_purchases

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

moco_purchases_delete_receipts

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

moco_purchases_get_bookkeeping_exports

Get purchase bookkeeping export Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_get_categories

Get purchase category Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_get_drafts

Download purchase draft PDF Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_get_drafts_1

Get purchase draft Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_get_payments

Get purchase payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_purchases_get_purchases

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

moco_purchases_get_receipts

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

moco_purchases_list_purchases

List purchases Parameters:
ParameterTypeRequiredDefaultDescription
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idstringNoLegacy alias for filtering by purchase ID (single ID or comma-separated list).
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.
category_idintegerNoCategory Id
termstringNoThe term value
company_idintegerNoSupplier company ID. Use 0 for purchases without supplier.
statusstringNoThe status value
not_bookedbooleanNoNot Booked
tagsstringNoComma-separated list of tag names.
tag_idsstringNoComma-separated list of tag IDs.
datestringNoDate range, e.g. 2020-02-01:2020-02-22.
unpaidbooleanNoThe unpaid value
partially_paidbooleanNoPartially Paid
payment_methodstringNoPayment Method
receipt_identifierstringNoReceipt Identifier
identifierstringNoThe identifier value

moco_purchases_list_purchases_bookkeeping_exports

List purchase bookkeeping exports Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.

moco_purchases_list_purchases_budgets

List purchase budgets Parameters:
ParameterTypeRequiredDefaultDescription
yearintegerNoThe year value

moco_purchases_list_purchases_categories

List purchase categories Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
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.

moco_purchases_list_purchases_drafts

List purchase drafts Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
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.

moco_purchases_list_purchases_payments

List purchase payments Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
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.
purchase_idstringNoSingle ID or comma-separated list.
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_purchases_list_receipts

List receipts 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.
user_idintegerNoUser Id
project_idintegerNoProject Id
fromstringNoReceipt date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoReceipt date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
purchase_category_idintegerNoPurchase Category Id
submittedbooleanNotrue for submitted/closed receipts, false for pending.
refund_request_idstringNoSingle ID or comma-separated list.

moco_purchases_store_document_purchases

Store purchase document Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
filestringNoThe file value

moco_purchases_update_purchases

Update purchase Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
bank_account_numberstringNoBank Account Number
cash_discount_ratenumberNoCash Discount Rate
cash_discount_untilstringNoCash Discount Until
company_idintegerNoCompany Id
cost_center_idintegerNoCost Center Id
currencystringNoThe currency value
custom_propertiesobjectNoCustom Properties
datestringNoThe date value
due_datestringNoDue Date
fileobjectNoThe file value
ibanstringNoThe iban value
inbound_email_idintegerNoInbound Email Id
infostringNoThe info value
itemsobject[]NoThe items value
payment_methodstringNoPayment Method
purchase_draft_idintegerNoPurchase Draft Id
receipt_identifierstringNoReceipt Identifier
referencestringNoThe reference value
service_period_fromstringNoService Period From
service_period_tostringNoService Period To
tagsstring[]NoThe tags value
titlestringNoThe title value
user_idintegerNoUser Id

moco_purchases_update_purchases_1

Update purchase Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
bank_account_numberstringNoBank Account Number
cash_discount_ratenumberNoCash Discount Rate
cash_discount_untilstringNoCash Discount Until
company_idintegerNoCompany Id
cost_center_idintegerNoCost Center Id
currencystringNoThe currency value
custom_propertiesobjectNoCustom Properties
datestringNoThe date value
due_datestringNoDue Date
fileobjectNoThe file value
ibanstringNoThe iban value
inbound_email_idintegerNoInbound Email Id
infostringNoThe info value
itemsobject[]NoThe items value
payment_methodstringNoPayment Method
purchase_draft_idintegerNoPurchase Draft Id
receipt_identifierstringNoReceipt Identifier
referencestringNoThe reference value
service_period_fromstringNoService Period From
service_period_tostringNoService Period To
tagsstring[]NoThe tags value
titlestringNoThe title value
user_idintegerNoUser Id

moco_purchases_update_purchases_payments

Update purchase payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
currencystringNoThe currency value
datestringNoThe date value
descriptionstringNoThe description value
partially_paidbooleanNoIndicates whether the purchase is partially paid.
payment_account_idintegerNoPayment Account Id
purchase_idintegerNoPurchase Id
totalnumberNoThe total value

moco_purchases_update_purchases_payments_1

Update purchase payment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
currencystringNoThe currency value
datestringNoThe date value
descriptionstringNoThe description value
partially_paidbooleanNoIndicates whether the purchase is partially paid.
payment_account_idintegerNoPayment Account Id
purchase_idintegerNoPurchase Id
totalnumberNoThe total value

moco_purchases_update_receipts

Update receipt Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
attachmentobjectNoThe attachment value
billablebooleanNoThe billable value
currencystringNoThe currency value
datestringNoThe date value
infostringNoThe info value
itemsobject[]NoThe items value
project_idintegerNoProject Id
titlestringNoThe title value

moco_purchases_update_receipts_1

Update receipt Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
attachmentobjectNoThe attachment value
billablebooleanNoThe billable value
currencystringNoThe currency value
datestringNoThe date value
infostringNoThe info value
itemsobject[]NoThe items value
project_idintegerNoProject Id
titlestringNoThe title value

moco_purchases_update_status_purchases

Update purchase status Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
statusstringYesSupports legacy approved (mapped to internal archived) and direct archived.