| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| account | finAccount | The Account. | ||
| name | String | ByRef | If not specified will use the Account's Name. The Name used will be returned. | |
| String | ByRef | If not specified will use the main Client's email. The Email used will be returned. | ||
| contactId | String | ByRef | The Zepto Contact Id that was created. | |
| payIdEmailPrefix | String | Optional | PayID Email prefix to use. | |
| payIdEmail | String | Optional | ByRef | Returns full PayId Email. Format is [prefix-][AccountId]@[PayIDDomain]. |
| accountLogPk | Integer | Optional | ByRef | If omitted, a value of 0 is assumed. |
| serviceLogPk | Integer | Optional | ByRef | If omitted, a value of 0 is assumed. |
| workflowPk | Integer | Optional | The primary key of the Workflow to link the Client Log to. If omitted, a value of 0 is assumed. | |
| workflowItemPk | Integer | Optional | The primary key of the Workflow Item to link the Client Log to. If omitted, a value of 0 is assumed. |
A Boolean indicating Success.