Download OpenAPI specification:Download
This is the public API specification for the Reuzenpanda backend services.
You can read about how authentication works in our Authentication Documentation.
Authenticate an API user and initiate a login session.
string | |
| password | string |
| type | string Enum: "SUCCESS" "BLOCKED" "LOCKED" "UNAUTHORIZED" "DO_NOT_ATTEMPT" "FORCE_REAUTHENTICATE" "ERROR" |
object (authentication_UserDto) | |
| sessionKey | string |
| attemptsLeft | integer <int32> |
| should_check_two_factor | boolean |
{- "email": "string",
- "password": "string"
}{- "type": "SUCCESS",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string",
- "name": "string",
- "image": "string",
- "locale": "string",
- "role": "ADMIN",
- "hub_mode": "string",
- "default_module": "string",
- "hide_user_image": true,
- "isDealer": true
}, - "sessionKey": "string",
- "attemptsLeft": 0,
- "should_check_two_factor": true
}Retrieve the profile information of the currently authenticated user.
| id | string <uuid> |
string | |
| name | string |
| image | string |
| locale | string |
| role | string Enum: "ADMIN" "SUPPORT" "PARTNER" "BLOCKED" "API" |
| hub_mode | string |
| default_module | string |
| hide_user_image | boolean |
| isDealer | boolean |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string",
- "name": "string",
- "image": "string",
- "locale": "string",
- "role": "ADMIN",
- "hub_mode": "string",
- "default_module": "string",
- "hide_user_image": true,
- "isDealer": true
}A Company Profile is an account for a whole company which contains several users. Each user can have different roles and permissions within the Company Profile. Everything that is done is on behalf of the Company Profile, not on behalf of the individual user. So if a user makes changes, those changes are made to the Company Profile the user is logged in to at that moment.
Retrieve the list of users associated with a specific company profile using the profile ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| id | string <uuid> |
| name | string |
| image | string |
string |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}
]Retrieve a specific user associated with a company profile using the profile ID and user ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| userId required | string <uuid> User UUID |
| id | string <uuid> |
| name | string |
| image | string |
string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}Retrieve a list of all company profiles.
| onlyCurrentOwner | boolean |
| id | string <uuid> |
| name | string |
string | |
| from_email | string |
object (NotificationSettingsDto) | |
| mollie_customer_id | string |
object (ContactPersonDto) | |
object (AddressDto) | |
object (PhoneDto) | |
object (ChamberOfCommerceDto) | |
object (FinancialsDto) | |
object (QuotationSettingsDto) | |
object (MailchimpInfoDto) | |
object (EmailSettingsDto) | |
| owner_user_id | string <uuid> |
Array of objects (UserDto) | |
| logo_url | string |
| terms_of_agreement_url | string |
| privacy_policy_url | string |
object (SubscriptionDto) | |
object (InvoiceSettingsDto) | |
object (EmailSettingsDto) | |
object (InvoiceDetailsDto) | |
object (ContactInfoDto) | |
| created_timestamp | integer <int64> |
object (HubPreferencesDto) | |
object (ProfileDocumentSettingsDto) | |
object (GlobalLocationPrefsDto) | |
| is_template_profile | boolean |
object (DuplicationConsentDto) |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "from_email": "string",
- "notification_settings": {
- "send_notifications_to_primary_email": true
}, - "mollie_customer_id": "string",
- "contact_person": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}, - "phone": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone_number": "string"
}, - "chamber_of_commerce": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_number": "string",
- "country_of_establishment": "string",
- "trading_name": "string",
- "sbi": "string",
- "legal_form": "string"
}, - "financials": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "international_bank_account_number": "string",
- "tax_number": "string",
- "business_identifier_code": "string"
}, - "quotation_settings": {
- "quotation_offset": 0,
- "current_quotation_number": 0,
- "expiration_period": 0,
- "tax_amount": 0,
- "foot_text": "string",
- "extra_texts": {
- "property1": "string",
- "property2": "string"
}, - "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
]
}, - "mailchimp_info": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "api_key": "string",
- "server_prefix": "string"
}, - "email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "owner_user_id": "65139110-7c3c-4777-b692-80c218be3b9d",
- "users": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}
], - "logo_url": "string",
- "terms_of_agreement_url": "string",
- "privacy_policy_url": "string",
- "subscription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subscriptionName": "string",
- "periodName": "string",
- "expirationDate": 0
}, - "invoice_settings": {
- "invoice_tracking_number": {
- "tracking_number": 0,
- "linked_format_result": "string"
}, - "invoice_number_format": "TRACKING_NUMBER",
- "payment_period": 0,
- "foot_text": "string",
- "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
], - "extra_texts": {
- "property1": "string",
- "property2": "string"
}
}, - "invoice_email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "invoice_details": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "phone": "string",
- "vatNumber": "string",
- "customerFirstName": "string",
- "customerLastName": "string",
- "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}
}, - "contact_info": {
- "email": "string",
- "website": "string",
- "phone_number": "string"
}, - "created_timestamp": 0,
- "hub_preferences": {
- "onboard_status": "PROFILE_CREATED",
- "legacy_subscription_user": true,
- "is_giantpanda": true
}, - "document_settings": {
- "sequential_number_format": {
- "property1": "string",
- "property2": "string"
}, - "validity_from_creation": {
- "property1": 0,
- "property2": 0
}, - "default_template_locale": "string",
- "default_template_iso_currency": "string"
}, - "location_preferences": {
- "timezone": "string"
}, - "is_template_profile": true,
- "duplication_consent": {
- "is_enabled": true,
- "history": [
- {
- "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "timestamp": 0,
- "consent_text": "string",
- "ip_address": "string",
- "user_agent": "string",
- "action": "ENABLED"
}
]
}
}
]Retrieve all company profiles accessible to the user.
| id | string <uuid> |
| name | string |
string | |
| from_email | string |
object (NotificationSettingsDto) | |
| mollie_customer_id | string |
object (ContactPersonDto) | |
object (AddressDto) | |
object (PhoneDto) | |
object (ChamberOfCommerceDto) | |
object (FinancialsDto) | |
object (QuotationSettingsDto) | |
object (MailchimpInfoDto) | |
object (EmailSettingsDto) | |
| owner_user_id | string <uuid> |
Array of objects (UserDto) | |
| logo_url | string |
| terms_of_agreement_url | string |
| privacy_policy_url | string |
object (SubscriptionDto) | |
object (InvoiceSettingsDto) | |
object (EmailSettingsDto) | |
object (InvoiceDetailsDto) | |
object (ContactInfoDto) | |
| created_timestamp | integer <int64> |
object (HubPreferencesDto) | |
object (ProfileDocumentSettingsDto) | |
object (GlobalLocationPrefsDto) | |
| is_template_profile | boolean |
object (DuplicationConsentDto) |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "from_email": "string",
- "notification_settings": {
- "send_notifications_to_primary_email": true
}, - "mollie_customer_id": "string",
- "contact_person": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}, - "phone": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone_number": "string"
}, - "chamber_of_commerce": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_number": "string",
- "country_of_establishment": "string",
- "trading_name": "string",
- "sbi": "string",
- "legal_form": "string"
}, - "financials": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "international_bank_account_number": "string",
- "tax_number": "string",
- "business_identifier_code": "string"
}, - "quotation_settings": {
- "quotation_offset": 0,
- "current_quotation_number": 0,
- "expiration_period": 0,
- "tax_amount": 0,
- "foot_text": "string",
- "extra_texts": {
- "property1": "string",
- "property2": "string"
}, - "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
]
}, - "mailchimp_info": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "api_key": "string",
- "server_prefix": "string"
}, - "email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "owner_user_id": "65139110-7c3c-4777-b692-80c218be3b9d",
- "users": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}
], - "logo_url": "string",
- "terms_of_agreement_url": "string",
- "privacy_policy_url": "string",
- "subscription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subscriptionName": "string",
- "periodName": "string",
- "expirationDate": 0
}, - "invoice_settings": {
- "invoice_tracking_number": {
- "tracking_number": 0,
- "linked_format_result": "string"
}, - "invoice_number_format": "TRACKING_NUMBER",
- "payment_period": 0,
- "foot_text": "string",
- "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
], - "extra_texts": {
- "property1": "string",
- "property2": "string"
}
}, - "invoice_email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "invoice_details": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "phone": "string",
- "vatNumber": "string",
- "customerFirstName": "string",
- "customerLastName": "string",
- "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}
}, - "contact_info": {
- "email": "string",
- "website": "string",
- "phone_number": "string"
}, - "created_timestamp": 0,
- "hub_preferences": {
- "onboard_status": "PROFILE_CREATED",
- "legacy_subscription_user": true,
- "is_giantpanda": true
}, - "document_settings": {
- "sequential_number_format": {
- "property1": "string",
- "property2": "string"
}, - "validity_from_creation": {
- "property1": 0,
- "property2": 0
}, - "default_template_locale": "string",
- "default_template_iso_currency": "string"
}, - "location_preferences": {
- "timezone": "string"
}, - "is_template_profile": true,
- "duplication_consent": {
- "is_enabled": true,
- "history": [
- {
- "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "timestamp": 0,
- "consent_text": "string",
- "ip_address": "string",
- "user_agent": "string",
- "action": "ENABLED"
}
]
}
}
]Retrieve all company profiles accessible to the user.
| id | string <uuid> |
| name | string |
string | |
| from_email | string |
object (NotificationSettingsDto) | |
| mollie_customer_id | string |
object (ContactPersonDto) | |
object (AddressDto) | |
object (PhoneDto) | |
object (ChamberOfCommerceDto) | |
object (FinancialsDto) | |
object (QuotationSettingsDto) | |
object (MailchimpInfoDto) | |
object (EmailSettingsDto) | |
| owner_user_id | string <uuid> |
Array of objects (UserDto) | |
| logo_url | string |
| terms_of_agreement_url | string |
| privacy_policy_url | string |
object (SubscriptionDto) | |
object (InvoiceSettingsDto) | |
object (EmailSettingsDto) | |
object (InvoiceDetailsDto) | |
object (ContactInfoDto) | |
| created_timestamp | integer <int64> |
object (HubPreferencesDto) | |
object (ProfileDocumentSettingsDto) | |
object (GlobalLocationPrefsDto) | |
| is_template_profile | boolean |
object (DuplicationConsentDto) |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "from_email": "string",
- "notification_settings": {
- "send_notifications_to_primary_email": true
}, - "mollie_customer_id": "string",
- "contact_person": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}, - "phone": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone_number": "string"
}, - "chamber_of_commerce": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_number": "string",
- "country_of_establishment": "string",
- "trading_name": "string",
- "sbi": "string",
- "legal_form": "string"
}, - "financials": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "international_bank_account_number": "string",
- "tax_number": "string",
- "business_identifier_code": "string"
}, - "quotation_settings": {
- "quotation_offset": 0,
- "current_quotation_number": 0,
- "expiration_period": 0,
- "tax_amount": 0,
- "foot_text": "string",
- "extra_texts": {
- "property1": "string",
- "property2": "string"
}, - "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
]
}, - "mailchimp_info": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "api_key": "string",
- "server_prefix": "string"
}, - "email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "owner_user_id": "65139110-7c3c-4777-b692-80c218be3b9d",
- "users": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}
], - "logo_url": "string",
- "terms_of_agreement_url": "string",
- "privacy_policy_url": "string",
- "subscription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subscriptionName": "string",
- "periodName": "string",
- "expirationDate": 0
}, - "invoice_settings": {
- "invoice_tracking_number": {
- "tracking_number": 0,
- "linked_format_result": "string"
}, - "invoice_number_format": "TRACKING_NUMBER",
- "payment_period": 0,
- "foot_text": "string",
- "page_definitions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "position": 0,
- "page_type": "INVOICE",
- "ref": "string",
- "template_name": "string"
}
], - "extra_texts": {
- "property1": "string",
- "property2": "string"
}
}, - "invoice_email_settings": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "subject": "string",
- "message": "string",
- "default_attachments": [
- {
- "url": "string"
}
]
}, - "invoice_details": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "email": "string",
- "phone": "string",
- "vatNumber": "string",
- "customerFirstName": "string",
- "customerLastName": "string",
- "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "country_name": "string",
- "city_name": "string",
- "zip_code": "string",
- "street_name": "string",
- "house_number": "string"
}
}, - "contact_info": {
- "email": "string",
- "website": "string",
- "phone_number": "string"
}, - "created_timestamp": 0,
- "hub_preferences": {
- "onboard_status": "PROFILE_CREATED",
- "legacy_subscription_user": true,
- "is_giantpanda": true
}, - "document_settings": {
- "sequential_number_format": {
- "property1": "string",
- "property2": "string"
}, - "validity_from_creation": {
- "property1": 0,
- "property2": 0
}, - "default_template_locale": "string",
- "default_template_iso_currency": "string"
}, - "location_preferences": {
- "timezone": "string"
}, - "is_template_profile": true,
- "duplication_consent": {
- "is_enabled": true,
- "history": [
- {
- "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "timestamp": 0,
- "consent_text": "string",
- "ip_address": "string",
- "user_agent": "string",
- "action": "ENABLED"
}
]
}
}
]Retrieve all labels.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| message | string |
Array of objects (LabelsDto) |
{- "message": "string",
- "labels": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "colour": "string"
}
]
}Creates a new label with a random colour and UUID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| name | string |
| message | string |
object (LabelsDto) |
{- "name": "string"
}{- "message": "string",
- "label": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "colour": "string"
}
}Retrieve a specific label by its ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| labelId required | string <uuid> Label UUID |
| message | string |
object (LabelsDto) |
{- "message": "string",
- "label": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "colour": "string"
}
}Delete a label by its ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| labelId required | string <uuid> Label UUID |
| message | string |
object (LabelsDto) |
{- "message": "string",
- "label": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "colour": "string"
}
}Update the name and/or colour of an existing label.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| labelId required | string <uuid> Label UUID |
| name | string |
| colour | string |
| message | string |
object (LabelsDto) |
{- "name": "string",
- "colour": "string"
}{- "message": "string",
- "label": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "colour": "string"
}
}Retrieve the list of users associated with a specific company profile using the profile ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| id | string <uuid> |
| name | string |
| image | string |
string |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}
]Retrieve a specific user associated with a company profile using the profile ID and user ID.
| profileId required | string <uuid> COMPANY PROFILE UUID |
| userId required | string <uuid> User UUID |
| id | string <uuid> |
| name | string |
| image | string |
string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "image": "string",
- "email": "string"
}The CRM system is used to track and manage leads and deals. You can manage these per board and per pipeline for a customized overview which is best for your use-case. Read more about the CRM system here.
The Relations Module is used to keep track of customers as a person or as a organisation. Read more about Relations here.
| profileId required | string <uuid> Company Profile UUID |
| id | string <uuid> |
| companyProfileId | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
| status | string Enum: "DONE" "NOT_DONE" |
| expired | boolean |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| type | string Enum: "EVENT" "BLOCK" |
| lastUpdated | integer <int64> |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}
]| profileId required | string <uuid> Company Profile UUID |
| companyProfileId required | string <uuid> |
| name required | string non-empty |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| id | string <uuid> |
| companyProfileId | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
| status | string Enum: "DONE" "NOT_DONE" |
| expired | boolean |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| type | string Enum: "EVENT" "BLOCK" |
| lastUpdated | integer <int64> |
{- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}| activityId required | string <uuid> |
| id | string <uuid> |
| companyProfileId | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
| status | string Enum: "DONE" "NOT_DONE" |
| expired | boolean |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| type | string Enum: "EVENT" "BLOCK" |
| lastUpdated | integer <int64> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}| profileId required | string <uuid> Company Profile UUID |
| activityId required | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
object (ActivityScheduleDto) | |
| status | string Enum: "DONE" "NOT_DONE" |
| rrule | string |
| recurrenceStart | integer <int64> |
| id | string <uuid> |
| companyProfileId | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
| status | string Enum: "DONE" "NOT_DONE" |
| expired | boolean |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| type | string Enum: "EVENT" "BLOCK" |
| lastUpdated | integer <int64> |
{- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "status": "DONE",
- "rrule": "string",
- "recurrenceStart": 0
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}| profileId required | string <uuid> Company Profile UUID |
| activityId required | string <uuid> |
| id | string <uuid> |
| companyProfileId | string <uuid> |
| name | string |
| description | string |
| location | string |
object (ExternalProperty) | |
object (ItemSubject) | |
| eventTypeId | string <uuid> |
| status | string Enum: "DONE" "NOT_DONE" |
| expired | boolean |
object (ActivityScheduleDto) | |
| rrule | string |
| recurrenceStart | integer <int64> |
| type | string Enum: "EVENT" "BLOCK" |
| lastUpdated | integer <int64> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}| profileId required | string <uuid> Company Profile UUID |
Array of objects (EventTypeDto) | |
| message | string |
{- "eventTypes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "location": {
- "locationType": "PHONE",
- "value": "string"
}, - "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "string"
}, - "minimumDuration": 0,
- "lastUpdated": 0
}
], - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| name required | string non-empty |
required | object (SlotDuration) |
| description | string |
| scheduleId | string <uuid> |
| minimumDuration | integer <int64> |
object (Location) |
object (EventTypeDto) | |
| message | string |
{- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "SECONDS"
}, - "minimumDuration": 0,
- "location": {
- "locationType": "PHONE",
- "value": "string"
}
}{- "eventType": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "location": {
- "locationType": "PHONE",
- "value": "string"
}, - "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "string"
}, - "minimumDuration": 0,
- "lastUpdated": 0
}, - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| eventTypeId required | string <uuid> |
object (CreateCRMActivityRequest) | |
object (ContactInfo) |
| status | string |
object (BookingSlotData) | |
object (CRMActivityDto) | |
| message | string |
{- "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "activity": {
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0
}, - "contactInfo": {
- "phone": "string",
- "email": "string",
- "address": "string"
}
}{- "status": "string",
- "data": {
- "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "slotStart": "string",
- "slotEnd": "string",
- "slotDuration": 0,
- "activityId": "bdfd0655-55e6-45e6-8bbc-6ed31d3820b5",
- "reservationDuration": 0,
- "reservationUntil": "string"
}, - "activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "location": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "status": "DONE",
- "expired": true,
- "schedule": {
- "startDate": 0,
- "endDate": 0,
- "timezone": "string"
}, - "rrule": "string",
- "recurrenceStart": 0,
- "type": "EVENT",
- "lastUpdated": 0
}, - "message": "string"
}| eventTypeId required | string <uuid> |
object (EventTypeDto) | |
| message | string |
{- "eventType": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "location": {
- "locationType": "PHONE",
- "value": "string"
}, - "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "string"
}, - "minimumDuration": 0,
- "lastUpdated": 0
}, - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| eventTypeId required | string <uuid> |
| eventTypeId | string <uuid> |
| message | string |
{- "eventTypeId": "f899218d-6f2c-4300-8a70-a6910536041b",
- "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| eventTypeId required | string <uuid> |
| name | string |
| description | string |
| scheduleId | string <uuid> |
object (SlotDuration) | |
| minimumDuration | integer <int64> |
object (Location) |
object (EventTypeDto) | |
| message | string |
{- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "SECONDS"
}, - "minimumDuration": 0,
- "location": {
- "locationType": "PHONE",
- "value": "string"
}
}{- "eventType": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "description": "string",
- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "location": {
- "locationType": "PHONE",
- "value": "string"
}, - "slotDuration": {
- "timeBefore": 0,
- "timeAfter": 0,
- "duration": 0,
- "timeUnit": "string"
}, - "minimumDuration": 0,
- "lastUpdated": 0
}, - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| eventTypeId required | string <uuid> |
| days | integer <int64> Default: 5 |
| timezone | string |
object | |
| message | string |
{- "data": {
- "property1": {
- "weekday": "MONDAY",
- "slots": [
- {
- "start": "string",
- "end": "string"
}
]
}, - "property2": {
- "weekday": "MONDAY",
- "slots": [
- {
- "start": "string",
- "end": "string"
}
]
}
}, - "message": "string"
}Retrieves a list of Leads or Deals for a specified pipeline, with optional filtering, pagination, and configuration options.
| profileId required | string <uuid> Company Profile UUID |
| boardId required | string <uuid> Board UUID |
| backlogId required | string <uuid> Backlog UUID |
| filter | string <uuid> |
| page | integer <int32> Default: -1 |
| per_page | integer <int32> Default: 0 |
| hide_internal_configurations | boolean Default: false |
| configurator_id | string <uuid> |
| date_preset | string Enum: "custom" "last90days" "last30days" "last14days" "last7days" "thisweek" "today" "maximum" |
| date_from | integer <int64> |
| date_to | integer <int64> |
| message | string |
Array of objects (ListBacklogItemDto) |
{- "message": "string",
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
- "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "item_archived": true,
- "summary": "string",
- "description": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "labelIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timestamp_created": 0,
- "timestamp_updated": 0,
- "rank": "string"
}
]
}Copies specified Leads or Deals to a target pipeline within the same or different leads/deals board.
| profileId required | string <uuid> Company Profile UUID |
| boardId required | string <uuid> Board UUID |
| backlogId required | string <uuid> Backlog UUID |
| item_ids | Array of strings <uuid> |
| target_board_id | string <uuid> |
| target_backlog_id | string <uuid> |
| target_status_id | string <uuid> |
| old_item_label | string Enum: "ITEM_ACTIVE" "ITEM_UNREAD" "DEAL_WON" "DEAL_LOST" "ITEM_CONVERTED" "ITEM_MOVED" "ITEM_ARCHIVED" "CONFIGURATION_CREATED" |
| message | string |
Array of objects (ListBacklogItemDto) |
{- "item_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "target_board_id": "5eed75f5-aea8-4108-985e-f26b45a92320",
- "target_backlog_id": "139439af-c033-40f4-819f-e531d938ad91",
- "target_status_id": "c6b6a8c6-4df0-46c3-a71c-deb2b5e3f58d",
- "old_item_label": "ITEM_ACTIVE"
}{- "message": "string",
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
- "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "item_archived": true,
- "summary": "string",
- "description": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "labelIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timestamp_created": 0,
- "timestamp_updated": 0,
- "rank": "string"
}
]
}Updates an existing Lead or Deal with the provided details.
| profileId required | string <uuid> Company Profile UUID |
| boardId required | string <uuid> Board UUID |
| backlogId required | string <uuid> Backlog UUID |
| itemId required | string <uuid> Backlog Item UUID |
object (EntityBacklogItemDto) |
| message | string |
object (EntityBacklogItemDto) |
{- "item": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
- "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "item_archived": true,
- "summary": "string",
- "description": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "labelIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timestamp_created": 0,
- "timestamp_updated": 0,
- "rank": "string"
}
}{- "message": "string",
- "item": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
- "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "item_archived": true,
- "summary": "string",
- "description": "string",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "labelIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timestamp_created": 0,
- "timestamp_updated": 0,
- "rank": "string"
}
}Retrieve a specific Lead or Deal by its ID within a company profile's pipeline.
| backlogId required | string <uuid> Backlog UUID |
| itemId required | string <uuid> Backlog Item UUID |
| message | string |
object (BacklogItemMessage) |
{- "message": "string",
- "item": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "summary": "string",
- "description": "string",
- "lead_value": "string",
- "fields": {
- "property1": null,
- "property2": null
}, - "labels": {
- "property1": null,
- "property2": null
}, - "status_label": "string",
- "status_id": "4e949624-bc0f-439e-a9f2-25a23938812c",
- "assignee_id": "e209ca2d-190b-4818-b659-67d4ef4f1ce8",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "rank": "string",
- "timestamp_created": 0,
- "timestamp_updated": 0
}
}Retrieve a list of leads or deals for a specific pipeline within a company profile. Optional filters can be applied.
| profileId required | string <uuid> Company Profile UUID |
| backlogId required | string <uuid> Backlog UUID |
| lead_configuration_id | string <uuid> |
| contact_person_id | string <uuid> |
| order_property | string Default: "timestampUpdated" |
| order | string Default: "desc" |
| excluded_labels | string |
| message | string |
Array of objects (BacklogItemMessage) |
{- "message": "string",
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "summary": "string",
- "description": "string",
- "lead_value": "string",
- "fields": {
- "property1": null,
- "property2": null
}, - "labels": {
- "property1": null,
- "property2": null
}, - "status_label": "string",
- "status_id": "4e949624-bc0f-439e-a9f2-25a23938812c",
- "assignee_id": "e209ca2d-190b-4818-b659-67d4ef4f1ce8",
- "assignee": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}, - "technical_labels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
], - "rank": "string",
- "timestamp_created": 0,
- "timestamp_updated": 0
}
]
}Retrieves the history of changes for a specific company profile.
| profileId required | string <uuid> Company Profile UUID |
Array of objects (ListCompanyProfileHistoryDto) |
{- "history": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlogId": "7ed32787-06fc-4940-b152-76a3ebc49af3",
- "summary": "string",
- "companyProfileId": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "history": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlogItemId": "f38e7cc4-6f5a-47bf-991f-b29a508f9925",
- "startTimestamp": 0,
- "endTimestamp": 0,
- "type": "string",
- "metaData": null
}
], - "freeFields": [
- {
- "label": "string",
- "value": null
}
], - "status": {
- "type": "USER",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "technicalLabels": [
- {
- "timestamp": 0,
- "type": "ITEM_ACTIVE"
}
]
}
]
}Retrieves the list of pipeline statuses for a specific company profile.
| profileId required | string <uuid> Company Profile UUID |
Array of objects (BacklogStatusDto) |
{- "statuses": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_id": "ea454a72-460d-4eee-9f00-29b1d3117dd6",
- "label": "string",
- "color": "string",
- "standard": true,
- "status_category": "TODO",
- "position": 0
}
]
}Retrieves a list of Leads/Deals Boards associated with the specified company profile.
| profileId required | string <uuid> Company Profile UUID |
| board_type | string Enum: "LEADS" "DEALS" "ORDERS" "PAYMENTS" "PROJECTS" |
| message | string |
Array of objects (EntityBoardDto) |
{- "message": "string",
- "boards": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "board_type": "LEADS",
- "board_name": "string",
- "default_board": true,
- "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "lost_reasons": [
- "string"
]
}
]
}Retrieves a list of Pipelines for a specific board within a company profile.
| profileId required | string <uuid> Company Profile UUID |
| boardId required | string <uuid> Board UUID |
| message | string |
Array of objects (EntityBacklogDto) |
{- "message": "string",
- "backlogs": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "backlog_name": "string",
- "board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
- "custom_field": [
- {
- "fieldName": "string",
- "type": "CURRENCY"
}
], - "default_backlog": true,
- "pipeline_enabled": true,
- "pipeline_column_property_name": "string",
- "pipeline_column_property_type": "USER",
- "pipeline_card_properties": [
- "string"
], - "pipeline_table_column_properties": [
- "string"
], - "rank": "string"
}
]
}Retrieve a list of contact persons associated with the specified profile ID.
| profileId required | string <uuid> Company Profile UUID |
| message | string |
Array of objects (ListContactPersonDto) |
{- "message": "string",
- "contact_persons": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "item_subjects": [
- {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}
], - "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "display_name": "string",
- "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "created_timestamp": 0,
- "updated_timestamp": 0
}
]
}Retrieve a specific contact person by their ID associated with the specified profile ID.
| profileId required | string <uuid> Company Profile UUID |
| contactPersonId required | string <uuid> Contact Person UUID |
| message | string |
object (EntityContactPersonDto) |
{- "message": "string",
- "contact_person": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "item_subjects": [
- {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}
], - "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "display_name": "string",
- "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "created_timestamp": 0,
- "updated_timestamp": 0
}
}Delete a contact person associated with the specified profile ID.
| profileId required | string <uuid> Company Profile UUID |
| contactPersonId required | string <uuid> Contact Person UUID |
| message | string |
object (EntityContactPersonDto) |
{- "message": "string",
- "contact_person": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "item_subjects": [
- {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "string"
}
], - "company_profile_id": "5a000e9a-94d5-40b4-8fc9-c355e9513f39",
- "display_name": "string",
- "free_fields": [
- {
- "label": "string",
- "value": null
}
], - "created_timestamp": 0,
- "updated_timestamp": 0
}
}| profileId required | string <uuid> Company Profile UUID |
| activityId required | string <uuid> |
| id | string <uuid> |
| activityId | string <uuid> |
| excludedAt | integer <int64> |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "activityId": "bdfd0655-55e6-45e6-8bbc-6ed31d3820b5",
- "excludedAt": 0
}
]| profileId required | string <uuid> Company Profile UUID |
| activityId required | string <uuid> |
| excludedAt required | integer <int64> |
| id | string <uuid> |
| activityId | string <uuid> |
| excludedAt | integer <int64> |
{- "excludedAt": 0
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "activityId": "bdfd0655-55e6-45e6-8bbc-6ed31d3820b5",
- "excludedAt": 0
}| profileId required | string <uuid> Company Profile UUID |
Array of objects (ScheduleDto) | |
| message | string |
{- "schedules": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}
], - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
required | object (Days) |
| name required | string non-empty |
| timezone required | string |
| syncCalendarId | string <uuid> |
object (ScheduleDto) | |
| message | string |
{- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}{- "schedule": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}, - "message": "string"
}| scheduleId required | string <uuid> |
object (ScheduleDto) | |
| message | string |
{- "schedule": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}, - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| scheduleId required | string <uuid> |
| scheduleId | string <uuid> |
| message | string |
{- "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
- "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| scheduleId required | string <uuid> |
| name | string |
object (Days) | |
| timezone | string |
| syncCalendarId | string <uuid> |
object (ScheduleDto) | |
| message | string |
{- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}{- "schedule": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "name": "string",
- "days": {
- "monday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "tuesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "wednesday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "thursday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "friday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "saturday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}, - "sunday": {
- "startTime": "string",
- "endTime": "string",
- "bookingsPerSlot": 0
}
}, - "timezone": "string",
- "syncCalendarId": "136d47c3-6438-4c6c-9c39-11a36070cd37"
}, - "message": "string"
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| message | string |
object (ContractData) |
{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "DRAFT" "SENT" "ACCEPTED" "EXPIRED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| contractCreationTimestamp | integer <int64> |
| contractExpirationTimestamp | integer <int64> |
| isoCurrency | string |
| locale | string |
| archived | boolean |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (ContractData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| message | string |
object (ContractData) |
{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| name required | string |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| signatureFile required | string <binary> |
| message | string |
object (ContractData) |
{- "signatureFile": "string"
}{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| title | string |
| message | string |
object (ContractData) |
{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "DRAFT" "SENT" "ACCEPTED" "EXPIRED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| contractCreationTimestamp | integer <int64> |
| contractExpirationTimestamp | integer <int64> |
| isoCurrency | string |
| locale | string |
| archived | boolean |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (ContractData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| lead_configuration_id | string <uuid> |
| message | string |
Array of objects (ContractListData) |
{- "message": "string",
- "contractListDatas": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string"
}
]
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| format required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| message | string |
Array of objects (DocumentTemplateDto) |
{- "message": "string",
- "documentTemplates": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
]
}| profileId required | string <uuid> Company Profile UUID |
| id | string <uuid> |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" "WORK_ORDER" "UNSPECIFIED" |
| name | string |
| companyProfileId | string <uuid> |
| creationTimestamp | integer <int64> |
| lastModifiedTimestamp | integer <int64> |
Array of objects (RenderRow) | |
| renderTemplate | string |
object | |
| isoCurrency | string |
| locale | string |
object |
| message | string |
object (DocumentTemplateDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "documentTemplate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentTemplateId required | string <uuid> The id of a Document template |
| message | string |
object (DocumentTemplateDto) |
{- "message": "string",
- "documentTemplate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentTemplateId required | string <uuid> The id of a Document template |
| message | string |
object (DocumentTemplateDto) |
{- "message": "string",
- "documentTemplate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentTemplateId required | string <uuid> The id of a Document template |
| id | string <uuid> |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" "WORK_ORDER" "UNSPECIFIED" |
| name | string |
| companyProfileId | string <uuid> |
| creationTimestamp | integer <int64> |
| lastModifiedTimestamp | integer <int64> |
Array of objects (RenderRow) | |
| renderTemplate | string |
object | |
| isoCurrency | string |
| locale | string |
object |
| message | string |
object (DocumentTemplateDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "documentTemplate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "documentType": "QUOTATION",
- "name": "string",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "creationTimestamp": 0,
- "lastModifiedTimestamp": 0,
- "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "isoCurrency": "string",
- "locale": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| templateName | string Default: "defaultQuotation" |
| message | string |
object (QuotationData) |
{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| templateName | string Default: "defaultInvoice" |
| message | string |
object (InvoiceData) |
{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| templateName | string Default: "defaultContract" |
| message | string |
object (ContractData) |
{- "message": "string",
- "contractData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "contractCreationTimestamp": 0,
- "contractExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| format required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| message | string |
Array of objects (DocumentListData) |
{- "message": "string",
- "documentDatas": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
- "document_title": "string",
- "document_status": "string",
- "document_type": "QUOTATION",
- "document_number": "string",
- "contact_person_id": "2158b3df-3ee7-4a26-8d87-e76d91edd639",
- "organisation_id": "9ec26450-a51e-40b1-a49f-e04045480fd5",
- "document_creation_timestamp": 0,
- "isoCurrency": "string",
- "pricing": {
- "property1": 0,
- "property2": 0
}, - "archived": true,
- "itemSubject": {
- "type": "LEAD_CONFIGURATION",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last_updated_by": "e51d5fee-238a-41fd-a36d-38209c61fb21"
}
]
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| message | string |
object (InvoiceData) |
{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "CREATED" "SENT" "PARTIALLY_PAID" "PAID" "EXPIRED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| title | string Deprecated |
| invoiceNumber | string Deprecated |
| invoiceTitle | string Deprecated |
| invoiceCreationTimestamp | integer <int64> |
| invoiceDeliveryTimestamp | integer <int64> |
| invoiceExpirationTimestamp | integer <int64> |
| invoiceStatus | string Deprecated Enum: "CREATED" "SENT" "PARTIALLY_PAID" "PAID" "EXPIRED" |
| isoCurrency | string |
| locale | string |
| archived | boolean |
object | |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (InvoiceData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| message | string |
object (InvoiceData) |
{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "CREATED" "SENT" "PARTIALLY_PAID" "PAID" "EXPIRED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| title | string Deprecated |
| invoiceNumber | string Deprecated |
| invoiceTitle | string Deprecated |
| invoiceCreationTimestamp | integer <int64> |
| invoiceDeliveryTimestamp | integer <int64> |
| invoiceExpirationTimestamp | integer <int64> |
| invoiceStatus | string Deprecated Enum: "CREATED" "SENT" "PARTIALLY_PAID" "PAID" "EXPIRED" |
| isoCurrency | string |
| locale | string |
| archived | boolean |
object | |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (InvoiceData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| lead_configuration_id | string <uuid> |
| message | string |
Array of objects (InvoiceListData) |
{- "message": "string",
- "invoiceDatas": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "archived": true,
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "pricing": {
- "property1": 0,
- "property2": 0
}, - "invoiceStatus": "CREATED"
}
]
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| format required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| composeTemplateId required | string <uuid> Composer message template id |
| type | string Enum: "EMAIL" "WHATSAPP" |
object (TemplateContent) | |
| name | string |
| message | string |
object (ComposeTemplate) |
{- "type": "EMAIL",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "name": "string"
}{- "message": "string",
- "template": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "type": "EMAIL",
- "name": "string",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "locale": "string",
- "createdAt": 0
}
}| profileId required | string <uuid> Company Profile UUID |
| composeTemplateId required | string <uuid> Composer message template id |
| message | string |
object (ComposeTemplate) |
{- "message": "string",
- "template": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "type": "EMAIL",
- "name": "string",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "locale": "string",
- "createdAt": 0
}
}| profileId required | string <uuid> Company Profile UUID |
| message | string |
Array of objects (ComposeTemplate) |
{- "message": "string",
- "templates": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "type": "EMAIL",
- "name": "string",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "locale": "string",
- "createdAt": 0
}
]
}| profileId required | string <uuid> Company Profile UUID |
| type | string Enum: "EMAIL" "WHATSAPP" |
object (TemplateContent) | |
| name | string |
| message | string |
object (ComposeTemplate) |
{- "type": "EMAIL",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "name": "string"
}{- "message": "string",
- "template": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "companyProfileId": "a62a281c-2674-468c-b1be-4af5777e3185",
- "type": "EMAIL",
- "name": "string",
- "content": {
- "subject": "string",
- "message": "string",
- "recipients": [
- {
- "email": "string",
- "name": "string",
- "type": "string"
}
], - "renderedAttachments": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "artifactName": "string",
- "artifactType": "string"
}
], - "staticAttachments": [
- {
- "path": "string",
- "fileName": "string",
- "extension": "string",
- "mimeType": "string"
}
], - "conversationAccountId": "string"
}, - "locale": "string",
- "createdAt": 0
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| message | string |
object (QuotationData) |
{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "DRAFT" "SENT" "ACCEPTED" "REJECTED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| title | string Deprecated |
| quotationNumber | string Deprecated |
| quotationTitle | string Deprecated |
| quotationCreationTimestamp | integer <int64> |
| quotationExpirationTimestamp | integer <int64> |
| quotationStatus | string Deprecated Enum: "DRAFT" "SENT" "ACCEPTED" "REJECTED" |
| isoCurrency | string |
| locale | string |
object | |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (QuotationData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| message | string |
object (QuotationData) |
{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| name required | string |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
| signatureFile required | string <binary> |
| message | string |
object (QuotationData) |
{- "signatureFile": "string"
}{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| templateName required | string |
| templateId | string <uuid> |
| message | string |
object (InvoiceData) |
{- "message": "string",
- "invoiceData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "CREATED",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "invoiceNumber": "string",
- "invoiceTitle": "string",
- "invoiceCreationTimestamp": 0,
- "invoiceDeliveryTimestamp": 0,
- "invoiceExpirationTimestamp": 0,
- "invoiceStatus": "CREATED",
- "isoCurrency": "string",
- "locale": "string",
- "archived": true,
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| title | string |
| message | string |
object (QuotationData) |
{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| documentId | string <uuid> |
| versionId | string <uuid> |
| profileId | string <uuid> |
| documentTitle | string |
| documentStatus | string Enum: "DRAFT" "SENT" "ACCEPTED" "REJECTED" |
| documentNumber | string |
| documentType | string Enum: "QUOTATION" "INVOICE" "CONTRACT" |
| title | string Deprecated |
| quotationNumber | string Deprecated |
| quotationTitle | string Deprecated |
| quotationCreationTimestamp | integer <int64> |
| quotationExpirationTimestamp | integer <int64> |
| quotationStatus | string Deprecated Enum: "DRAFT" "SENT" "ACCEPTED" "REJECTED" |
| isoCurrency | string |
| locale | string |
object | |
object | |
object | |
Array of objects (RenderRow) | |
| renderTemplate | string |
object |
| message | string |
object (QuotationData) |
{- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}{- "message": "string",
- "quotationData": {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "quotationStatus": "DRAFT",
- "isoCurrency": "string",
- "locale": "string",
- "subjects": {
- "property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "segments": {
- "property1": {
- "type": "string",
- "data": null
}, - "property2": {
- "type": "string",
- "data": null
}
}, - "pricing": {
- "property1": 0,
- "property2": 0
}, - "renderRows": [
- {
- "delegateMargins": true,
- "widths": [
- 0
], - "columns": [
- {
- "elements": [
- {
- "type": "string",
- "target": "string"
}
]
}
]
}
], - "renderTemplate": "string",
- "artifacts": {
- "property1": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}, - "property2": {
- "type": "string",
- "props": {
- "property1": null,
- "property2": null
}, - "children": [
- { }
]
}
}
}
}| profileId required | string <uuid> Company Profile UUID |
| lead_configuration_id | string <uuid> |
| message | string |
Array of objects (QuotationListData) |
{- "message": "string",
- "quotationDatas": [
- {
- "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "documentTitle": "string",
- "documentStatus": "DRAFT",
- "documentNumber": "string",
- "documentType": "QUOTATION",
- "title": "string",
- "quotationNumber": "string",
- "quotationTitle": "string",
- "quotationCreationTimestamp": 0,
- "quotationExpirationTimestamp": 0,
- "isoCurrency": "string",
- "locale": "string",
- "pricing": {
- "property1": 0,
- "property2": 0
}, - "quotationStatus": "DRAFT"
}
]
}| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| format required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"| profileId required | string <uuid> Company Profile UUID |
| documentId required | string <uuid> The id of a document |
| artifactName required | string |
| versionId | string <uuid> Document version id (Each document has at least one version present) |
"string"Automations within Reuzenpanda are used to automate repetitive tasks and processes. They consist of triggers and actions that work together to perform specific functions based on predefined conditions. Read more about automations here.
The webhooks in Reuzenpanda controls many triggers within the automation system. To integrate with webhooks, you can subscribe to webhooks within Reuzenpanda to use them as triggers for your own software.
The important part is to know the Payload structure that is send with each webhook. To find the webhook events and their payloads, please refer to the Webhooks section in the OpenAPI documentation.
Subscribe a new webhook
| company_profile_id required | string <uuid> |
| name required | string |
| url required | string |
| method | string |
object | |
object | |
| audience_id | string <uuid> |
| events | Array of strings Items Enum: "QUOTATION_CREATED" "QUOTATION_CONTENTS_UPDATED" "QUOTATION_STATUS_UPDATED" "QUOTATION_DELETED" "INVOICE_CREATED" "INVOICE_CONTENTS_UPDATED" "INVOICE_STATUS_UPDATED" "INVOICE_DELETED" "CONTACT_CREATED" "CONTACT_UPDATED" "CONTACT_DELETED" "NOTE_CREATED" "NOTE_UPDATED" "NOTE_DELETED" "CONVERSATION_MESSAGE_SENT" "CONVERSATION_MESSAGE_NOT_SENT" "EMAIL_DELIVERED" "EMAIL_FAILED" "EMAIL_COMPLAINED" "LEAD_CONFIGURATION_PARTIAL" "LEAD_CONFIGURATION_FINALIZED" "LEAD_CONFIGURATION_SEEN" "LEAD_CONFIGURATION_ARCHIVED" "LEAD_CONFIGURATION_DELETED" "LEAD_CONFIGURATION_CONTACT_ASSIGNED" "LEAD_CONFIGURATION_QUOTATION_CREATED" "LEAD_CONFIGURATION_QUOTATION_CREATED_AUTOMATED" "REGISTRATION_LEAD_CREATED" "REGISTRATION_LEAD_FINALIZED" "CRM_BACKLOG_ITEM_CREATED" "CRM_BACKLOG_ITEM_RESULT_CHANGE" "CRM_BACKLOG_ITEM_STATUS_CHANGE" "CRM_BACKLOG_ITEM_ASSIGNEE_CHANGE" "CRM_BACKLOG_ITEM_COPIED" "CRM_BACKLOG_FREE_FIELD_CHANGE" "DOCUMENT_ATTACHED_TO_SENT_EMAIL" "DOCUMENT_QUOTATION_CREATED" "DOCUMENT_QUOTATION_UPDATED" "DOCUMENT_QUOTATION_SIGNED" "DOCUMENT_QUOTATION_DELETED" "DOCUMENT_INVOICE_CREATED" "DOCUMENT_INVOICE_UPDATED" "DOCUMENT_INVOICE_ARCHIVED" "DOCUMENT_CONTRACT_CREATED" "DOCUMENT_CONTRACT_UPDATED" "DOCUMENT_CONTRACT_SIGNED" "DOCUMENT_CONTRACT_DELETED" "DOCUMENT_STATUS_UPDATED" "AUTOMATION_INCOMING_WEBHOOK_RECEIVED" "ARTICLE_BULK_UPDATED" "PAYMENT_STATUS_UPDATED" "CONVERSATION_CHAT_CREATED" "ACTIVITY_CREATED" "ACTIVITY_STATUS_CHANGED" "COMPANY_PROFILE_CREATED" "COMPANY_PROFILE_UPDATED" "COMPANY_PROFILE_DELETED" "SUBSCRIPTION_CREATED" "SUBSCRIPTION_UPDATED" |
object (TriggerSubscriber) | |
| message | string |
object |
LEAD_CONFIGURATION_FINALIZED
{- "executorName": "webhook_executor",
- "events": [
- "LEAD_CONFIGURATION_FINALIZED"
], - "scope": { },
- "headers": {
- "Authorization": "Bearer your_token_here"
}
}{- "subscription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "accessTokenId": "82b20bc2-3e1c-4604-a632-cb0c385b22c1",
- "name": "string",
- "events": [
- "QUOTATION_CREATED"
], - "scope": {
- "company_profile_id": "123e4567-e89b-12d3-a456-426614174000"
}, - "createdAt": 0,
- "executor": "webhook",
- "executorParameters": {
- "method": "POST",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}
}, - "message": "string",
- "actions": {
- "property1": "string",
- "property2": "string"
}
}Receive a webhook to trigger an automation
| automationId required | string <uuid> Automation UUID |
"string""string"List all subscriptions for a specific company profile
| profile_id | string |
| executor required | string Value: "webhook" |
| name required | string |
required | object (ScopeParameters) Extra parameters beside the ones shown are allowed, please consult the documentation for more details |
| id | string <uuid> |
| userId | string <uuid> |
| accessTokenId | string <uuid> |
| events | Array of strings Items Enum: "QUOTATION_CREATED" "QUOTATION_CONTENTS_UPDATED" "QUOTATION_STATUS_UPDATED" "QUOTATION_DELETED" "INVOICE_CREATED" "INVOICE_CONTENTS_UPDATED" "INVOICE_STATUS_UPDATED" "INVOICE_DELETED" "CONTACT_CREATED" "CONTACT_UPDATED" "CONTACT_DELETED" "NOTE_CREATED" "NOTE_UPDATED" "NOTE_DELETED" "CONVERSATION_MESSAGE_SENT" "CONVERSATION_MESSAGE_NOT_SENT" "EMAIL_DELIVERED" "EMAIL_FAILED" "EMAIL_COMPLAINED" "LEAD_CONFIGURATION_PARTIAL" "LEAD_CONFIGURATION_FINALIZED" "LEAD_CONFIGURATION_SEEN" "LEAD_CONFIGURATION_ARCHIVED" "LEAD_CONFIGURATION_DELETED" "LEAD_CONFIGURATION_CONTACT_ASSIGNED" "LEAD_CONFIGURATION_QUOTATION_CREATED" "LEAD_CONFIGURATION_QUOTATION_CREATED_AUTOMATED" "REGISTRATION_LEAD_CREATED" "REGISTRATION_LEAD_FINALIZED" "CRM_BACKLOG_ITEM_CREATED" "CRM_BACKLOG_ITEM_RESULT_CHANGE" "CRM_BACKLOG_ITEM_STATUS_CHANGE" "CRM_BACKLOG_ITEM_ASSIGNEE_CHANGE" "CRM_BACKLOG_ITEM_COPIED" "CRM_BACKLOG_FREE_FIELD_CHANGE" "DOCUMENT_ATTACHED_TO_SENT_EMAIL" "DOCUMENT_QUOTATION_CREATED" "DOCUMENT_QUOTATION_UPDATED" "DOCUMENT_QUOTATION_SIGNED" "DOCUMENT_QUOTATION_DELETED" "DOCUMENT_INVOICE_CREATED" "DOCUMENT_INVOICE_UPDATED" "DOCUMENT_INVOICE_ARCHIVED" "DOCUMENT_CONTRACT_CREATED" "DOCUMENT_CONTRACT_UPDATED" "DOCUMENT_CONTRACT_SIGNED" "DOCUMENT_CONTRACT_DELETED" "DOCUMENT_STATUS_UPDATED" "AUTOMATION_INCOMING_WEBHOOK_RECEIVED" "ARTICLE_BULK_UPDATED" "PAYMENT_STATUS_UPDATED" "CONVERSATION_CHAT_CREATED" "ACTIVITY_CREATED" "ACTIVITY_STATUS_CHANGED" "COMPANY_PROFILE_CREATED" "COMPANY_PROFILE_UPDATED" "COMPANY_PROFILE_DELETED" "SUBSCRIPTION_CREATED" "SUBSCRIPTION_UPDATED" |
| createdAt | integer <int64> |
object (WebhookExecutorParameters) |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "accessTokenId": "82b20bc2-3e1c-4604-a632-cb0c385b22c1",
- "name": "string",
- "events": [
- "QUOTATION_CREATED"
], - "scope": {
- "company_profile_id": "123e4567-e89b-12d3-a456-426614174000"
}, - "createdAt": 0,
- "executor": "webhook",
- "executorParameters": {
- "method": "POST",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}
}
]LEAD_CONFIGURATION_FINALIZEDTriggered when a lead/deal is created or a form is submitted.
The key difference compared to CRM_BACKLOG_ITEM_CREATED is the data included in the payload:
LEAD_CONFIGURATION_FINALIZED contains the form unput fields that were submitted.CRM_BACKLOG_ITEM_CREATED only includes the contact details.Note: input_fields is dynamic and can differ per form/configuration. We recommend inspecting the structure per payload and using the fields in the way that best fits your use case.
LEAD_CONFIGURATION_FINALIZED
{- "id": 25064710,
- "timestamp": 1766062609,
- "eventName": "LEAD_CONFIGURATION_FINALIZED",
- "payload": {
- "id": "bd0dc545-8651-4f36-a27f-464117f7533c",
- "internal_configuration": true,
- "company_profile_id": "ef10e5ae-6d91-4e29-8572-d798e6d3aded",
- "created_at": 1766062609081,
- "updated_at": 1766062609081,
- "input_fields": [ ],
- "status": "COMPLETED_CONFIGURATION",
- "archived": false,
- "seen": false,
- "objectified_options": { },
- "objectified_product_options": { },
- "objectified_input_fields": { }
}, - "metadata": {
- "automation": true,
- "user_id": "d709665b-78d7-4f11-b774-80cbb259bfa8",
- "lead_configuration_id": "bd0dc545-8621-4f36-a27f-464117f7533c",
- "company_profile_id": "e7e0e5ae-6d91-4e29-8572-d798e6d3aded",
- "internal_configuration": true
}
}DOCUMENT_STATUS_UPDATEDTriggered when the status of a document is updated.
You can use the fields in this payload to understand what changed and to filter events in your webhook subscription:
old_document_status: the document status before the change. You can use this value to scope events for specific transitionsdocument_status: the new document status after the change.document_type: the type of document (e.g., INVOICE, QUOTATION, CONTRACT)document_id: used to identify which document was updatedYou can scope on the following statuses: SENT, EXPIRED, ACCEPTED, REJECTED, PAID, PARTIALLY_PAID.
DOCUMENT_STATUS_UPDATED
{- "id": -1629111826,
- "timestamp": 1766148551,
- "eventName": "DOCUMENT_STATUS_UPDATED",
- "payload": {
- "documentId": "ba1433bb-9f60-4d92-922f-d40f15bea710",
- "versionId": "d13fbb1c-7aa7-452e-a1bb-9e3afb108710",
- "profileId": null,
- "documentTitle": "Factuur #20250012",
- "documentStatus": "SENT",
- "documentNumber": "20250012",
- "documentType": "INVOICE",
- "title": "Factuur #20250012",
- "invoiceNumber": "20250012",
- "invoiceTitle": "Factuur #20250012",
- "invoiceCreationTimestamp": 1766056376263,
- "invoiceDeliveryTimestamp": 1766056445688,
- "invoiceExpirationTimestamp": 1768648376263,
- "invoiceStatus": "SENT",
- "isoCurrency": "EUR",
- "locale": "nl-NL",
- "archived": null,
- "subjects": {
- "leadConfiguration": "b9ac5d73-3dbf-41cd-be0f-764a4e9bcdaa",
- "contactPerson": "2794f6e9-be43-4f2a-b963-71e0f70de0b5",
- "paymentSummary": "41bb5b0a-bad8-40c9-a797-65e81fab3f96"
}, - "segments": { },
- "pricing": {
- "total": 0
}, - "renderRows": [ ],
- "renderTemplate": null,
- "artifacts": null
}, - "metadata": {
- "archived": false,
- "old_document_status": "CREATED",
- "document_status": "SENT",
- "lead_configuration_id": "b9ac5d73-3dbf-41cd-be0f-764a4e9bcdaa",
- "event_user": "d709665b-78d7-4f11-b774-80cbb259bfa8",
- "document_id": "ba1433bb-9f60-4d92-922f-d40f15bea710",
- "company_profile_id": "e7e0e5ae-6d91-4e29-8572-d798e6d3aded",
- "document_type": "INVOICE"
}
}DOCUMENT_QUOTATION_CREATEDTriggered when a new quotation is created.
The same payload structure as DOCUMENT_INVOICE_CREATED is used for quotations.
Note: segments and renderRows are dynamic and can differ per document.
DOCUMENT_QUOTATION_CREATED
{- "id": 934926516,
- "timestamp": 1766147986,
- "eventName": "DOCUMENT_QUOTATION_CREATED",
- "payload": {
- "documentId": "1fec47fd-2edb-4003-b74c-307dcd161007",
- "versionId": "38f4af50-4296-44f6-831a-d0063370c5bf",
- "profileId": null,
- "documentTitle": "Offerte #20250055",
- "documentStatus": "DRAFT",
- "documentNumber": "20250055",
- "documentType": "QUOTATION",
- "title": "Offerte #20250055",
- "quotationNumber": "20250055",
- "quotationTitle": "Offerte #20250055",
- "quotationCreationTimestamp": 1766147982869,
- "quotationExpirationTimestamp": 1768739982869,
- "quotationStatus": "DRAFT",
- "isoCurrency": "EUR",
- "locale": "nl-NL",
- "subjects": { },
- "segments": { },
- "pricing": {
- "total": 0
}, - "renderRows": [ ],
- "renderTemplate": null,
- "artifacts": null
}, - "metadata": {
- "archived": false,
- "document_status": "DRAFT",
- "event_user": "d709665b-78d7-4f11-b774-80cbb259bfa8",
- "document_id": "1fec47fd-2edb-4003-b74c-307dcd161007",
- "company_profile_id": "e7e0e5ae-6d91-4e29-8572-d798e6d3aded",
- "document_type": "QUOTATION"
}
}DOCUMENT_INVOICE_CREATEDTriggered when a new invoice is created.
Note that segments and renderRows represent the document's dynamic layout. Because this structure can vary per document,
it's not practical to define it as a fixed, static schema. We recommend inspecting these fields on a per-document basis and using
them in the way that best fits your use case.
DOCUMENT_INVOICE_CREATED
{- "id": -1632424344,
- "timestamp": 1766146714,
- "eventName": "DOCUMENT_INVOICE_CREATED",
- "payload": {
- "documentId": "8184ac0c-0aab-4b99-9803-73fc71d53f0e",
- "versionId": "db43124e-24d8-4e7d-8929-b128ef71e01e",
- "profileId": null,
- "documentTitle": "Factuur #20250014",
- "documentStatus": "CREATED",
- "documentNumber": "20250014",
- "documentType": "INVOICE",
- "title": "Factuur #20250014",
- "invoiceNumber": "20250014",
- "invoiceTitle": "Factuur #20250014",
- "invoiceCreationTimestamp": 1766358000000,
- "invoiceDeliveryTimestamp": 1766185200000,
- "invoiceExpirationTimestamp": 1766357940000,
- "invoiceStatus": "CREATED",
- "isoCurrency": "EUR",
- "locale": "nl-NL",
- "archived": null,
- "subjects": {
- "paymentSummary": "849e21fc-874e-46e7-b3d9-bfe08d0f575f"
}, - "segments": { },
- "pricing": {
- "total": 50
}, - "renderRows": [ ],
- "renderTemplate": null,
- "artifacts": null
}, - "metadata": {
- "archived": false,
- "document_status": "CREATED",
- "event_user": "d709665b-78d7-4f11-b774-80cbb259bfa8",
- "document_id": "8184ac0c-0aab-4b99-9803-73fc71d53f0e",
- "company_profile_id": "e7e0e5ae-6d91-4e29-8572-d798e6d3aded",
- "document_type": "INVOICE"
}
}DOCUMENT_CONTRACT_CREATEDTriggered when a new contract is created.
Note: segments and renderRows are dynamic and can differ per document. The content of the contract will be shown within segments.
DOCUMENT_CONTRACT_CREATED
{- "id": -1699372250,
- "timestamp": 1766147292,
- "eventName": "DOCUMENT_CONTRACT_CREATED",
- "payload": {
- "documentId": "02450e96-fec7-44a6-b7ce-78685016909e",
- "versionId": "7cd42a8b-d3f9-48b2-a5b1-5ded5afc9a07",
- "profileId": null,
- "documentTitle": "Contract #20250006",
- "documentStatus": "DRAFT",
- "documentNumber": "20250006",
- "documentType": "CONTRACT",
- "contractCreationTimestamp": 1766147289595,
- "contractExpirationTimestamp": -1,
- "isoCurrency": "EUR",
- "locale": "nl-NL",
- "archived": null,
- "subjects": { },
- "segments": { },
- "renderRows": [ ],
- "renderTemplate": null,
- "artifacts": null
}, - "metadata": {
- "archived": false,
- "document_status": "DRAFT",
- "event_user": "d709665b-78d7-4f11-b774-80cbb259bfa8",
- "document_id": "02450e96-fec7-44a6-b7ce-78685016909e",
- "company_profile_id": "e7e0e5ae-6d91-4e29-8572-d798e6d3aded",
- "document_type": "CONTRACT"
}
}CRM_BACKLOG_ITEM_STATUS_CHANGETriggered when the status of a deal has changed in the CRM system. Every column in a pipeline is considered a status.
The metadata fields old_status_id and status_id indicate the previous and new status of the deal which you can scope on in your webhook subscription.
CRM_BACKLOG_ITEM_STATUS_CHANGE
{- "id": 123456789,
- "timestamp": 1234567890,
- "eventName": "CRM_BACKLOG_ITEM_STATUS_CHANGE",
- "payload": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "backlog_id": "19a80d86-49dd-4842-a9ea-5992e74896a1",
- "summary": "Name of Description",
- "description": "LEAD/DEAL Description",
- "lead_value": "€ 50,000.00",
- "fields": {
- "address": "Address of LEAD/DEAL",
- "phone": "Phone number of LEAD/DEAL",
- "cf_lead_value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}, - "email": "Email of LEAD/DEAL"
}, - "free_fields": [
- {
- "label": "address",
- "value": "Address of LEAD/DEAL"
}, - {
- "label": "email",
- "value": "Email of LEAD/DEAL"
}, - {
- "label": "phone",
- "value": "Phone number of LEAD/DEAL"
}, - {
- "label": "_internalConfigurator",
- "value": true
}, - {
- "label": "cf_lead_value",
- "value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "tb3dc745-8621-4f36-a27f-414287n7573c"
}, - "timestamp_created": 1766062185518,
- "timestamp_updated": 1766062185518
}, - "metadata": {
- "status_id": "02846589-2467-53o8-34k6-f3a6bbe3g64e",
- "old_status_id": "56493857-2846-49s1-v93k-33a6bbe3f67e",
- "board_id": "85h54s56-h1e9-440f-b0c5-60dbee82a7a5",
- "item_type": "LEADS",
- "lead_configuration_id": "97tfbaj4-72hf-41d8-aa84-j93934725e3c",
- "company_profile_id": "f6e8n5kl-4g26-4e29-8572-d798e6d3aded",
- "backlog_id": "53h40c86-49dd-4892-p9ua-5965e78542ja",
- "internal_configuration": false
}
}CRM_BACKLOG_ITEM_RESULT_CHANGETriggered when a deal is marked as lost or won in the CRM system.
The metadata field result indicates whether the deal was marked as "lost" or "won".
CRM_BACKLOG_ITEM_RESULT_CHANGE
{- "id": 123456789,
- "timestamp": 1234567890,
- "eventName": "CRM_BACKLOG_ITEM_RESULT_CHANGE",
- "payload": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "backlog_id": "19a80d86-49dd-4842-a9ea-5992e74896a1",
- "summary": "Name of Description",
- "description": "LEAD/DEAL Description",
- "lead_value": "€ 50,000.00",
- "fields": {
- "address": "Address of LEAD/DEAL",
- "phone": "Phone number of LEAD/DEAL",
- "cf_lead_value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}, - "email": "Email of LEAD/DEAL"
}, - "free_fields": [
- {
- "label": "address",
- "value": "Address of LEAD/DEAL"
}, - {
- "label": "email",
- "value": "Email of LEAD/DEAL"
}, - {
- "label": "phone",
- "value": "Phone number of LEAD/DEAL"
}, - {
- "label": "_internalConfigurator",
- "value": true
}, - {
- "label": "cf_lead_value",
- "value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "tb3dc745-8621-4f36-a27f-414287n7573c"
}, - "timestamp_created": 1766062185518,
- "timestamp_updated": 1766062185518
}, - "metadata": {
- "result": "lost",
- "board_id": "85h54s56-h1e9-440f-b0c5-60dbee82a7a5",
- "item_type": "LEADS",
- "lead_configuration_id": "97tfbaj4-72hf-41d8-aa84-j93934725e3c",
- "company_profile_id": "f6e8n5kl-4g26-4e29-8572-d798e6d3aded",
- "backlog_id": "53h40c86-49dd-4892-p9ua-5965e78542ja",
- "internal_configuration": false
}
}CRM_BACKLOG_ITEM_CREATEDTriggered when a new lead or deal is created in the CRM system.
Here are some important things to keep in mind when working with this webhook event:
id from item_subject and query the Relations endpoints. The webhook does not guarantee that fields, summary or description are always present or up to date. For example, if a contact is updated, those values in the webhook payload may not reflect the latest changes.internal_configuration indicates whether the lead/deal was created manually or via an automation. You can use this field to filter webhook deliveries by setting an appropriate scope in your subscription.item_type tells you whether the item is a Lead or a Dealbacklog_id is the pipeline ID where the lead/deal currently resides.board_id is the board ID where the lead/deal is located.You can scope your webhook subscription using these fields to ensure you only receive the data you need.
If item_type is Lead, you don't need to scope on board_id, because it is always the same for leads.
CRM_BACKLOG_ITEM_CREATED
{- "id": 123456789,
- "timestamp": 1234567890,
- "eventName": "CRM_BACKLOG_ITEM_CREATED",
- "payload": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "backlog_id": "19a80d86-49dd-4842-a9ea-5992e74896a1",
- "summary": "Name of Description",
- "description": "LEAD/DEAL Description",
- "lead_value": "€ 50,000.00",
- "fields": {
- "address": "Address of LEAD/DEAL",
- "phone": "Phone number of LEAD/DEAL",
- "cf_lead_value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}, - "email": "Email of LEAD/DEAL"
}, - "free_fields": [
- {
- "label": "address",
- "value": "Address of LEAD/DEAL"
}, - {
- "label": "email",
- "value": "Email of LEAD/DEAL"
}, - {
- "label": "phone",
- "value": "Phone number of LEAD/DEAL"
}, - {
- "label": "_internalConfigurator",
- "value": true
}, - {
- "label": "cf_lead_value",
- "value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "tb3dc745-8621-4f36-a27f-414287n7573c"
}, - "timestamp_created": 1766062185518,
- "timestamp_updated": 1766062185518
}, - "metadata": {
- "board_id": "85h54s56-h1e9-440f-b0c5-60dbee82a7a5",
- "item_type": "LEADS",
- "lead_configuration_id": "97tfbaj4-72hf-41d8-aa84-j93934725e3c",
- "company_profile_id": "f6e8n5kl-4g26-4e29-8572-d798e6d3aded",
- "backlog_id": "53h40c86-49dd-4892-p9ua-5965e78542ja",
- "internal_configuration": false
}
}CRM_BACKLOG_ITEM_COPIEDTriggered when a lead is converted to a deal in the CRM system.
The metadata fields source_board_id and source_backlog_id indicate the original board and pipeline from which the lead was converted and
the metadata fields board_id and backlog_id indicate the new board and pipeline where the deal now resides.
CRM_BACKLOG_ITEM_COPIED
{- "id": 123456789,
- "timestamp": 1234567890,
- "eventName": "CRM_BACKLOG_ITEM_COPIED",
- "payload": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "backlog_id": "19a80d86-49dd-4842-a9ea-5992e74896a1",
- "summary": "Name of Description",
- "description": "LEAD/DEAL Description",
- "lead_value": "€ 50,000.00",
- "fields": {
- "address": "Address of LEAD/DEAL",
- "phone": "Phone number of LEAD/DEAL",
- "cf_lead_value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}, - "email": "Email of LEAD/DEAL"
}, - "free_fields": [
- {
- "label": "address",
- "value": "Address of LEAD/DEAL"
}, - {
- "label": "email",
- "value": "Email of LEAD/DEAL"
}, - {
- "label": "phone",
- "value": "Phone number of LEAD/DEAL"
}, - {
- "label": "_internalConfigurator",
- "value": true
}, - {
- "label": "cf_lead_value",
- "value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "tb3dc745-8621-4f36-a27f-414287n7573c"
}, - "timestamp_created": 1766062185518,
- "timestamp_updated": 1766062185518
}, - "metadata": {
- "board_id": "85h54s56-h1e9-440f-b0c5-60dbee82a7a5",
- "item_type": "DEALS",
- "lead_configuration_id": "97tfbaj4-72hf-41d8-aa84-j93934725e3c",
- "company_profile_id": "f6e8n5kl-4g26-4e29-8572-d798e6d3aded",
- "backlog_id": "53h40c86-49dd-4892-p9ua-5965e78542ja",
- "internal_configuration": false
}
}CRM_BACKLOG_ITEM_ASSIGNEE_CHANGETriggered when an assignee is added or changed for a lead/deal in the CRM system.
The metadata fields old_assignee_id and assignee_id indicate the previous and new assignee of the lead/deal which you can scope on in your webhook subscription.
CRM_BACKLOG_ITEM_ASSIGNEE_CHANGE
{- "id": 123456789,
- "timestamp": 1234567890,
- "eventName": "CRM_BACKLOG_ITEM_ASSIGNEE_CHANGE",
- "payload": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "backlog_id": "19a80d86-49dd-4842-a9ea-5992e74896a1",
- "summary": "Name of Description",
- "description": "LEAD/DEAL Description",
- "lead_value": "€ 50,000.00",
- "fields": {
- "address": "Address of LEAD/DEAL",
- "phone": "Phone number of LEAD/DEAL",
- "cf_lead_value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}, - "email": "Email of LEAD/DEAL"
}, - "free_fields": [
- {
- "label": "address",
- "value": "Address of LEAD/DEAL"
}, - {
- "label": "email",
- "value": "Email of LEAD/DEAL"
}, - {
- "label": "phone",
- "value": "Phone number of LEAD/DEAL"
}, - {
- "label": "_internalConfigurator",
- "value": true
}, - {
- "label": "cf_lead_value",
- "value": {
- "iso_currency": "EUR",
- "amount": 50000,
- "type": "currency"
}
}
], - "item_subject": {
- "type": "LEAD_CONFIGURATION",
- "id": "tb3dc745-8621-4f36-a27f-414287n7573c"
}, - "timestamp_created": 1766062185518,
- "timestamp_updated": 1766062185518
}, - "metadata": {
- "old_assignee_id": "02846589-2467-53o8-34k6-f3a6bbe3g64e",
- "assignee_id": "56493857-2846-49s1-v93k-33a6bbe3f67e",
- "board_id": "85h54s56-h1e9-440f-b0c5-60dbee82a7a5",
- "item_type": "LEADS",
- "lead_configuration_id": "97tfbaj4-72hf-41d8-aa84-j93934725e3c",
- "company_profile_id": "f6e8n5kl-4g26-4e29-8572-d798e6d3aded",
- "backlog_id": "53h40c86-49dd-4892-p9ua-5965e78542ja",
- "internal_configuration": false
}
}