# Users patch offers **PATCH /v1/Users/{userId}/Offers/{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) - **finalWalkthroughDate** (string(date-time) | null) - **closingDate** (string(date-time) | null) - **possessionDate** (string(date-time) | null) - **offerDate** (string(date-time) | null) - **expirationDate** (string(date-time) | null) - **acceptanceDate** (string(date-time) | null) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **purchasePrice** (number(double) | null) - **deposit** (number(double) | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **transactionId** (string(uuid)) - **userId** (string(uuid)) - **closingDate** (string(date-time) | null) - **finalWalkthroughDate** (string(date-time) | null) - **possessionDate** (string(date-time) | null) - **offerDate** (string(date-time) | null) - **expirationDate** (string(date-time) | null) - **acceptanceDate** (string(date-time) | null) - **purchasePrice** (number(double) | null) - **deposit** (number(double) | null) - **conditions** (array[object] | null) [Powered by Bump.sh](https://bump.sh)