# Update 'Invoicerow' Endpoint: PATCH /accounting/invoices/invoicerow/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Request fields (application/json): - `unit_amount` (number, required) - `used_article_account` (integer, required) - `unit_price` (number, required) - `invoice` (object, required) - `invoice.id` (string) - `title` (string, required) - `vat` (integer, required) Enum: 0, 25, 12, 6 - `period_start` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_end - `period_end` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_start - `unit` (string,null) - `custom_id` (string,null) - `accounted_start_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: accounted_end_date This value must be set together with the following fields: accounted_end_date - `originates_from_content_type` (object,null) Additional Validation Information: This value must be set together with the following fields: originates_from_object_id - `dimensions` (array,null) - `rot_rut_work_hours` (integer) - `rut_kind` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 - `rot_rut_material_value` (number) - `article` (object,null) - `rot_rut_work_value` (number) - `display_order` (integer,null) - `rot_kind` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6 - `organization` (object,null) - `originates_from_object_id` (string,null) Additional Validation Information: This value must be set together with the following fields: originates_from_content_type - `accounted_end_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: accounted_start_date This value must be set together with the following fields: accounted_start_date ## Response 200 fields (application/json): - `unit_amount` (number, required) - `used_article_account` (integer, required) - `id` (string, required) Additional Validation Information: Must be unique - `unit_price` (number, required) - `invoice` (object, required) - `invoice.id` (string) - `title` (string, required) - `vat` (integer, required) Enum: 0, 25, 12, 6 - `period_start` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_end - `period_end` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_start - `unit` (string,null) - `custom_id` (string,null) - `accounted_start_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: accounted_end_date This value must be set together with the following fields: accounted_end_date - `originates_from_content_type` (object,null) Additional Validation Information: This value must be set together with the following fields: originates_from_object_id - `dimensions` (array,null) - `rot_rut_work_hours` (integer) - `created_at` (string) - `rut_kind` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 - `rot_rut_material_value` (number) - `article` (object,null) - `rot_rut_work_value` (number) - `display_order` (integer,null) - `rot_kind` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6 - `organization` (object,null) - `originates_from_object_id` (string,null) Additional Validation Information: This value must be set together with the following fields: originates_from_content_type - `accounted_end_date` (string,null) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: accounted_start_date This value must be set together with the following fields: accounted_start_date ## Response 401 fields ## Response 403 fields ## Response 429 fields