| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| taxNumber | String | The new Tax Number. Leave blank to remove an existing Tax Number. | ||
| clientId | String | The Id of the Client to update the Tax Number for. | ||
| formatTaxNumber | Boolean | Optional | Indicates whether to format the Tax Number. If omitted, a value of True is assumed. | |
| validateTaxNumber | Boolean | Optional | Indicates whether to validate the supplied 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.