# Update Transaction Details **PATCH /v2/transactions/{id}/details** Updates part or all of the property details associated with a specified transaction file. You can update any combination of property, listing, and purchase fields. ## Servers - https://api.pre.transactiondesk.com: https://api.pre.transactiondesk.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string(uuid)) TransactionGUID ### Body: application/json (object) - **property** (object) - **listing** (object) - **purchase** (object) ## Responses ### 200 Transaction details updated successfully ### 400 Bad request #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array[string]) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) - **data** () ### 404 Transaction not found #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) [Powered by Bump.sh](https://bump.sh)