# Contacts patch **PATCH /v1/Contacts/{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)) ### Body: application/json (object) - **contactId** (string(uuid)) - **personId** (string(uuid) | null) - **transactionId** (string(uuid)) - **slot** (integer(int32) | null) - **crmId** (integer(int32) | null) - **crmEmailId** (integer(int32) | null) - **crmPhoneId** (integer(int32) | null) - **crmCellPhoneId** (integer(int32) | null) - **crmWorkPhoneId** (integer(int32) | null) - **crmFaxId** (integer(int32) | null) - **crmAddressId** (integer(int32) | null) - **prefix** (string | null) - **suffix** (string | null) - **firstname** (string | null) - **middlename** (string | null) - **lastname** (string | null) - **email** (string | null) - **phone** (string | null) - **cellPhone** (string | null) - **workPhone** (string | null) - **fax** (string | null) - **agentId** (string | null) - **agentLicense** (string | null) - **companyName** (string | null) - **officeId** (string | null) - **officeLicense** (string | null) - **escrowNumber** (string | null) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **postalCode** (string | null) - **llcPoa** (string | null) - **country** (string | null) - **contactType** (integer(int32)) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **isDeleted** (boolean) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **personId** (string(uuid) | null) - **transactionId** (string(uuid)) - **slot** (integer(int32) | null) - **crmId** (integer(int32) | null) - **crmEmailId** (integer(int32) | null) - **crmPhoneId** (integer(int32) | null) - **crmCellPhoneId** (integer(int32) | null) - **crmWorkPhoneId** (integer(int32) | null) - **crmFaxId** (integer(int32) | null) - **crmAddressId** (integer(int32) | null) - **prefix** (string | null) - **suffix** (string | null) - **firstname** (string | null) - **middlename** (string | null) - **lastname** (string | null) - **email** (string | null) - **phone** (string | null) - **cellPhone** (string | null) - **workPhone** (string | null) - **fax** (string | null) - **agentId** (string | null) - **agentLicense** (string | null) - **companyName** (string | null) - **officeId** (string | null) - **officeLicense** (string | null) - **escrowNumber** (string | null) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **postalCode** (string | null) - **country** (string | null) - **llcPoa** (string | null) - **contactType** (integer(int32)) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) [Powered by Bump.sh](https://bump.sh)