Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 5.35 KB

UserSignatures.md

File metadata and controls

39 lines (35 loc) · 5.35 KB

UserSignatures

Properties

Name Type Description Notes
adoptedDateTime String The UTC date and time when the user adopted the signature. [optional]
createdDateTime String The UTC date and time when the user created the signature. [optional]
customField String Serialized information about any custom eHanko stamps that have been ordered from an eHanko provider, including the order status, purchase order id, time created, and time modified. [optional]
dateStampProperties DateStampProperties [optional]
disallowUserResizeStamp String When set to true, users may not resize the stamp. [optional]
errorDetails ErrorDetails [optional]
externalID String An external ID for the signature or stamp. Note: If a recipient uses a stamp instead of a signature, this is the stamp vendor's serial number for the stamp. [optional]
imageBase64 String A Base64-encoded representation of the signature image. [optional]
imageType String The format of the signature image, such as: - `GIF` - `PNG` - `JPG` - `PDF` - `BMP` [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 UTC date and time when the signature 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]
signatureId String The ID associated with the signature name. You can use this property in the URI in place of the signature name. This enables the use of special characters (such as &quot;&&quot;, &quot;<&quot;, and &quot;>&quot;) in a signature name. Note: When you update a signature, its signature ID might change. In that case you need to use `signatureName` to get the new `signatureId`. [optional]
signatureImageUri String An endpoint URI that you can use to retrieve the user's signature image. [optional]
signatureInitials String The initials associated with the signature. [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. Possible values include: - `RubberStamp`: A DocuSign pre-formatted signature style. This is the default value. - `Imported`: A signature image that the user uploaded. - `Drawn`: A freehand drawing of the user's signature and initials. [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]