# Create 'Contractinvoicecontent' Endpoint: POST /accounting/contracts/contractinvoicecontent/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `to_invoice_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: from_invoice_date - `contract_lifecycle_restriction` (integer,null) Enum: 0, 1 - `custom_id` (string,null) - `text_background_color` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_content, text_color - `from_invoice_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: to_invoice_date - `organization` (object,null) - `organization.id` (string) - `company` (object,null) - `text_content` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_background_color, text_color This field, or at least one of the following fields must be set: attachment - `attachment` (object,null) Additional Validation Information: This field, or at least one of the following fields must be set: text_content - `attachment.name` (string) wanted filename of the file - `attachment.md5_hash` (string) base64 encoded md5hash of the file - `attachment.get` (string) - `attachment.post` (object) - `attachment.post.url` (string) - `attachment.post.fields` (object) - `contract_types` (array) - `tags_filter` (array) - `text_color` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_content, text_background_color - `display_order` (integer,null) - `text_title` (string,null) Additional Validation Information: This value must be set together with the following fields: text_content, text_background_color, text_color ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `to_invoice_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: from_invoice_date - `contract_lifecycle_restriction` (integer,null) Enum: 0, 1 - `custom_id` (string,null) - `created_at` (string) - `text_background_color` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_content, text_color - `from_invoice_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: to_invoice_date - `organization` (object,null) - `organization.id` (string) - `company` (object,null) - `text_content` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_background_color, text_color This field, or at least one of the following fields must be set: attachment - `attachment` (object,null) Additional Validation Information: This field, or at least one of the following fields must be set: text_content - `attachment.name` (string) wanted filename of the file - `attachment.md5_hash` (string) base64 encoded md5hash of the file - `attachment.get` (string) - `attachment.post` (object) - `attachment.post.url` (string) - `attachment.post.fields` (object) - `contract_types` (array) - `tags_filter` (array) - `customer_columns` (any) - `text_color` (string,null) Additional Validation Information: This value must be set together with the following fields: text_title, text_content, text_background_color - `tags` (any) - `display_order` (integer,null) - `text_title` (string,null) Additional Validation Information: This value must be set together with the following fields: text_content, text_background_color, text_color ## Response 401 fields ## Response 403 fields ## Response 429 fields