Update BeneficiaryAsk AIput https://partner-api.getpliant.com/api/beneficiaries/{beneficiaryId}Update an existing beneficiary. You can modify the beneficiary's information including address details, contact information, and display name.Path ParamsbeneficiaryIduuidrequiredThe unique identifier of the beneficiary.Body ParamstypestringenumrequiredThe type of the beneficiary. It can be one of the following values: BUSINESS: A business entity beneficiary. INDIVIDUAL: An individual person beneficiary. BUSINESSINDIVIDUALAllowed:BUSINESSINDIVIDUALlegalNamestringrequiredThe legal name of the beneficiary.displayNamestringThe display name of the beneficiary.emailstringThe email address of the beneficiary.streetstringrequiredThe street address of the beneficiary.postalCodestringrequiredThe postal code of the beneficiary's address.citystringrequiredThe city of the beneficiary's address.regionstringThe region or state of the beneficiary's address.countrystringrequiredThe country of the beneficiary's address in ISO 3166-1 alpha-2 format (e.g., DE for Germany, US for United States).Responses 200Ok 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 404Not Found. The requested resource could not be found. 409Conflict. The request could not be completed due to a conflict with the current state of the resource. You may retry the call. 422Unprocessable Content. The request could not be completed due to contents of the request. The syntax of the request content was correct. 429Too Many Requests. The API consumer has sent too many requests in a given amount of time. Please check our API guidelines. 500Internal Server Error. The request was not completed due to an internal error.Updated 6 months ago