/moco-crm | Type: Application | PCID required: Yes
Tools
moco_crm_create_comments
Create comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
attachment_content | string | No | — | Attachment Content |
attachment_filename | string | No | — | Attachment Filename |
commentable_id | integer | Yes | — | Commentable Id |
commentable_type | string | Yes | — | Public target type (for example Project, Invoice, Purchase). |
created_at | string | No | — | Created At |
text | string | Yes | — | The text value |
moco_crm_create_comments_bulk
Create comments in bulk Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentable_ids | integer[] | Yes | — | Commentable Ids |
commentable_type | string | Yes | — | Commentable Type |
created_at | string | No | — | Created At |
text | string | Yes | — | The text value |
moco_crm_create_companies
Create company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
address | string | No | — | The address value |
alternative_correspondence_language | string | No | — | Alternative Correspondence Language |
bank_bic | string | No | — | Bank Bic |
bank_owner | string | No | — | Bank Owner |
billing_email_cc | string | No | — | Billing Email Cc |
billing_notes | string | No | — | Billing Notes |
country_code | string | No | — | Country Code |
credit_number | string | No | — | Credit Number |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_tax | number | No | — | Deprecated VAT shortcut for customer records. |
customer_vat_code_id | integer | No | — | Customer Vat Code Id |
debit_number | string | No | — | Debit Number |
default_invoice_due_days | integer | No | — | Default Invoice Due Days |
default_payment_means | string | No | — | Default Payment Means |
email | string | No | — | The email value |
fax | string | No | — | The fax value |
footer | string | No | — | The footer value |
iban | string | No | — | The iban value |
identifier | string | No | — | The identifier value |
info | string | No | — | The info value |
invoice_due_days | integer | No | — | Invoice Due Days |
invoice_format | string | No | — | Invoice Format |
labels | string[] | No | — | The labels value |
name | string | Yes | — | The name value |
phone | string | No | — | The phone value |
supplier_tax | number | No | — | Deprecated VAT shortcut for supplier records. |
supplier_vat_code_id | integer | No | — | Supplier Vat Code Id |
tags | string[] | No | — | The tags value |
type | string | No | — | The type value |
user_id | integer | No | — | User Id |
vat_identifier | string | No | — | Vat Identifier |
website | string | No | — | The website value |
moco_crm_create_contacts_people
Create contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
bday | string | No | — | The bday value |
birthday | string | No | — | The birthday value |
company_id | integer | No | — | Company Id |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Customer Id |
firstname | string | No | — | The firstname value |
gender | string | No | — | The gender value |
home_address | string | No | — | Home Address |
home_email | string | No | — | Home Email |
info | string | No | — | The info value |
job_position | string | No | — | Job Position |
lastname | string | No | — | The lastname value |
mobile_phone | string | No | — | Mobile Phone |
name | string | No | — | The name value |
organization_id | integer | No | — | Organization Id |
salutation | string | No | — | The salutation value |
tags | string[] | No | — | The tags value |
title | string | No | — | The title value |
user_id | integer | No | — | User Id |
work_address | string | No | — | Work Address |
work_email | string | No | — | Work Email |
work_fax | string | No | — | Work Fax |
work_phone | string | No | — | Work Phone |
moco_crm_create_deal_categories
Create deal category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | The name value |
probability | integer | Yes | — | Probability in percent (0-100). |
moco_crm_create_deals
Create deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
closed_on | string | No | — | Closed On |
company_id | integer | No | — | Company/customer ID. |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Deprecated alias for company_id. |
deal_category_id | integer | No | — | Deal category ID. |
info | string | No | — | The info value |
money | number | No | — | Deal value in selected currency. |
name | string | Yes | — | The name value |
person_id | integer | No | — | Linked contact person ID. |
reminder_date | string | No | — | Reminder Date |
service_period_from | string | No | — | Service Period From |
service_period_to | string | No | — | Service Period To |
status | string | Yes | — | The status value |
tags | string[] | No | — | The tags value |
user_id | integer | No | — | Responsible user ID. |
moco_crm_create_offers
Create offer Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
change_address | string | No | — | Change Address |
company_id | integer | No | — | Company Id |
contact_id | integer | No | — | Contact Id |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
date | string | No | — | The date value |
deal_id | integer | No | — | Deal Id |
discount | number | No | — | The discount value |
due_date | string | No | — | Due Date |
footer | string | No | — | The footer value |
identifier | string | No | — | The identifier value |
internal_contact_id | integer | No | — | Internal Contact Id |
items | any[] | Yes | — | The items value |
print_detail_columns | boolean | No | — | Print Detail Columns |
project_id | integer | No | — | Project Id |
recipient_address | string | No | — | Recipient Address |
salutation | string | No | — | The salutation value |
table_header_visible | boolean | No | — | Table Header Visible |
tags | string[] | No | — | The tags value |
tax | number | Yes | — | Must match an active sale VAT code tax in the account. |
title | string | No | — | The title value |
totals_section_visible | boolean | No | — | Totals Section Visible |
moco_crm_create_offers_attachments
Create offer attachment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
attachment | object | Yes | — | The attachment value |
moco_crm_create_offers_customer_approval_activate
Activate customer approval Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_create_offers_customer_approval_deactivate
Deactivate customer approval Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_create_offers_send_email
Send offer by email Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
emails_bcc | string | No | — | Semicolon-separated email list. |
emails_cc | string | No | — | Semicolon-separated email list. |
emails_to | string | No | — | Semicolon-separated email list. |
letter_paper_id | integer | No | — | Letter Paper Id |
subject | string | Yes | — | The subject value |
text | string | Yes | — | The text value |
moco_crm_delete_comments
Delete comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_delete_companies
Delete company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_delete_contacts_people
Delete contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_delete_deal_categories
Delete deal category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_delete_deals
Delete deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_delete_offers_attachments
Delete offer attachment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_comments
Get comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_companies
Get company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_contacts_people
Get contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_deal_categories
Get deal category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_deals
Get deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_offers
Get offer Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_offers_attachments
List offer attachments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_offers_customer_approval
Get customer approval state Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offer_id | integer | Yes | — | Offer Id |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_get_offers_pdf
Download offer PDF Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
letter_paper_id | integer | No | — | Letter paper ID. Defaults to account default when omitted. |
moco_crm_list_comments
List comments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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. |
commentable_type | string | No | — | Comment target type (for example Project, Invoice, Purchase). |
commentable_id | integer | No | — | Commentable Id |
user_id | integer | No | — | User Id |
manual | boolean | No | — | The manual value |
moco_crm_list_companies
List companies Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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. |
include_archived | boolean | No | — | Include Archived |
type | string | No | — | The type value |
tags | string | No | — | Comma-separated list of tag names. |
identifier | string | No | — | The identifier value |
term | string | No | — | The term value |
custom_properties | object | No | — | Filter 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_crm_list_contacts_people
List contacts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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. |
tags | string | No | — | Comma-separated list of tag names. |
term | string | No | — | Full text search on name, email and company. |
phone | string | No | — | Reverse lookup on work/mobile phone. |
custom_properties | object | No | — | Filter 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_crm_list_deal_categories
List deal categories Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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_crm_list_deals
List deals Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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_properties | object | No | — | Filter 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. |
status | string | No | — | The status value |
tags | string | No | — | Comma-separated list of deal tag names. |
closed_from | string | No | — | Closed date range start. Format: YYYY-MM-DD (e.g. 2026-01-01). |
closed_to | string | No | — | Closed date range end. Format: YYYY-MM-DD (e.g. 2026-01-31). |
company_id | integer | No | — | Company Id |
moco_crm_list_offers
List offers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
page | integer | No | — | Page number, starting at 1. |
per_page | integer | No | — | Page size. |
ids | string | No | — | Comma-separated IDs. |
updated_after | string | No | — | ISO 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. |
sort_by | string | No | — | Field and optional direction, e.g. title desc. |
status | string | No | — | The status value |
from | string | No | — | Offer date range start. Format: YYYY-MM-DD (e.g. 2026-01-01). |
to | string | No | — | Offer date range end. Format: YYYY-MM-DD (e.g. 2026-01-31). |
identifier | string | No | — | The identifier value |
deal_id | string | No | — | Single ID or comma-separated list. |
project_id | string | No | — | Single ID or comma-separated list. |
company_id | string | No | — | Single ID or comma-separated list. |
tags | string | No | — | Comma-separated list of tag names. |
custom_properties | object | No | — | Filter 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_crm_update_comments
Update comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
attachment_content | string | No | — | Attachment Content |
attachment_filename | string | No | — | Attachment Filename |
commentable_id | integer | No | — | Commentable Id |
commentable_type | string | No | — | Public target type (for example Project, Invoice, Purchase). |
created_at | string | No | — | Created At |
text | string | No | — | The text value |
moco_crm_update_comments_1
Update comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
attachment_content | string | No | — | Attachment Content |
attachment_filename | string | No | — | Attachment Filename |
commentable_id | integer | No | — | Commentable Id |
commentable_type | string | No | — | Public target type (for example Project, Invoice, Purchase). |
created_at | string | No | — | Created At |
text | string | No | — | The text value |
moco_crm_update_companies
Update company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
address | string | No | — | The address value |
alternative_correspondence_language | string | No | — | Alternative Correspondence Language |
bank_bic | string | No | — | Bank Bic |
bank_owner | string | No | — | Bank Owner |
billing_email_cc | string | No | — | Billing Email Cc |
billing_notes | string | No | — | Billing Notes |
country_code | string | No | — | Country Code |
credit_number | string | No | — | Credit Number |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_tax | number | No | — | Deprecated VAT shortcut for customer records. |
customer_vat_code_id | integer | No | — | Customer Vat Code Id |
debit_number | string | No | — | Debit Number |
default_invoice_due_days | integer | No | — | Default Invoice Due Days |
default_payment_means | string | No | — | Default Payment Means |
email | string | No | — | The email value |
fax | string | No | — | The fax value |
footer | string | No | — | The footer value |
iban | string | No | — | The iban value |
identifier | string | No | — | The identifier value |
info | string | No | — | The info value |
invoice_due_days | integer | No | — | Invoice Due Days |
invoice_format | string | No | — | Invoice Format |
labels | string[] | No | — | The labels value |
name | string | No | — | The name value |
phone | string | No | — | The phone value |
supplier_tax | number | No | — | Deprecated VAT shortcut for supplier records. |
supplier_vat_code_id | integer | No | — | Supplier Vat Code Id |
tags | string[] | No | — | The tags value |
type | string | No | — | The type value |
user_id | integer | No | — | User Id |
vat_identifier | string | No | — | Vat Identifier |
website | string | No | — | The website value |
moco_crm_update_companies_1
Update company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
address | string | No | — | The address value |
alternative_correspondence_language | string | No | — | Alternative Correspondence Language |
bank_bic | string | No | — | Bank Bic |
bank_owner | string | No | — | Bank Owner |
billing_email_cc | string | No | — | Billing Email Cc |
billing_notes | string | No | — | Billing Notes |
country_code | string | No | — | Country Code |
credit_number | string | No | — | Credit Number |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_tax | number | No | — | Deprecated VAT shortcut for customer records. |
customer_vat_code_id | integer | No | — | Customer Vat Code Id |
debit_number | string | No | — | Debit Number |
default_invoice_due_days | integer | No | — | Default Invoice Due Days |
default_payment_means | string | No | — | Default Payment Means |
email | string | No | — | The email value |
fax | string | No | — | The fax value |
footer | string | No | — | The footer value |
iban | string | No | — | The iban value |
identifier | string | No | — | The identifier value |
info | string | No | — | The info value |
invoice_due_days | integer | No | — | Invoice Due Days |
invoice_format | string | No | — | Invoice Format |
labels | string[] | No | — | The labels value |
name | string | No | — | The name value |
phone | string | No | — | The phone value |
supplier_tax | number | No | — | Deprecated VAT shortcut for supplier records. |
supplier_vat_code_id | integer | No | — | Supplier Vat Code Id |
tags | string[] | No | — | The tags value |
type | string | No | — | The type value |
user_id | integer | No | — | User Id |
vat_identifier | string | No | — | Vat Identifier |
website | string | No | — | The website value |
moco_crm_update_companies_archive
Archive company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_update_companies_unarchive
Unarchive company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
moco_crm_update_contacts_people
Update contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
bday | string | No | — | The bday value |
birthday | string | No | — | The birthday value |
company_id | integer | No | — | Company Id |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Customer Id |
firstname | string | No | — | The firstname value |
gender | string | No | — | The gender value |
home_address | string | No | — | Home Address |
home_email | string | No | — | Home Email |
info | string | No | — | The info value |
job_position | string | No | — | Job Position |
lastname | string | No | — | The lastname value |
mobile_phone | string | No | — | Mobile Phone |
name | string | No | — | The name value |
organization_id | integer | No | — | Organization Id |
salutation | string | No | — | The salutation value |
tags | string[] | No | — | The tags value |
title | string | No | — | The title value |
user_id | integer | No | — | User Id |
work_address | string | No | — | Work Address |
work_email | string | No | — | Work Email |
work_fax | string | No | — | Work Fax |
work_phone | string | No | — | Work Phone |
moco_crm_update_contacts_people_1
Update contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
bday | string | No | — | The bday value |
birthday | string | No | — | The birthday value |
company_id | integer | No | — | Company Id |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Customer Id |
firstname | string | No | — | The firstname value |
gender | string | No | — | The gender value |
home_address | string | No | — | Home Address |
home_email | string | No | — | Home Email |
info | string | No | — | The info value |
job_position | string | No | — | Job Position |
lastname | string | No | — | The lastname value |
mobile_phone | string | No | — | Mobile Phone |
name | string | No | — | The name value |
organization_id | integer | No | — | Organization Id |
salutation | string | No | — | The salutation value |
tags | string[] | No | — | The tags value |
title | string | No | — | The title value |
user_id | integer | No | — | User Id |
work_address | string | No | — | Work Address |
work_email | string | No | — | Work Email |
work_fax | string | No | — | Work Fax |
work_phone | string | No | — | Work Phone |
moco_crm_update_deal_categories
Update deal category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
name | string | No | — | The name value |
probability | integer | No | — | Probability in percent (0-100). |
moco_crm_update_deal_categories_1
Update deal category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
name | string | No | — | The name value |
probability | integer | No | — | Probability in percent (0-100). |
moco_crm_update_deals
Update deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
closed_on | string | No | — | Closed On |
company_id | integer | No | — | Company/customer ID. |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Deprecated alias for company_id. |
deal_category_id | integer | No | — | Deal category ID. |
info | string | No | — | The info value |
money | number | No | — | Deal value in selected currency. |
name | string | No | — | The name value |
person_id | integer | No | — | Linked contact person ID. |
reminder_date | string | No | — | Reminder Date |
service_period_from | string | No | — | Service Period From |
service_period_to | string | No | — | Service Period To |
status | string | No | — | The status value |
tags | string[] | No | — | The tags value |
user_id | integer | No | — | Responsible user ID. |
moco_crm_update_deals_1
Update deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
closed_on | string | No | — | Closed On |
company_id | integer | No | — | Company/customer ID. |
currency | string | No | — | The currency value |
custom_properties | object | No | — | Custom Properties |
customer_id | integer | No | — | Deprecated alias for company_id. |
deal_category_id | integer | No | — | Deal category ID. |
info | string | No | — | The info value |
money | number | No | — | Deal value in selected currency. |
name | string | No | — | The name value |
person_id | integer | No | — | Linked contact person ID. |
reminder_date | string | No | — | Reminder Date |
service_period_from | string | No | — | Service Period From |
service_period_to | string | No | — | Service Period To |
status | string | No | — | The status value |
tags | string[] | No | — | The tags value |
user_id | integer | No | — | Responsible user ID. |
moco_crm_update_offers_assign
Assign offer to company/project/deal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
company_id | integer | No | — | Company Id |
deal_id | integer | No | — | Deal Id |
project_id | integer | No | — | Project Id |
moco_crm_update_status_offers
Update offer status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Resource ID. |
X-IMPERSONATE-USER-ID | integer | No | — | Execute request on behalf of another user if allowed. |
status | string | Yes | — | The status value |

