Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 4.39 KB

AccountSignature.md

File metadata and controls

41 lines (37 loc) · 4.39 KB

AccountSignature

Properties

Name Type Description Notes
adoptedDateTime String The UTC date and time when the user adopted the signature. [optional]
createdDateTime String The UTC DateTime when the item was created. [optional]
customField String [optional]
dateStampProperties DateStampProperties [optional]
disallowUserResizeStamp String When set to true, users may not resize the stamp. [optional]
errorDetails ErrorDetails [optional]
externalID String Optionally specify an external identifier for the user's signature. [optional]
imageBase64 String [optional]
imageType String Specificies the type of image. Valid values are: - `signature_image` - `initials_image` [optional]
initials150ImageId String The ID of the user's initials image. [optional]
initialsImageUri String The URI for retrieving the image of the user's initials. [optional]
isDefault String Boolean that specifies whether the signature is the default signature for the user. [optional]
lastModifiedDateTime String The date and time that the item was last modified. [optional]
nrdsId String The National Association of Realtors (NAR) membership ID for a user who is a realtor. [optional]
nrdsLastName String The realtor's last name. [optional]
nrdsStatus String The realtor's NAR membership status. The value `active` verifies that the user is a current NAR member. Valid values are: - `Active` - `Inactive` - `Terminate` - `Provisional` - `Deceased` - `Suspend` - `Unknown` [optional]
phoneticName String The phonetic spelling of the `signatureName`. [optional]
signature150ImageId String The ID of the user's signature image. [optional]
signatureFont String The font type to use for the signature if the signature is not drawn. The following font styles are supported. The quotes are to indicate that these values are strings, not `enums`. - `"1_DocuSign"` - `"2_DocuSign"` - `"3_DocuSign"` - `"4_DocuSign"` - `"5_DocuSign"` - `"6_DocuSign"` - `"7_DocuSign"` - `"8_DocuSign"` - `"Mistral"` - `"Rage Italic"` [optional]
signatureGroups [SignatureGroup] [optional]
signatureId String The ID of the signature being accessed. [optional]
signatureImageUri String An endpoint URI that you can use to retrieve the user's signature image. [optional]
signatureInitials String Specifies the user's signature in initials format. [optional]
signatureName String Specifies the user's signature name. [optional]
signatureRights String The rights that the user has to the signature. Valid values are: - `none` - `read` - `admin` [optional]
signatureType String Specifies the type of signature. [optional]
signatureUsers [SignatureUser] [optional]
stampFormat String The format of a stamp. Valid values are: - `NameHanko`: The stamp represents only the signer's name. - `NameDateHanko`: The stamp represents the signer's name and the date. [optional]
stampImageUri String The URI for retrieving the image of the user's stamp. [optional]
stampSizeMM String The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents. [optional]
stampType String The type of stamp. Valid values are: - `signature`: A signature image. This is the default value. - `stamp`: A stamp image. - null [optional]
status String The status of the item. [optional]

[Back to Model list] [Back to API list] [Back to README]