# Update 'Brftransaction' Endpoint: PATCH /brf/transactions/brftransaction/{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): - `transaction_fee` (number, required) - `transaction_id` (string, required) - `move_in_time` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: transaction_time - `transaction_time` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: move_in_time - `kind` (integer, required) Enum: 0, 1, 2 - `brf_apartment` (object, required) - `brf_apartment.id` (string) - `purchase_value` (number, required) - `organization` (object,null) - `custom_id` (string,null) - `document` (object,null) - `document.name` (string) wanted filename of the file - `document.md5_hash` (string) base64 encoded md5hash of the file - `document.get` (string) - `document.post` (object) - `document.post.url` (string) - `document.post.fields` (object) ## Response 200 fields (application/json): - `transaction_fee` (number, required) - `id` (string, required) Additional Validation Information: Must be unique - `transaction_id` (string, required) - `move_in_time` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: transaction_time - `transaction_time` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: move_in_time - `kind` (integer, required) Enum: 0, 1, 2 - `brf_apartment` (object, required) - `brf_apartment.id` (string) - `purchase_value` (number, required) - `organization` (object,null) - `tags` (any) - `customer_columns` (any) - `created_at` (string) - `custom_id` (string,null) - `document` (object,null) - `document.name` (string) wanted filename of the file - `document.md5_hash` (string) base64 encoded md5hash of the file - `document.get` (string) - `document.post` (object) - `document.post.url` (string) - `document.post.fields` (object) - `pending_monitor_approval_amount` (any) ## Response 401 fields ## Response 403 fields ## Response 429 fields