# Users patch transaction **PATCH /v1/Users/{userId}/Transactions/{key}** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Path parameters - **key** (string(uuid)) - **userId** (string) ### Body: application/json (object) - **officeId** (string(uuid) | null) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **subRegion** (string | null) - **postalCode** (string | null) - **country** (string | null) - **legalDescription** (string | null) - **propertyIncludes** (string | null) - **propertyExcludes** (string | null) - **taxNumber** (string | null) - **note** (string | null) - **mlsNumber** (string | null) - **schoolDistrict** (string | null) - **zoningClass** (string | null) - **yearBuilt** (integer(int32) | null) - **listingExpiration** (string(date-time) | null) - **listingGoesLive** (string(date-time) | null) - **phaseUpdatedDate** (string(date-time) | null) - **type** (integer(int32)) - **propertyType** (integer(int32)) - **price** (number(double) | null) - **taxes** (number(double) | null) - **crmContactId** (integer(int32) | null) - **crmOpportunityId** (integer(int32) | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **opportunityId** (string(uuid)) - **userId** (string(uuid)) - **officeId** (string(uuid) | null) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **subRegion** (string | null) - **postalCode** (string | null) - **country** (string | null) - **legalDescription** (string | null) - **propertyIncludes** (string | null) - **propertyExcludes** (string | null) - **taxNumber** (string | null) - **note** (string | null) - **mlsNumber** (string | null) - **schoolDistrict** (string | null) - **zoningClass** (string | null) - **yearBuilt** (integer(int32) | null) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **listingExpiration** (string(date-time) | null) - **listingGoesLive** (string(date-time) | null) - **phaseUpdatedDate** (string(date-time) | null) - **type** (integer(int32)) - **phase** (integer(int32)) - **propertyType** (integer(int32)) - **price** (number(double) | null) - **taxes** (number(double) | null) - **isDeleted** (boolean) - **isArchived** (boolean) - **imagePath** (string | null) - **boNumber** (string | null) - **crmContactId** (integer(int32) | null) - **crmOpportunityId** (integer(int32) | null) - **reviewStatus** (integer(int32)) - **contacts** (array[object] | null) - **paperworks** (array[object] | null) - **tasks** (array[object] | null) - **opportunity** (object) - **user** (object) - **offer** (object) [Powered by Bump.sh](https://bump.sh)