- EpicData
AccountingLineItemType
BusinessFieldData
ChartOfAccountData
ChartOfAccountsBookingData
ChartOfAccountsBookingDocumentData
ClientData
ClientFullData
ClientSegment
CommentData
CompanyData
ContactCompanyPivotData
ContactData
CostCenterType
CountryData
CustomFieldData
CustomFieldEntityType
CustomFieldType
DiscountData
EffortAdminCategoryData
EffortData
EffortTypeData
ExternalCostData
FileData
IncomingInvoiceBookingData
IncomingInvoiceData
IncomingInvoicePaymentAccountData
IncomingInvoicePaymentBookingData
IncomingInvoicePaymentData
IncomingInvoiceType
IncomingInvoiceVatData
IntegrationData
MetricData
MilestoneData
OfferData
OfferLineItemData
OfferStatus
OfferUnitIntervalType
OutgoingInvoiceData
OutgoingInvoiceLineItemData
OutgoingInvoiceMasterData
OutgoingInvoiceMasterType
OutgoingInvoicePaymentBookingData
OutgoingInvoicePaymentStatus
OutgoingInvoiceReferenceData
OutgoingInvoiceStatus
PaymentAccountData
PaymentAccountType
PaymentBookingData
PaymentData
PhaseData
PhaseGroupData
PhaseTypeData
PositionData
ProjectData
ProjectGroupData
ProjectPortfolioData
ProjectTagData
ProjectTypeData
SpaceData
SupplierCategoryData
SupplierData
SupplierFullData
TagData
TaskData
TaskDueDateRecurringType
TaskDueDateSettingsData
TaskPriorityOptionData
TaskStatus
TeamMemberData
UserData
UserFullData
UserPlan
UserType
UsergroupData
WebhookCreateData
WebhookData
WebhookEvent
EpicData
Kanbert (v1)
Any of:
Can be used to add an identifier to the client from an external system, must be unique
Any of:
Any of:
Can be used to add an identifier to the project from an external system, must be unique
Can be used to add an identifier to the client from an external system, must be unique
If originated from external system origin is added
Any of:
Enum"user""guest""tax_advisor""integration"
The key is the field name for your custom field, value type depends on the field type
Interval if payment partial type is monthly or `yearly
| Type | Interval | Description |
|---|---|---|
once | any | Once per offer |
monthly | 1 | Every month in performance range |
monthly | 3 | Every 3 months in performance range |
monthly | 6 | Every 6 monthsin performance range |
yearly | 1 | Every year in performance range |
yearly | 3 | Every 3 years in performance range |
yearly | 6 | Every 6 years in performance range |
{ "id": "string", "title": "string", "type": "string", "indent": 0, "order": 0, "is_credit": true, "is_optional": true, "price": 0, "amount": 0, "total": 0, "supplier": { "id": "string", "name": "string" }, "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": { … }, "origin_space": { … } }, "project": { "id": "string", "external_id": "string", "external_origin": "string", "title": "string", "description": "string", "shortcode": "string", "po_number": "string", "project_type": { … }, "project_group": { … }, "status": "string", "is_acquisition": true, "is_private": true, "start_date": "2019-08-24", "end_date": "2019-08-24", "client": { … }, "tags": [ … ], "portfolios": [ … ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "origin_space": { … }, "team": [ … ], "guests": [ … ], "computed_fields": { … } }, "status": "string", "payment_partial_type": "once", "payment_partial_interval": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }