| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| clientWithholdingTaxDetailsChange | finClientWithholdingTaxDetailsChange | The Client Withholding Tax Details change object. | ||
| taxNumber | String | Optional | A Tax Number can be supplied and an additional Update Request within the Client Log will be created for its update. Enter "[BLANK]" to remove the existing Tax Number. Supply an empty String to not update the Tax Number. | |
| formatTaxNumber | Boolean | Optional | Indicates whether to format the Tax Number. Only required if supplying a Tax Number. If omitted, a value of True is assumed. | |
| validateTaxNumber | Boolean | Optional | Indicates whether to validate the supplied Tax Number. Only required if supplying a Tax Number. If omitted, a value of True is assumed. | |
| clientLog | finClientLog | Optional | ByRef | The created Client Log Update Request. If omitted, a value of Nothing is assumed. |
| requestedBy | String | Optional | "Requested By" for the Update Request. | |
| requestSource | String | Optional | "Request Source" for the Update Request. | |
| logSubject | String | Optional | Subject for the generated Client Log. Will default to "Contact Address Update Request" if omitted. | |
| logNotes | String | Optional | Notes for the generated Client Log. |
A Boolean value indicating success.