Signatures
The signatures resource is used to view, create, update, and delete a signature for an agent
Columns
| Name | Type | ReadOnly | References | Description |
| SignatureId [KEY] | Long | True |
The unique identifier of the signature. | |
| ChannelId | Long | False |
The unique identifier of the channel associated to a signature. | |
| CreatedBy | String | True |
The user who created the signature. | |
| CreationDate | Datetime | True |
The date when the signature record was created. | |
| DefaultFlag | Bool | False |
Indicates whether the signature is the default signature. | |
| LastUpdateDate | Datetime | True |
The date when the signature was last updated. | |
| LastUpdateLogin | String | True |
The login of the user who last updated the signature. | |
| LastUpdatedBy | String | True |
The user who last updated the signature. | |
| SignatureContent | String | False |
The content of the signature. | |
| SignatureName | String | False |
The name of the signature. | |
| SignatureNumber | String | False |
The alternate key identifier of the signature. | |
| UserPartyId | Long | False |
The unique party identifier of the user who associated to a signature. |