Update a partyAsk AIput https://api-sandbox.trice.co/hub/v1/parties/{id}Updates a partyPath ParamsiduuidrequiredUnique party id (RFC-4122 UUID).Body ParamsParties bodyaddressobject | nullThe physical address of the person or business that owns the bank account.address object | nullbank_detailsobject | nullThe account details for the bank account.bank_details object | nullcan_receivebooleanIf set to true the party can receive funds, if false funds will be rejected.truetruefalsedobobject | nullIf the party is an individual, this is the individual date of birth.dob object | nulldomesticboolean | nullIf set to true the party is domiciled in the united states, if false the party is domiciled outside the united states.truetruefalseemailstring | nullThe email of the person or business that owns the bank account.internal_descriptionstring | nullUp to 250 chars of additional information about the party only visible to you.namestring | nullThe name of the person or business that owns the bank account.phoneobject | nullThe phone number of the person or business that owns the bank account.phone object | nullssnstring | nullThe party Social Security number if it is an individual.tax_idstring | nullIf the party is a business, this is the business EIN.typestring | nullenumThe type of entity that holds the account. This can be either individual or business.businessindividualbusinessAllowed:individualbusinessverified_forarray of strings | nullList of bank verifications for the party. The set can include transpecos_banks, local_bank. WARNING, IF THIS IS NOT EXPLICITELY SET, THE SYSTEM WILL NULL THE verified_for FIELD WITH ANY POST OR PUT OPERATIONverified_forADD stringHeadersX-TRICE-IDEMPOTENCY-KEYuuidA key used to manage the response in the case of a duplicate request. If a response with the same key already exists, then the previous response will be echoed.X-TRICE-ACCOUNTuuidA parent account can include this header as reference to the descendent account being operated on.Responses 201Update party response OK 400Bad request 401Unauthorized 404Not found 409Conflict 502Bad gateway defaultErrorUpdated 5 months ago