{
"swagger": "2.0",
"info": {
"version": "v2.1",
"title": "DocuSign REST API",
"description": "The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.",
"termsOfService": "https://www.docusign.com/company/terms-and-conditions/web",
"contact": {
"name": "DocuSign Developer Center",
"url": "https://developers.docusign.com/",
"email": "devcenter@docusign.com"
}
},
"host": "www.docusign.net",
"basePath": "/restapi",
"schemes": [
"https"
],
"consumes": [
"application/json",
"application/xml"
],
"produces": [
"application/json"
],
"externalDocs": {
"description": "See the DocuSign REST API Guide for more information.",
"url": "https://docs.docusign.com/esign"
},
"paths": {
"/service_information": {
"get": {
"tags": [
"Services"
],
"summary": "Retrieves the available REST API versions.",
"description": "Retrieves the available REST API versions.\n\nDocuSign Production system: https://www.docusign.net/restapi/service_information\nDocuSign Demo system: https://demo.docusign.net/restapi/service_information\n\nYou do not need an integrator key to view the REST API versions and resources.",
"operationId": "ServiceInformation_GetServiceInformation",
"consumes": [],
"produces": [],
"parameters": [],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/serviceInformation"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getService",
"x-ds-method": "get",
"x-ds-service": "Diagnostics",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1": {
"get": {
"tags": [
"Resources"
],
"summary": "Lists resources for REST version specified",
"description": "Retrieves the base resources available for the DocuSign REST APIs.\n\nYou do not need an integrator key to view the REST API versions and resources.\n\nExample: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system.\n\nTo view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL.\n\nExample: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples.",
"operationId": "ServiceInformation_GetResourceInformation",
"consumes": [],
"produces": [],
"parameters": [],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/resourceInformation"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getResources",
"x-ds-method": "get",
"x-ds-service": "Diagnostics",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts": {
"post": {
"tags": [
"Accounts"
],
"summary": "Creates new accounts.",
"description": "Creates new DocuSign accounts.\nYou can use this method to create\na single account\nor up to 100 accounts at a time.\n\n**Note**: This method is restricted to partner integrations. You must work with DocuSign Professional Services or DocuSign Business Development, who will provide you with the Distributor Code and Distributor Password that you need to include in the request body.\n\nYou must include the `X-DocuSign-Authentication` header.\n\nExample:\n\n`
(`from_to_status`) | Effective Status Qualifier | Valid Current Statuses | \n| :------------------------------------- | :------------------------- | :-------------------------------------------------------------------------- | \n| any (changed) | StatusChanged | any, created, sent, delivered, signed, completed, declined, voided, deleted | \n| created | Created | any, created, sent, delivered, signed, completed, declined, voided, deleted | \n| sent | Sent | any, sent, delivered, signed, completed, declined, voided, deleted | \n| delivered | StatusChanged | any, delivered, signed, completed, declined, voided, deleted | \n| signed | StatusChanged | any, signed, completed, declined, voided, deleted | \n| completed | Completed | any, completed, declined, voided, deleted | \n| declined | StatusChanged | any, declined, voided, deleted | \n| timedout
always return zero results | StatusChanged | any, voided, deleted | \n| voided | Voided | any, voided, deleted | \n| deleted | StatusChanged | any, deleted | \n\n## Extraneous results\n\nIn some cases, a request for a specific envelope status will\ninclude envelopes with additional statuses. For example, in\na request with a `from_date` of 2017-01-01, a `to_date` of\n2017-01-07 and the status qualifier (`from_to_status`) set\nto `delivered`, the response set might contain envelopes\nthat were created during that time period, but not delivered\nduring the time period. As a workaround, check the envelope\nstatus values in the result set as needed. \n",
"operationId": "Envelopes_GetEnvelopes",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "ac_status",
"in": "query",
"description": "Specifies the Authoritative Copy Status for the envelopes. The possible values are: \n\n- `Unknown`\n- `Original`\n- `Transferred`\n- `AuthoritativeCopy`\n- `AuthoritativeCopyExportPending`\n- `AuthoritativeCopyExported`\n- `DepositPending`\n- `Deposited`\n- `DepositedEO`\n- `DepositFailed`",
"required": false,
"type": "string"
},
{
"name": "block",
"in": "query",
"required": false,
"type": "string",
"description": "Reserved for DocuSign.\n"
},
{
"name": "cdse_mode",
"in": "query",
"required": false,
"type": "string",
"description": "Reserved for DocuSign.\n"
},
{
"name": "continuation_token",
"in": "query",
"required": false,
"type": "string",
"description": "A token returned in the response to a previous API call that is used to resume a search query from a specific point."
},
{
"name": "count",
"in": "query",
"required": false,
"type": "string",
"description": "Optional. Number of items to return. Currently there is no implicit maximum limit of the number of items that can be returned.\n"
},
{
"name": "custom_field",
"in": "query",
"description": "Optional. Specifies a envelope custom field name and value searched for in the envelopes. Format: `custom_envelope_field_name=desired_value`\n\nExample: If you have an envelope custom field named \"Region\" and you want to search for all envelopes where the value is \"West\" you would use set this parameter to `Region=West`. \n \n",
"required": false,
"type": "string"
},
{
"name": "email",
"in": "query",
"required": false,
"type": "string",
"description": "Limit results to envelopes\nsent by the account user\nwith this email address.\n\n`user_name` must be given as well,\nand both `email` and `user_name`\nmust refer to an existing account user.\n"
},
{
"name": "envelope_ids",
"in": "query",
"required": false,
"type": "string",
"description": "Comma separated list of `envelopeId` values."
},
{
"name": "exclude",
"in": "query",
"required": false,
"type": "string",
"description": "Excludes information from the response. Enter as a comma-separated list (e.g., `folders,powerforms`). Valid values are:\n\n- `recipients`\n- `powerforms`\n- `folders`"
},
{
"name": "folder_ids",
"in": "query",
"required": false,
"type": "string",
"description": "Returns the envelopes from specific folders. Enter as a comma-separated list of either valid folder Guids or the following values: \n\n- `awaiting_my_signature`\n- `completed`\n- `draft`\n- `drafts`\n- `expiring_soon`\n- `inbox`\n- `out_for_signature`\n- `recyclebin`\n- `sentitems`\n- `waiting_for_others`"
},
{
"name": "folder_types",
"in": "query",
"required": false,
"type": "string",
"description": "A comma-separated list of folder types you want to retrieve envelopes from. Valid values are: \n\n- `normal`\n- `inbox`\n- `sentitems`\n- `draft`\n- `templates`"
},
{
"name": "from_date",
"in": "query",
"description": "Specifies the date and time\nto start looking for status changes.\nThis parameter is required\nunless `envelopeIds` or `transactionIds`\nare set.\n\n\nAlthough you can use any date format\nsupported by the .NET system library's\n[`DateTime.Parse()`][msoft] function,\nDocuSign recommends\nusing [ISO 8601][] format dates\nwith an explicit time zone offset\nIf you do not provide\na time zone offset,\nthe method uses the server's time zone.\n\nFor example, the following dates and times refer to the same instant:\n\n* `2017-05-02T01:44Z`\n* `2017-05-01T21:44-04:00`\n* `2017-05-01T18:44-07:00`\n\n\n[msoft]: https://msdn.microsoft.com/en-us/library/system.datetime.parse(v=vs.110).aspx#StringToParse\n[ISO 8601]: https://en.wikipedia.org/wiki/ISO_8601",
"required": false,
"type": "string"
},
{
"name": "from_to_status",
"in": "query",
"description": "The envelope status that you are checking for. Possible values are:\n\n\n- `Changed` (default)\n- `Completed`\n- `Created`\n- `Declined`\n- `Deleted`\n- `Delivered`\n- `Processing`\n- `Sent`\n- `Signed`\n- `TimedOut`\n- `Voided`\n\nFor example, if you specify `Changed`, this method\nreturns a list of envelopes that changed status\nduring the `from_date` to `to_date` time period. \n",
"required": false,
"type": "string"
},
{
"name": "include",
"in": "query",
"required": false,
"type": "string",
"description": "Specifies additional information to return about the envelopes. Enter a comma-separated list, such as `tabs,recipients`. Valid values are:\n\n- `custom_fields`: The custom fields associated with the envelope.\n- `documents`: The documents associated with the envelope.\n- `attachments`: The attachments associated with the envelope.\n- `extensions`: Information about the email settings associated with the envelope.\n- `folders`: The folders where the envelope exists.\n- `recipients`: The recipients associated with the envelope.\n- `powerform`: The PowerForms associated with the envelope.\n- `payment_tabs`: The payment tabs associated with the envelope.\n"
},
{
"name": "include_purge_information",
"in": "query",
"required": false,
"type": "string",
"description": "When set to **true**, information about envelopes that have been deleted is included in the response."
},
{
"name": "intersecting_folder_ids",
"in": "query",
"required": false,
"type": "string",
"description": "A comma-separated list of folders that you want want to get envelopes from. Valid values are: \n\n- `normal`\n- `inbox`\n- `sentitems`\n- `draft`\n- `templates`"
},
{
"name": "last_queried_date",
"in": "query",
"required": false,
"type": "string",
"description": "Returns envelopes that were modified prior to the specified date and time. \n\nExample: `2020-05-09T21:56:12.2500000Z`"
},
{
"name": "order",
"in": "query",
"required": false,
"type": "string",
"description": "Returns envelopes in either ascending (`asc`) or descending (`desc`) order."
},
{
"name": "order_by",
"in": "query",
"required": false,
"type": "string",
"description": "Sorts results according to a specific property. Valid values are:\n\n- `last_modified`\n- `action_required`\n- `created`\n- `completed`\n- `envelope_name`\n- `expire`\n- `sent`\n- `signer_list`\n- `status`\n- `subject`\n- `user_name`\n- `status_changed`\n- `last_modified`"
},
{
"name": "powerformids",
"in": "query",
"required": false,
"type": "string",
"description": "A comma-separated list of `PowerFormId` values."
},
{
"name": "query_budget",
"in": "query",
"required": false,
"type": "string",
"description": "The time in seconds that the query should run before returning data."
},
{
"name": "requester_date_format",
"in": "query",
"required": false,
"type": "string",
"description": ""
},
{
"name": "search_text",
"in": "query",
"required": false,
"type": "string",
"description": "Free text search criteria that you can use to filter the list of envelopes that is returned."
},
{
"name": "start_position",
"in": "query",
"required": false,
"type": "string",
"description": "This value is supported and currently has no implicit maximum items.\n"
},
{
"name": "status",
"in": "query",
"description": "A comma-separated list of current envelope statuses to included in the response. Possible values are:\n\n* `completed`\n* `created`\n* `declined`\n* `deleted`\n* `delivered`\n* `processing`\n* `sent`\n* `signed`\n* `timedout`\n* `voided`\n\nThe `any` value is equivalent to any status.\n",
"required": false,
"type": "string"
},
{
"name": "to_date",
"in": "query",
"description": "Specifies the date and time\nto stop looking for status changes.\nThe default is the current date and time.\n\nAlthough you can use any date format\nsupported by the .NET system library's\n[`DateTime.Parse()`][msoft] function,\nDocuSign recommends\nusing [ISO 8601][] format dates\nwith an explicit time zone offset\nIf you do not provide\na time zone offset,\nthe method uses the server's time zone.\n\nFor example, the following dates and times refer to the same instant:\n\n* `2017-05-02T01:44Z`\n* `2017-05-01T21:44-04:00`\n* `2017-05-01T18:44-07:00`\n\n\n[msoft]: https://msdn.microsoft.com/en-us/library/system.datetime.parse(v=vs.110).aspx#StringToParse\n[ISO 8601]: https://en.wikipedia.org/wiki/ISO_8601\n",
"required": false,
"type": "string"
},
{
"name": "transaction_ids",
"in": "query",
"description": "A comma-separated list of envelope transaction IDs.\nTransaction IDs are only valid for seven days.\n",
"required": false,
"type": "string"
},
{
"name": "user_filter",
"in": "query",
"required": false,
"type": "string",
"description": "Returns envelopes where the current user is the recipient, the sender, or the recipient only. (For example, `user_filter=sender`.) Valid values are:\n\n- `sender`\n- `recipient`\n- `recipient_only`"
},
{
"name": "user_id",
"in": "query",
"required": false,
"type": "string",
"description": "The ID of the user who created the envelopes to be retrieved. Note that an account can have multiple users, and any user with account access can retrieve envelopes by user_id from the account."
},
{
"name": "user_name",
"in": "query",
"required": false,
"type": "string",
"description": "Limit results to envelopes\nsent by the account user\nwith this user name.\n\n`email` must be given as well,\nand both `email` and `user_name`\nmust refer to an existing account user.\n"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopesInformation"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "listStatusChanges",
"x-ds-method": "listStatusChanges",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true,
"x-ds-examples": [
{
"description": "This example shows a how to get information about\nenvelopes created since January 1, 2016 and before October 6, 2016.\nYou can leave off the `to_date` parameter to get envelopes created from the `from_date` to today.\n\nThe request for this endpoint has no payload.\n\n### Request\n```\nGET /restapi/v2.1/accounts/1703061/envelopes?from_date=2016-01-01&to_date=2016-10-06\n```\n",
"direction": "response",
"format": "json",
"response": {
"endPosition": "1",
"envelopes": [
{
"certificateUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents/certificate",
"customFieldsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/custom_fields",
"documentsCombinedUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents/combined",
"documentsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents",
"envelopeId": "379497bb-xxxx-xxxx-xxxx-a8e397f538d0",
"envelopeUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0",
"notificationUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/notification",
"recipientsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/recipients",
"status": "completed",
"statusChangedDateTime": "2016-10-04T15:26:28.2830000Z",
"templatesUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/templates"
},
{
"certificateUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/certificate",
"customFieldsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/custom_fields",
"documentsCombinedUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/combined",
"documentsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents",
"envelopeId": "4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"envelopeUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"notificationUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/notification",
"recipientsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/recipients",
"status": "sent",
"statusChangedDateTime": "2016-10-05T01:04:58.7770000Z",
"templatesUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/templates"
}
],
"nextUri": "",
"previousUri": "",
"resultSetSize": "2",
"startPosition": "0",
"totalSetSize": "2"
},
"request": null,
"style": "custom",
"title": "Get Status About Envelopes Since a Specified Date"
}
]
},
"post": {
"tags": [
"Envelopes"
],
"summary": "Creates an envelope.",
"description": "Creates and sends an envelope or creates a draft envelope.\nEnvelopes are fundamental resources in the DocuSign platform.\n\nWith this method you can:\n\n* Create and send an envelope\n with [documents][], [recipients][], and [tabs][].\n* [Create and send an envelope from a template](https://developers.docusign.com/esign-rest-api/guides/features/templates#sending-from-a-template).\n* [Create and send an envelope from\n a combination of documents and templates](https://developers.docusign.com/esign-rest-api/guides/features/templates#composite-templates).\n* Create a draft envelope.\n\n\nWhen you use this method\nto create and send an envelope\nin a single request,\nthe following parameters in the request body (an [`envelopeDefinition`][envelopeDefinition]) are required:\n\n| Parameter | Description |\n| :-------- | :---------- |\n| `status` | Set to `sent` to send the envelope to recipients.
Set to `created` (or don't set at all) to save the envelope as a draft. |\n| `emailSubject` | The subject of the email used to send the envelope. |\n| `documents` | The [documents][] to be signed. |\n| `recipients` | The email addresses of the envelope [recipients][]. |\n\n\n**Note**: If the envelope has a workflow definition\nand the `workflowStatus` is `paused`,\nthe envelope will not be sent immediately,\neven if the envelope's `status` is `sent`.\n\nThere are many ways to use envelopes.\nYou can create and send an envelope\nwith a single API request,\nor you can use several API requests\nto create, populate, and send envelopes.\n\n\n| See: | To learn about: |\n| :----------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |\n| [Envelopes][envelopes] | Envelopes, [adding documents][addingdocs], [tracking][], [locking][], [deleting][], [templates][] |\n| [Documents][documents] | Documents, [attachments][], [supplemental documents][supdocs], [authoritative copies][authcopies], [purging][] |\n| [Recipients][recipients] | Recipients, [recipient types][reciptypes], [recipient status][recipstatus] |\n| [Tabs][tabs] | Tabs, [tab types][tabtypes], [anchoring tabs][tabanchor], [auto-populating tabs][tabauto], [custom tabs][tabcustom], [payments][] |\n\n\n[addingdocs]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes#adding-documents-to-an-envelope\n[attachments]: https://developers.docusign.com/esign-rest-api/guides/concepts/documents#attachments\n[authcopies]: https://developers.docusign.com/esign-rest-api/guides/concepts/documents#authoritative-copies\n[conoverview]: https://developers.docusign.com/esign-rest-api/guides/concepts/overview\n[deleting]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes#deleting-envelopes\n[documents]: https://developers.docusign.com/esign-rest-api/guides/concepts/documents\n[envelopeDefinition]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create#envelopeDefinition\n[envelopes]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes\n[locking]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes#locking-envelopes\n[payments]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#requesting-payments\n[purging]: https://developers.docusign.com/esign-rest-api/guides/concepts/documents#purging-documents\n[recipients]: https://developers.docusign.com/esign-rest-api/guides/concepts/recipients\n[recipstatus]: https://developers.docusign.com/esign-rest-api/guides/concepts/recipients#recipient-status\n[reciptypes]: https://developers.docusign.com/esign-rest-api/guides/concepts/recipients#recipient-types\n[supdocs]: https://developers.docusign.com/esign-rest-api/guides/concepts/documents#supplemental-documents\n[tabanchor]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#anchoring-tabs\n[tabauto]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#automatically-populating-tabs\n[tabcustom]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#using-custom-tabs-in-envelopes-and-templates\n[tabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs\n[tabtypes]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#tab-types\n[templates]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes#working-with-templates\n[tracking]: https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes#tracking-envelope-status\n\n**Note**: When you create an envelope by using a [composite template](https://developers.docusign.com/esign-rest-api/guides/concepts/templates#composite-templates), you should specify the envelope custom fields in the inline template. Any custom fields that you specify at the root level are ignored.\n",
"operationId": "Envelopes_PostEnvelopes",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "cdse_mode",
"in": "query",
"required": false,
"type": "string",
"description": "Reserved for DocuSign.\n"
},
{
"name": "change_routing_order",
"in": "query",
"required": false,
"type": "string",
"description": "When true, users can define the routing order of recipients while sending documents for signature."
},
{
"name": "completed_documents_only",
"in": "query",
"description": "Reserved for DocuSign.\n",
"required": false,
"type": "string"
},
{
"name": "merge_roles_on_draft",
"in": "query",
"description": "When set to **true**, template roles will be merged, and empty recipients will be removed. This parameter applies when you create a draft envelope with multiple templates. (To create a draft envelope, the `status` field is set to `created`.)\n\n**Note**: DocuSign recommends that this parameter should be set to **true** whenever you create a draft envelope with multiple templates.",
"required": false,
"type": "string"
},
{
"name": "envelopeDefinition",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/envelopeDefinition"
},
"description": ""
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopeSummary"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "createEnvelope",
"x-ds-method": "create",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true,
"x-ds-examples": [
{
"description": "This example shows a request/response that includes:\n\n* A single PDF document to be signed\n* One tab positioned using anchor text\n* One recipient\n\nSee [Requesting a Signature via Email](/esign-rest-api/code-examples/request-a-signature-via-email)\nfor a full walkthrough of this example.\n",
"direction": "both",
"format": "json",
"response": {
"envelopeId": "63e05468-xxxx-xxxx-xxxx-8b48f7dbeb80",
"status": "sent",
"statusDateTime": "2016-05-29T17:11:56.1800000Z",
"uri": "/envelopes/63e05468-xxxx-xxxx-xxxx-8b48f7dbeb80"
},
"request": {
"documents": [
{
"documentBase64": "[Document content (PDF File)]",
"documentId": "1",
"fileExtension": "pdf",
"name": "NDA.pdf"
}
],
"emailSubject": "Please sign the NDA",
"recipients": {
"signers": [
{
"email": "the_nda_signer@example.com",
"name": "Darlene Petersen",
"recipientId": "1",
"routingOrder": "1",
"tabs": {
"dateSignedTabs": [
{
"anchorString": "signer1date",
"anchorYOffset": "-6",
"fontSize": "Size12",
"name": "Date Signed",
"recipientId": "1",
"tabLabel": "date_signed"
}
],
"fullNameTabs": [
{
"anchorString": "signer1name",
"anchorYOffset": "-6",
"fontSize": "Size12",
"name": "Full Name",
"recipientId": "1",
"tabLabel": "Full Name"
}
],
"signHereTabs": [
{
"anchorString": "signer1sig",
"anchorUnits": "mms",
"anchorXOffset": "0",
"anchorYOffset": "0",
"name": "Please sign here",
"optional": "false",
"recipientId": "1",
"scaleValue": 1,
"tabLabel": "signer1sig"
}
]
}
}
]
},
"status": "sent"
},
"style": "custom",
"title": "Request Signature on Single Document by Email"
},
{
"description": "This example shows a request/response that includes:\n\n* Multiple documents, both pdf and Word docx files.\n* Multiple tabs including signing, fullName, dateSigned, and text tabs.\n* Tabs positioned using anchor text.\n* Two recipients, a signer and a cc recipient.\n\nFor more information, and to try this request live, see the [API Recipe](https://www.docusign.com/developer-center/recipes/send-multiple-docs)\n",
"direction": "both",
"format": "json",
"response": {
"envelopeId": "63e05468-xxxx-xxxx-xxxx-8b48f7dbeb80",
"status": "sent",
"statusDateTime": "2016-05-29T17:11:56.1800000Z",
"uri": "/envelopes/63e05468-xxxx-xxxx-xxxx-8b48f7dbeb80"
},
"request": {
"documents": [
{
"documentBase64": "[Document 1 content (PDF File)]",
"documentId": "1",
"fileExtension": "pdf",
"name": "NDA.pdf"
},
{
"documentBase64": "[Document 2 content (PDF File)]",
"documentId": "2",
"fileExtension": "pdf",
"name": "House.pdf"
},
{
"documentBase64": "[Document 3 content (Word file)]",
"documentId": "3",
"fileExtension": "docx",
"name": "contractor_agreement.docx"
}
],
"emailSubject": "Please sign the house documentation package",
"recipients": {
"carbonCopies": [
{
"email": "cody_vigil@worldwidecorp.example.com",
"name": "Cody Vigil",
"recipientId": "2",
"routingOrder": "2"
}
],
"signers": [
{
"email": "darlene_petersen@newco.example.com",
"name": "Darlene Petersen",
"recipientId": "1",
"routingOrder": "1",
"tabs": {
"dateSignedTabs": [
{
"anchorString": "signer1date",
"anchorYOffset": "-6",
"fontSize": "Size12",
"name": "Date Signed",
"recipientId": "1",
"tabLabel": "date_signed"
},
{
"documentId": "2",
"fontSize": "Size12",
"name": "Date Signed",
"pageNumber": "1",
"recipientId": "1",
"tabLabel": "doc3_date_signed",
"xPosition": "89",
"yPosition": "100"
}
],
"fullNameTabs": [
{
"anchorString": "signer1name",
"anchorYOffset": "-6",
"fontSize": "Size12",
"name": "Full Name",
"recipientId": "1",
"tabLabel": "Full Name"
}
],
"signHereTabs": [
{
"anchorString": "signer1sig",
"anchorUnits": "mms",
"anchorXOffset": "0",
"anchorYOffset": "0",
"name": "Please sign here",
"optional": "false",
"recipientId": "1",
"scaleValue": 1,
"tabLabel": "signer1sig"
},
{
"documentId": "2",
"name": "Please sign here",
"optional": "false",
"pageNumber": "1",
"recipientId": "2",
"scaleValue": 1,
"tabLabel": "signer1_doc2",
"xPosition": "89",
"yPosition": "40"
},
{
"anchorString": "Client Signature",
"anchorUnits": "mms",
"anchorXOffset": "0",
"anchorYOffset": "-4",
"name": "Please sign here",
"optional": "false",
"recipientId": "1",
"scaleValue": 1,
"tabLabel": "doc3_client_sig"
}
],
"textTabs": [
{
"anchorString": "signer1company",
"anchorYOffset": "-8",
"fontSize": "Size12",
"name": "Company",
"recipientId": "1",
"required": "true",
"tabLabel": "Company"
},
{
"anchorString": "Client Name",
"anchorYOffset": "-38",
"fontSize": "Size12",
"name": "Company",
"recipientId": "1",
"required": "true",
"tabLabel": "Company"
},
{
"documentId": "3",
"fontSize": "Size10",
"name": "Company",
"pageNumber": "1",
"recipientId": "1",
"required": "true",
"tabLabel": "Company",
"xPosition": "145",
"yPosition": "195"
}
]
}
}
]
},
"status": "sent"
},
"style": "custom",
"title": "Multiple Documents and Tabs, Signer and CC Recipients"
},
{
"description": "For some documents, one or more signatures must be witnessed by an appointed [notary public](https://en.wikipedia.org/wiki/Notary_public).\n\nDocuSign supports eNotary services for many jurisdictions. This example demonstrates how to send an envelope to be signed by Susan Signer with her signature witnessed by Nancy Notary. You must know the name and email address of the signer and the notary public for a signature to be notarized.\n\nNote that the full legal name of the signer must be used. It will be checked against the signer's government-issued proof of identity by the notary public.\n\nPlease see the [DocuSign eNotary resource page](https://support.docusign.com/en/guides/ndse-user-guide-enotary-resources) for further information. It lists the jurisdictions participating in the DocuSign eNotary program and additional reference information.\n\nNote that eNotary services are not included with all account types and are **not** included by default with demo/developer sandbox accounts. To enable eNotary service for your sandbox account, contact your DocuSign technical support person or DocuSign customer service.\n\nThe example includes event notification via the Connect service.",
"direction": "both",
"format": "json",
"response": {
"envelopeId": "aaaaaaaa-xxxx-xxxx-xxxx-52a86fb94be8",
"uri": "/envelopes/aaaaaaaa-xxxx-xxxx-xxxx-52a86fb94be8",
"statusDateTime": "2017-06-15T11:02:39.3996430Z",
"status": "sent"
},
"request": {
"emailSubject": "Important agreement for notarized signature",
"status": "sent",
"recipients": {
"inPersonSigners": [
{
"recipientId": 1,
"email": "susan_signer@gmail.com",
"name": "Susan Anne Signer",
"routingOrder": 1,
"inPersonSigningType": "notary",
"notaryHost": {
"name": "Nancy Notary",
"email": "nancy@notary-svc.com",
"recipientId": 2
},
"tabs": {
"signHereTabs": [
{
"documentId": "1",
"optional": "false",
"recipientId": "1",
"xPosition": "100",
"yPosition": "100",
"pageNumber": "1",
"name": "Please sign here",
"tabLabel": "signer1sig"
}
]
}
}
]
},
"documents": [
{
"documentId": "1",
"name": "important document.docx",
"fileExtension": "docx",
"documentBase64": "[Contents elided]"
}
],
"eventNotification": {
"includeDocumentFields": "false",
"envelopeEvents": [
{
"envelopeEventStatusCode": "Completed"
},
{
"envelopeEventStatusCode": "Declined"
},
{
"envelopeEventStatusCode": "Voided"
}
],
"url": "https://listener.example.com/docusign_notifications",
"requireAcknowledgment": "true",
"includeSenderAccountAsCustomField": "true",
"loggingEnabled": "true",
"includeDocuments": "false",
"signMessageWithX509Cert": "true"
}
},
"style": "custom",
"title": "Create a Notarized Signing Recipient"
},
{
"description": "DocuSign enables document signers use\n[electronic](https://www.docusign.com/products/electronic-signature) or\n[digital](https://www.docusign.com/how-it-works/electronic-signature/digital-signature) signatures.\n\nDocuSign has tightly integrated standard digital signatures into the DocuSign Signature platform. This enables a single envelope to include:\n\n* electronic signatures,\n* AES digital signatures using certificates from DocuSign or from your organization,\n* QES digital signatures from government certified Trust Service Providers (TSPs).\n\nThis example enables the signer to create an eIDAS compliant AES signature with embedded signing. InPerson signers can also use SBS digital signatures.\n\n[More information on creating SBS digital signature requests.](/esign-rest-api/guides/standards-based-signatures)\n\nThe `clientId` in the example tells DocuSign that the Signing Ceremony will be embedded.\nThe example also includes an `eventNotification` object for receiving envelope status updates from DocuSign.\n\n## Embedding the signing ceremony\n1. Send the `Envelopes: create` call as shown below in the Request/Response section.\n2. The response will include the `envelopeId`\n3. Use the [EnvelopeViews: createRecipient](../../EnvelopeViews/createRecipient) request to obtain the redirectURL as follows:\n\n`POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient`\n\n````\n{\n \"clientUserId\": \"1000\",\n \"email\": \"Sam@spade.com\",\n \"userName\": \"Sam Spade\",\n \"returnUrl\": \"https://your_app.example.com\",\n \"AuthenticationMethod\": \"Password\"\n}\n````\nThe response will include the `url`. Redirect the user's browser to the url to start the signing ceremony.\n\n**Note**: You must **immediately** redirect the user to the url you receive from DocuSign. The url is only valid for 5 minutes. Don't request a recipient view url until you are ready to redirect the user's browser.\n",
"direction": "both",
"format": "json",
"response": {
"envelopeId": "caaaaaaa-xxxx-xxxx-xxxx-c171528e99c8",
"uri": "/envelopes/caaaaaaa-xxxx-xxxx-xxxx-c171528e99c8",
"statusDateTime": "2017-06-22T06:44:49.1642220Z",
"status": "sent"
},
"request": {
"documents": [
{
"documentId": "1",
"name": " Agreement",
"fileExtension": "html",
"documentBase64": "[Contents elided]"
}
],
"emailSubject": "NewCo agreement for signature",
"status": "sent",
"recipients": {
"signers": [
{
"recipientId": "1",
"clientUserId": "1000",
"email": "Sam@spade.com",
"name": "Sam Spade",
"recipientSignatureProviders": [
{
"signatureProviderName": "UniversalSignaturePen_OpenTrust_Hash_TSP",
"signatureProviderOptions": {
"SMS": "+33134567899"
}
}
],
"routingOrder": "1",
"tabs": {
"signHereTabs": [
{
"documentId": "1",
"optional": "false",
"recipientId": "1",
"name": "Please sign here",
"tabLabel": "signer1sig",
"anchorString": "signer1sig"
}
]
}
}
]
},
"eventNotification": {
"includeDocumentFields": "false",
"envelopeEvents": [
{
"envelopeEventStatusCode": "Completed"
},
{
"envelopeEventStatusCode": "Declined"
},
{
"envelopeEventStatusCode": "Voided"
}
],
"url": "https://your_app.example.com/listener",
"requireAcknowledgment": "true",
"includeSenderAccountAsCustomField": "true",
"loggingEnabled": "true",
"includeDocuments": "false",
"signMessageWithX509Cert": "true"
}
},
"style": "custom",
"title": "Request an SBS digital signature, with an embedded signing ceremony"
}
]
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}": {
"get": {
"tags": [
"Envelopes"
],
"summary": "Gets the status of a single envelope.",
"description": "Retrieves the overall status for the specified envelope. To get the status of a list of envelopes, use [Envelope: listStatusChanges ](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/).",
"operationId": "Envelopes_GetEnvelope",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "advanced_update",
"in": "query",
"description": "When **true**, envelope information can be added or modified.",
"required": false,
"type": "string"
},
{
"name": "include",
"in": "query",
"required": false,
"type": "string",
"description": "Specifies additional information about the envelope to return. Enter a comma-separated list, such as `tabs,recipients`. Valid values are:\n\n- `custom_fields`: The custom fields associated with the envelope.\n- `documents`: The documents associated with the envelope.\n- `attachments`: The attachments associated with the envelope.\n- `extensions`: Information about the email settings associated with the envelope.\n- `folders`: The folder where the envelope exists.\n- `recipients`: The recipients associated with the envelope.\n- `powerform`: The PowerForms associated with the envelope.\n- `tabs`: The tabs associated with the envelope.\n- `payment_tabs`: The payment tabs associated with the envelope.\n"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelope"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getEnvelope",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true,
"x-ds-examples": [
{
"description": "This example shows a how to get information about\nan envelope with a given envelope id.\n\nThe request for this endpoint has no payload.\n\n### Request\n```\nGET /restapi/v2.1/accounts/1703061/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6\n```\n",
"direction": "response",
"format": "json",
"response": {
"allowMarkup": "false",
"autoNavigation": "true",
"brandId": "56502fe1-xxxx-xxxx-xxxx-97cb5c43176a",
"certificateUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/certificate",
"createdDateTime": "2016-10-05T01:04:58.1830000Z",
"customFieldsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/custom_fields",
"documentsCombinedUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/combined",
"documentsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents",
"emailSubject": "Please sign the NDA",
"enableWetSign": "true",
"envelopeId": "4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"envelopeIdStamping": "true",
"envelopeUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"initialSentDateTime": "2016-10-05T01:04:58.7770000Z",
"is21CFRPart11": "false",
"isSignatureProviderEnvelope": "false",
"lastModifiedDateTime": "2016-10-05T01:04:58.1830000Z",
"notificationUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/notification",
"purgeState": "unpurged",
"recipientsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/recipients",
"sentDateTime": "2016-10-05T01:04:58.7770000Z",
"status": "sent",
"statusChangedDateTime": "2016-10-05T01:04:58.7770000Z",
"templatesUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/templates"
},
"request": null,
"style": "custom",
"title": "Get Status About a Specific Envelope"
},
{
"description": "This example shows a how to get information about\nenvelopes created since January 1, 2016 and before October 6, 2016.\nYou can leave off the `to_date` parameter to get envelopes created from the `from_date` to today.\n\nThe request for this endpoint has no payload.\n\n### Request\n```\nGET /restapi/v2.1/accounts/1703061/envelopes?from_date=2016-01-01&to_date=2016-10-06\n```\n",
"direction": "response",
"format": "json",
"response": {
"endPosition": "1",
"envelopes": [
{
"certificateUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents/certificate",
"customFieldsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/custom_fields",
"documentsCombinedUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents/combined",
"documentsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/documents",
"envelopeId": "379497bb-xxxx-xxxx-xxxx-a8e397f538d0",
"envelopeUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0",
"notificationUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/notification",
"recipientsUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/recipients",
"status": "completed",
"statusChangedDateTime": "2016-10-04T15:26:28.2830000Z",
"templatesUri": "/envelopes/379497bb-xxxx-xxxx-xxxx-a8e397f538d0/templates"
},
{
"certificateUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/certificate",
"customFieldsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/custom_fields",
"documentsCombinedUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents/combined",
"documentsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/documents",
"envelopeId": "4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"envelopeUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6",
"notificationUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/notification",
"recipientsUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/recipients",
"status": "sent",
"statusChangedDateTime": "2016-10-05T01:04:58.7770000Z",
"templatesUri": "/envelopes/4b728be4-xxxx-xxxx-xxxx-d63e23f822b6/templates"
}
],
"nextUri": "",
"previousUri": "",
"resultSetSize": "2",
"startPosition": "0",
"totalSetSize": "2"
},
"request": null,
"style": "custom",
"title": "Get Status About Envelopes Since a Specified Date"
}
]
},
"put": {
"tags": [
"Envelopes"
],
"summary": "Send, void, or modify a draft envelope. Purge documents from a completed envelope.",
"description": "This method enables you to make changes to an envelope.\nYou can use it to:\n\n* Send a draft envelope\n* Void an in-process envelope\n* Modify a draft envelope\n* Purge documents and envelope metadata from the DocuSign platform\n\n\n
\n\nAlthough the request body for this method\nis a complete envelope definition,\nyou only need to provide\nthe properties that\nyou're updating.\n\n
\n**Note**: When adding or modifying documents for an in-process envelope, DocuSign recommends locking the envelope prior to making any changes.\n\nIf the file name of a document contains unicode characters, you need to include a `Content-Disposition` header. Example:\n\n\n**Header**: `Content-Disposition`\n\n\n**Value**: `file; filename=\\\"name\\\";fileExtension=ext;documentId=1`",
"operationId": "Documents_PutDocuments",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "envelopeDefinition",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/envelopeDefinition"
},
"description": ""
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopeDocumentsResult"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "updateDocuments",
"x-ds-method": "updateList",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"delete": {
"tags": [
"EnvelopeDocuments"
],
"summary": "Deletes documents from a draft envelope.",
"description": "Deletes one or more documents from an existing envelope that has not yet been completed.\n\nTo delete a document, use only the relevant parts of the [`envelopeDefinition`](#envelopeDefinition).\nFor example, this request body specifies that you want to delete the document whose `documentId` is \"1\".\n\n\n```text\n{\n \"documents\": [\n {\n \"documentId\": \"1\"\n }\n ]\n}\n```\n\nThe envelope status must be one of:\n\n- `created`\n- `sent`\n- `delivered`\n\n\n",
"operationId": "Documents_DeleteDocuments",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "envelopeDefinition",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/envelopeDefinition"
},
"description": ""
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopeDocumentsResult"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteDocuments",
"x-ds-method": "delete",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}": {
"get": {
"tags": [
"EnvelopeDocuments"
],
"summary": "Gets a document from an envelope.",
"description": "Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted.",
"operationId": "Documents_GetDocument",
"consumes": [],
"produces": [
"application/pdf"
],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "This parameter takes the following special keywords:\n\n- `combined`: Retrieves a PDF file that contains the combined content of all of the documents. If the account option **Attach certification of completion to envelope** is on, then the Certificate of Completion is also included in the PDF file. You set this account option in the Admin tool on the **Signing Settings** screen, or by setting the `attachCompletedEnvelope` property in the `accountSettings` object to **true**.\n- `archive`: Retrieves a ZIP archive that contains all of the PDF documents and the Certificate of Completion.\n",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "certificate",
"in": "query",
"description": "When set to **false**, the envelope signing certificate is removed from the download.",
"required": false,
"type": "string"
},
{
"name": "documents_by_userid",
"in": "query",
"required": false,
"type": "string",
"description": "When set to **true**, allows recipients to get documents by their user id. For example, if a user is included in two different routing orders with different visibilities, using this parameter returns all of the documents from both routing orders."
},
{
"name": "encoding",
"in": "query",
"required": false,
"type": "string",
"description": "Reserved for DocuSign."
},
{
"name": "encrypt",
"in": "query",
"description": "When set to **true**, the PDF bytes returned in the response are encrypted for all the key managers configured on your DocuSign account. You can decrypt the documents by using the Key Manager DecryptDocument API method. For more information about Key Manager, see the DocuSign Security Appliance Installation Guide that your organization received from DocuSign.",
"required": false,
"type": "string"
},
{
"name": "language",
"in": "query",
"description": "Specifies the language for the Certificate of Completion in the response. The supported languages are: Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Dutch (nl), English US (en), French (fr), German (de), Italian (it), Japanese (ja), Korean (ko), Portuguese (pt), Portuguese (Brazil) (pt_BR), Russian (ru), Spanish (es). ",
"required": false,
"type": "string"
},
{
"name": "recipient_id",
"in": "query",
"required": false,
"type": "string",
"description": "Allows the sender to retrieve the documents as one of the recipients that they control. The `documents_by_userid` parameter must be set to **false** for this functionality to work."
},
{
"name": "shared_user_id",
"in": "query",
"required": false,
"type": "string",
"description": "The ID of a shared user that you want to impersonate in order to retrieve their view of the list of documents. This parameter is used in the context of a shared inbox (i.e., when you share envelopes from one user to another through the RADmin console)."
},
{
"name": "show_changes",
"in": "query",
"description": "When set to **true**, any changed fields for the returned PDF are highlighted in yellow and optional signatures or initials outlined in red. ",
"required": false,
"type": "string"
},
{
"name": "watermark",
"in": "query",
"description": "When set to **true**, the account has the watermark feature enabled, and the envelope is not complete, then the watermark for the account is added to the PDF documents. This option can remove the watermark. ",
"required": false,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"type": "file"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getDocument",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true,
"x-ds-examples": [
{
"description": "This example shows how to retrieve\na single document from an envelope\nas a PDF file.\n\n\nThe request for this endpoint has no payload.\n\n### Request\n\n```\nGET /restapi/v2.1/accounts/1703061/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/3\n```\n\n",
"direction": "response",
"format": "json",
"response": "PDF File",
"request": null,
"style": "custom",
"title": "Get a Single Document as a PDF File"
},
{
"description": "If you use `combined` instead of a document id\nthe response is a PDF file that contains\nall of the documents in the specified envelope.\n\nThe request for this endpoint has no payload.\n\n### Request\n\n```\nGET /restapi/v2.1/accounts/1703061/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/combined\n```\n\n",
"direction": "response",
"format": "json",
"response": "PDF File",
"request": null,
"style": "custom",
"title": "Get All Documents as a Single PDF File"
},
{
"description": "This example shows how\nto get a list\nof all the documents in an envelope.\n\nThe request for this endpoint has no payload.\n\n### Request\n\n```\nGET /restapi/v2.1/accounts/1703061/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents\n```\n",
"direction": "response",
"format": "json",
"response": {
"envelopeDocuments": [
{
"availableDocumentTypes": [
{
"isDefault": "true",
"type": "electronic"
}
],
"display": "inline",
"documentId": "1",
"includeInDownload": "true",
"name": "NDA.pdf",
"order": "1",
"pages": "3",
"signerMustAcknowledge": "no_interaction",
"type": "content",
"uri": "/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/1"
},
{
"availableDocumentTypes": [
{
"isDefault": "true",
"type": "electronic"
}
],
"display": "inline",
"documentId": "2",
"includeInDownload": "true",
"name": "House.pdf",
"order": "2",
"pages": "1",
"signerMustAcknowledge": "no_interaction",
"type": "content",
"uri": "/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/2"
},
{
"availableDocumentTypes": [
{
"isDefault": "true",
"type": "electronic"
}
],
"display": "inline",
"documentId": "3",
"includeInDownload": "true",
"name": "contractor_agreement.docx",
"order": "3",
"pages": "2",
"signerMustAcknowledge": "no_interaction",
"type": "content",
"uri": "/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/3"
},
{
"availableDocumentTypes": [
{
"isDefault": "true",
"type": "electronic"
}
],
"display": "inline",
"documentId": "certificate",
"includeInDownload": "true",
"name": "Summary",
"order": "999",
"pages": "4",
"signerMustAcknowledge": "no_interaction",
"type": "summary",
"uri": "/envelopes/44efc9e6-xxxx-xxxx-xxxx-801410d6922d/documents/certificate"
}
],
"envelopeId": "44efc9e6-xxxx-xxxx-xxxx-801410d6922d"
},
"request": null,
"style": "custom",
"title": "List All Documents in an Envelope"
}
]
},
"put": {
"tags": [
"EnvelopeDocuments"
],
"summary": "Adds a document to an existing draft envelope.",
"description": "Adds a document to an existing draft envelope. The bytes of the document make up the body of the request. \n\n\n\n**Note**: When adding or modifying documents for an in-process envelope, DocuSign recommends locking the envelope prior to making any changes.\n\n\n\n\nIf the file name of the document contains unicode characters, you need to include a `Content-Disposition` header. Example:\n\n\n**Header**: `Content-Disposition`\n\n\n**Value**: `file; filename=\\\"name\\\";fileExtension=ext;documentId=1`\n",
"operationId": "Documents_PutDocument",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopeDocument"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "updateDocument",
"x-ds-method": "update",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/fields": {
"get": {
"tags": [
"EnvelopeDocumentFields"
],
"summary": "Gets the custom document fields from an existing envelope document.",
"description": "Retrieves the custom document field information from an existing envelope document.",
"operationId": "DocumentFields_GetDocumentFields",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "listDocumentFields",
"x-ds-method": "list",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"put": {
"tags": [
"EnvelopeDocumentFields"
],
"summary": "Updates existing custom document fields in an existing envelope document.",
"description": "Updates existing custom document fields in an existing envelope document.",
"operationId": "DocumentFields_PutDocumentFields",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "EnvelopeDocumentFields",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
},
"description": ""
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "updateDocumentFields",
"x-ds-method": "update",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"post": {
"tags": [
"EnvelopeDocumentFields"
],
"summary": "Creates custom document fields in an existing envelope document.",
"description": "Creates custom document fields in an existing envelope document.",
"operationId": "DocumentFields_PostDocumentFields",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "EnvelopeDocumentFields",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
},
"description": ""
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "createDocumentFields",
"x-ds-method": "create",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"delete": {
"tags": [
"EnvelopeDocumentFields"
],
"summary": "Deletes custom document fields from an existing envelope document.",
"description": "Deletes custom document fields from an existing envelope document.",
"operationId": "DocumentFields_DeleteDocumentFields",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "EnvelopeDocumentFields",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
},
"description": ""
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentFields"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteDocumentFields",
"x-ds-method": "delete",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/html_definitions": {
"get": {
"tags": [
"EnvelopeDocumentHtmlDefinitions"
],
"summary": "",
"operationId": "ResponsiveHtml_GetEnvelopeDocumentHtmlDefinitions",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/documentHtmlDefinitionOriginals"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getEnvelopeDocumentHtmlDefinitions",
"x-ds-method": "get",
"x-ds-service": "Uncategorized",
"description": "",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages": {
"get": {
"tags": [
"Envelopes"
],
"summary": "Returns document page image(s) based on input.",
"operationId": "Pages_GetPageImages",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "count",
"in": "query",
"required": false,
"type": "string",
"description": "The maximum number of results to return."
},
{
"name": "dpi",
"in": "query",
"required": false,
"type": "string",
"description": "The number of dots per inch (DPI) for the resulting images. Valid values are 1-310 DPI. The default value is 94."
},
{
"name": "max_height",
"in": "query",
"required": false,
"type": "string",
"description": "Sets the maximum height of the returned images in pixels."
},
{
"name": "max_width",
"in": "query",
"required": false,
"type": "string",
"description": "Sets the maximum width of the returned images in pixels."
},
{
"name": "nocache",
"in": "query",
"required": false,
"type": "string",
"description": "If **true**, using cache is disabled and image information is retrieved from a database. **True** is the default value. "
},
{
"name": "show_changes",
"in": "query",
"required": false,
"type": "string",
"description": "If **true**, changes display in the user interface."
},
{
"name": "start_position",
"in": "query",
"required": false,
"type": "string",
"description": "The position within the total result set from which to start returning values. The value **thumbnail** may be used to return the page image."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/pageImages"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getDocumentPageImages",
"x-ds-method": "getPageImages",
"x-ds-service": "Envelopes",
"description": "Returns images of the pages in a document for display based on the parameters that you specify.",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}": {
"delete": {
"tags": [
"Envelopes"
],
"summary": "Deletes a page from a document in an envelope.",
"description": "Deletes a page from a document in an envelope based on the page number.",
"operationId": "Pages_DeletePage",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "pageNumber",
"in": "path",
"description": "The page number being accessed.",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response."
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteDocumentPage",
"x-ds-method": "deleteDocumentPage",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}/page_image": {
"get": {
"tags": [
"Envelopes"
],
"summary": "Gets a page image from an envelope for display.",
"description": "Returns an image of a page in a document for display.",
"operationId": "Pages_GetPageImage",
"consumes": [],
"produces": [
"image/png"
],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "pageNumber",
"in": "path",
"description": "The page number being accessed.",
"required": true,
"type": "string"
},
{
"name": "dpi",
"in": "query",
"description": "Sets the dots per inch (DPI) for the returned image.",
"required": false,
"type": "string"
},
{
"name": "max_height",
"in": "query",
"description": "Sets the maximum height for the page image in pixels. The DPI is recalculated based on this setting.",
"required": false,
"type": "string"
},
{
"name": "max_width",
"in": "query",
"description": "Sets the maximum width for the page image in pixels. The DPI is recalculated based on this setting.",
"required": false,
"type": "string"
},
{
"name": "show_changes",
"in": "query",
"required": false,
"type": "string",
"description": "When **true**, changes display in the user interface."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"type": "file"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getDocumentPageImage",
"x-ds-method": "getPageImage",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"put": {
"tags": [
"Envelopes"
],
"summary": "Rotates page image from an envelope for display.",
"description": "Rotates page image from an envelope for display. The page image can be rotated to the left or right.",
"operationId": "Pages_PutPageImage",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "pageNumber",
"in": "path",
"description": "The page number being accessed.",
"required": true,
"type": "string"
},
{
"name": "pageRequest",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/pageRequest"
},
"description": ""
}
],
"responses": {
"200": {
"description": "Successful response."
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "rotateDocumentPage",
"x-ds-method": "rotateDocumentPage",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}/tabs": {
"get": {
"tags": [
"EnvelopeDocumentTabs"
],
"summary": "Returns tabs on the specified page.",
"operationId": "Tabs_GetPageTabs",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "pageNumber",
"in": "path",
"description": "The page number being accessed.",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentTabs"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getPageTabs",
"x-ds-method": "getByPage",
"x-ds-service": "Envelopes",
"description": "",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/responsive_html_preview": {
"post": {
"tags": [
"DocumentResponsiveHtmlPreview"
],
"summary": "Creates a preview of the responsive version of a document.",
"operationId": "ResponsiveHtml_PostDocumentResponsiveHtmlPreview",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "documentHtmlDefinition",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/documentHtmlDefinition"
},
"description": ""
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/documentHtmlDefinitions"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "createDocumentResponsiveHtmlPreview",
"x-ds-method": "create",
"x-ds-service": "Uncategorized",
"description": "Creates a preview of the [responsive](https://developers.docusign.com/esign-rest-api/guides/responsive-signing/api-overview), HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. \n\nThe request body is a `documentHtmlDefinition` object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/tabs": {
"get": {
"tags": [
"EnvelopeDocumentTabs"
],
"summary": "Returns the tabs on a document.",
"operationId": "Tabs_GetDocumentTabs",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "page_numbers",
"in": "query",
"required": false,
"type": "string",
"description": "Filters for tabs that occur on the pages that you specify. Enter as a comma-separated list of page GUIDs.\n\nExample: `page_numbers=2,6`\n\nNote: You can only enter individual page numbers, and not a page range."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeDocumentTabs"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getDocumentTabs",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"description": "This method returns the tabs associated with a document.",
"x-ds-in-sdk": true
},
"put": {
"tags": [
"EnvelopeDocumentTabs"
],
"summary": "",
"operationId": "Tabs_PutDocumentTabs",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "tabs",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/tabs"
},
"description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/tabs"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "updateDocumentTabs",
"x-ds-method": "update",
"x-ds-service": "Uncategorized",
"description": "",
"x-ds-in-sdk": true
},
"post": {
"tags": [
"EnvelopeDocumentTabs"
],
"summary": "",
"operationId": "Tabs_PostDocumentTabs",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "tabs",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/tabs"
},
"description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients."
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/tabs"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "createDocumentTabs",
"x-ds-method": "create",
"x-ds-service": "Uncategorized",
"description": "",
"x-ds-in-sdk": true
},
"delete": {
"tags": [
"EnvelopeDocumentTabs"
],
"summary": "",
"operationId": "Tabs_DeleteDocumentTabs",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "tabs",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/tabs"
},
"description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/tabs"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteDocumentTabs",
"x-ds-method": "delete",
"x-ds-service": "Uncategorized",
"description": "",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/templates": {
"get": {
"tags": [
"EnvelopeTemplates"
],
"summary": "Gets the templates associated with a document in an existing envelope.",
"description": "Retrieves the templates associated with a document in the specified envelope.",
"operationId": "Templates_GetDocumentTemplates",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "include",
"in": "query",
"required": false,
"type": "string",
"description": "A comma-separated list that limits the results.\nValid values are:\n\n* `applied`\n* `matched`\n"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/templateInformation"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "listTemplatesForDocument",
"x-ds-method": "listByDocument",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"post": {
"tags": [
"EnvelopeTemplates"
],
"summary": "Adds templates to a document in an envelope.",
"description": "Adds templates to a document in the specified envelope.",
"operationId": "Templates_PostDocumentTemplates",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "preserve_template_recipient",
"in": "query",
"required": false,
"type": "string",
"description": ""
},
{
"name": "documentTemplateList",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/documentTemplateList"
},
"description": ""
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/documentTemplateList"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "applyTemplateToDocument",
"x-ds-method": "applyToDocument",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/templates/{templateId}": {
"delete": {
"tags": [
"EnvelopeTemplates"
],
"summary": "Deletes a template from a document in an existing envelope.",
"description": "Deletes the specified template from a document in an existing envelope.",
"operationId": "Templates_DeleteDocumentTemplates",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "documentId",
"in": "path",
"description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "templateId",
"in": "path",
"description": "The id of the template.",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response."
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteTemplatesFromDocument",
"x-ds-method": "delete",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/email_settings": {
"get": {
"tags": [
"EnvelopeEmailSettings"
],
"summary": "Gets the email setting overrides for an envelope.",
"description": "Retrieves the email override settings for the specified envelope.",
"operationId": "EmailSettings_GetEmailSettings",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/emailSettings"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getEmailSettings",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"put": {
"tags": [
"EnvelopeEmailSettings"
],
"summary": "Updates the email setting overrides for an envelope.",
"description": "Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made.\n\nThis can also be used to delete an individual email override setting by using an empty string for the value to be deleted.",
"operationId": "EmailSettings_PutEmailSettings",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "emailSettings",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/emailSettings"
},
"description": "A complex type that contains email settings."
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/emailSettings"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "updateEmailSettings",
"x-ds-method": "update",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"post": {
"tags": [
"EnvelopeEmailSettings"
],
"summary": "Adds email setting overrides to an envelope.",
"description": "Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made.\n\n### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copy or Certified Delivery recipient type.",
"operationId": "EmailSettings_PostEmailSettings",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
},
{
"name": "emailSettings",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/emailSettings"
},
"description": "A complex type that contains email settings."
}
],
"responses": {
"201": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/emailSettings"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "createEmailSettings",
"x-ds-method": "create",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"delete": {
"tags": [
"EnvelopeEmailSettings"
],
"summary": "Deletes the email setting overrides for an envelope.",
"description": "Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications.",
"operationId": "EmailSettings_DeleteEmailSettings",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/emailSettings"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "deleteEmailSettings",
"x-ds-method": "delete",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/form_data": {
"get": {
"tags": [
"EnvelopeFormData"
],
"summary": "Returns envelope form data for an existing envelope.",
"operationId": "FormData_GetFormData",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/envelopeFormData"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getFormData",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"description": "This method downloads the envelope and field data from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them.\n\n**Note**: To use this feature, the Sending Setting \"Allow sender to download form data\" must be enabled for the account.",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/html_definitions": {
"get": {
"tags": [
"EnvelopeHtmlDefinitions"
],
"summary": "",
"operationId": "ResponsiveHtml_GetEnvelopeHtmlDefinitions",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/documentHtmlDefinitionOriginals"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getEnvelopeHtmlDefinitions",
"x-ds-method": "list",
"x-ds-service": "Uncategorized",
"description": "",
"x-ds-in-sdk": true
},
"parameters": []
},
"/v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock": {
"get": {
"tags": [
"EnvelopeLocks"
],
"summary": "Gets envelope lock information.",
"description": "Retrieves general information about an envelope lock.\n\nIf the call is made by the locked by user and the request has the same integrator key as original, then the `X-DocuSign-Edit` header and additional lock information is included in the response. This information enables users to recover a lost editing session token and the `X-DocuSign-Edit` header.",
"operationId": "Lock_GetEnvelopeLock",
"consumes": [],
"produces": [],
"parameters": [
{
"name": "accountId",
"in": "path",
"description": "The external account number (int) or account ID GUID.",
"required": true,
"type": "string"
},
{
"name": "envelopeId",
"in": "path",
"description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response.",
"schema": {
"$ref": "#/definitions/EnvelopeLocks"
}
},
"400": {
"description": "Error encountered.",
"schema": {
"$ref": "#/definitions/errorDetails"
}
}
},
"deprecated": false,
"x-ds-methodname": "getLock",
"x-ds-method": "get",
"x-ds-service": "Envelopes",
"x-ds-in-sdk": true
},
"put": {
"tags": [
"EnvelopeLocks"
],
"summary": "Updates an envelope lock.",
"description": "Updates the lock duration or the `lockedByApp` property for the specified envelope. The user must match the user specified by the `lockByUser` property, and the integrator key that you pass in must match the integrator key information. You must also include the `X-DocuSign-Edit` header, which contains a `lockToken` that proves ownership of the lock and the `lockDurationInSeconds`. The token that you need for this header is returned in the response to the POST and GET methods.\n\nExample:\n\n`X-DocuSign-Edit:
\n", "operationId": "Views_PostEnvelopeCorrectView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "correctViewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/correctViewRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/EnvelopeViews" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createCorrectView", "x-ds-method": "createCorrect", "x-ds-service": "Envelopes", "x-ds-in-sdk": true }, "delete": { "tags": [ "EnvelopeViews" ], "summary": "", "operationId": "Views_DeleteEnvelopeCorrectView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "correctViewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/correctViewRequest" }, "description": "" } ], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteEnvelopeCorrectView", "x-ds-method": "deleteEnvelopeCorrectView", "x-ds-service": "Uncategorized", "description": "", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/edit": { "post": { "tags": [ "EnvelopeViews" ], "summary": "Returns a URL to the edit view UI.", "description": "Returns a URL that enables you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. \n\nUpon sending completion, the user is returned to the return URL provided by the API application.\n\n**Important**: Due to screen space issues, iFrames should not be used for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. \n\n**Note**: You can revoke this URL by making the DELETE call to the same URL with no request body. \n\nInformation Security notice: This method provides full access to the sending account. When you use this view, the current user has full access to the account. If the account has administrative privileges, then this method also provides administrator access.
\n\nIf your use case needs to enable a sender to update a draft envelope before it is sent or make other changes, take one of the following steps:
\n\n\n
\n- Configure each sender to have their own individual user account to use this API method.
\n- Enhance your API integration so that this method is not needed. Your integration can create the tabs, recipients, and other envelope settings as needed.
\n
\n", "operationId": "Views_PostEnvelopeEditView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "returnUrlRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/returnUrlRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/EnvelopeViews" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createEditView", "x-ds-method": "createEdit", "x-ds-service": "Envelopes", "x-ds-in-sdk": true, "x-ds-examples": [ { "description": "The response contains the URL\nof the embeddable edit view\nfor a specified envelope.\n\nThe request body contains\na `returnUrl`.\nThis is the URL\nthat the DocuSign platform\nwill redirect the user to\nwhen the view is closed.\n\n", "direction": "both", "format": "json", "response": { "url": "https://demo.docusign.net/Member/StartInSession.aspx?StartConsole=1&t=c8dc7c1e-xxxx-xxxx-xxxx-405ba1f7d38b&DocuEnvelope=4b728be4-xxxx-xxxx-xxxx-d63e23f822b6&send=1" }, "request": { "returnUrl": "https://dsapp.example.com/return/from/edit/view" }, "style": "custom", "title": "Getting an Edit View URL and Setting a Return URL" } ] }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient": { "post": { "tags": [ "EnvelopeViews" ], "summary": "Returns a URL to the recipient view UI.", "description": "Returns a URL that enables you to embed the recipient view of the DocuSign UI in your applications. If the recipient is a signer, then the view will provide the signing ceremony.\n\n**Note**: Please redirect the client to the URL. iFrames should not be used, especially if the recipient is using a mobile or tablet. \n\nThis method is only used with envelopes in the `sent` status.\n\nYour application is responsible for authenticating the identity of the recipient or signer when you use this method. Use the parameters `assertionId`, `authenticationInstant`, `authenticationMethod`, `clientUserId`, and `securityDomain` to record information on how the recipient was authenticated. At a minimum, `authenticationMethod` and `clientUserId` are required. The information that you provide is included in the envelope's certificate of completion.\n\n## Redirects\nAfter the signer completes or ends the signing ceremony, DocuSign will redirect the user's browser back to your app via the `returnUrl` that you supply. (The user is redirected through a different subdomain, depending on the region of the account sending the envelope. Please [verify your domain whitelist](https://www.docusign.com/trust/security/whitelists).) \n\n### The event status parameter\nDocuSign appends an `event` query parameter to the URL with the outcome of the signing ceremony. Your app can use this event parameter to determine the next step for the envelope. Do not fetch the envelope status by using Envelopes::get or a similar method because doing so could break the DocuSign rule against polling.\n\n**Note**: Because a user can cancel redirection, close their browser after signing, or spoof the landing URL. Hitting the `ReturnUrl` should not be the single source of truth for envelope status for your integration.\n\n## The URL is time-limited\nThe URL returned by this method is valid for one use, and you must use or display it within a couple of minutes after it is generated. AFter the recipient is redirected to the recipient view, they must interact with the DocuSign system periodically or their session will time out.\n\nBecause the URL is time-limited, it should not be stored or sent through email. After you receive it, immediately redirect the user's browser to the URL.\n\nIf you want to invite someone to an embedded signing session via email, the email invitation's URL must be to your application. When invoked, your app should request a recipientView URL from DocuSign and then redirect the signer to that URL.\n\n## Maintaining State\nAfter the recipient completes the recipient view (or signing ceremony), they are redirected to your application. Your application can recover state information about the transaction by storing information in a cookie, or by including query parameters in the `returnUrl` field. Eg, `https://myapp.eg.com/docusign_return?myState=12345` When the user is redirected to your app, the `event` query parameter will be appended. In this example, prevent spoofing by not using a guessable value as the state value.\n\n**Note**: You can revoke the URL by making the DELETE call to the same URL with no request body. ", "operationId": "Views_PostEnvelopeRecipientView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "recipientViewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/recipientViewRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/EnvelopeViews" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createRecipientView", "x-ds-method": "createRecipient", "x-ds-service": "Envelopes", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient_preview": { "post": { "tags": [ "EnvelopeRecipients" ], "summary": "Creates an envelope recipient preview.", "operationId": "Views_PostEnvelopeRecipientPreview", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "recipientPreviewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/recipientPreviewRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/viewUrl" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createEnvelopeRecipientPreview", "x-ds-method": "createEnvelopeRecipientPreview", "x-ds-service": "Uncategorized", "description": "This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients' experience.\n\nFor more information, see [Preview and Send](https://support.docusign.com/en/guides/ndse-user-guide-send-your-documents).", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/sender": { "post": { "tags": [ "EnvelopeViews" ], "summary": "Returns a URL to the sender view UI.", "description": "Returns a URL that enables you to embed the sender view of the DocuSign UI in your applications.\n\nThe returned URL can only be redirected to immediately after it is generated. It can only be used once.\nTherefore, request the URL immediately before you redirect your user to it.\n\nFor the best user experience, don't use an iFrame. For iOS devices DocuSign recommends using a WebView.\n\nMultiple solutions are available for maintaining your\nclient state. See the **Maintaining State** section of the [Embedded Signing introduction.](https://developers.docusign.com/esign-rest-api/guides/embedded-signing)\n\nAfter the user has completed the sending view, the browser is redirected to the `returnUrl` supplied.\n\nBy default, if the envelope already contains one or more documents, DocuSign will initially show the document tagging view when you redirect to the URL. \n\nTo start with the envelope's recipients and documents view instead, examine the URL in the method's response. \nThen change the query parameter from `send=1` to `send=0` to start with the recipients/documents view.\n\n**Note**: You can revoke the URL by making the DELETE call to the same URL with no request body. \n\nInformation Security notice: This method provides full access to the sending account. When you use this view, the current user has full access to the account. If the account has administrative privileges, then this method also provides administrator access.
\n\nIf your use case needs to enable a sender to update a draft envelope before it is sent or make other changes, take one of the following steps:
\n\n\n
\n- Configure each sender to have their own individual user account to use this API method.
\n- Enhance your API integration so that this method is not needed. Your integration can create the tabs, recipients, and other envelope settings as needed.
\n
\n", "operationId": "Views_PostEnvelopeSenderView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "returnUrlRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/returnUrlRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/EnvelopeViews" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createSenderView", "x-ds-method": "createSender", "x-ds-service": "Envelopes", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/shared": { "post": { "tags": [ "EnvelopeViews" ], "summary": "Returns a URL to the shared recipient view UI for an envelope.", "operationId": "Views_PostEnvelopeRecipientSharedView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "recipientViewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/recipientViewRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/viewUrl" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createEnvelopeRecipientSharedView", "x-ds-method": "createSharedRecipient", "x-ds-service": "Uncategorized", "description": "Returns a URL that enables you to embed the DocuSign UI recipient view of a [shared envelope](https://support.docusign.com/en/guides/ndse-admin-guide-share-envelopes) in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them.\n\n**Important**: Due to screen space issues, iFrames should not be used for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView.\n\n**Note**: You can revoke this URL by making the DELETE call to the same URL with no request body. \n", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow": { "get": { "tags": [ "EnvelopeWorkflowDefinition" ], "summary": "Gets an envelope's workflow definition.", "operationId": "EnvelopeWorkflowDefinition_GetEnvelopeWorkflowDefinition", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workflow" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getEnvelopeWorkflowDefinition", "x-ds-method": "getEnvelopeWorkflowDefinition", "x-ds-service": "Uncategorized", "description": "Returns an envelope's workflow definition if the envelope specified by `envelopeId` has one.", "x-ds-in-sdk": true }, "put": { "tags": [ "EnvelopeWorkflowDefinition" ], "summary": "Updates an envelope's workflow definition.", "operationId": "EnvelopeWorkflowDefinition_PutEnvelopeWorkflowDefinition", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" }, { "name": "workflow", "in": "body", "required": false, "schema": { "$ref": "#/definitions/workflow" }, "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workflow" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateEnvelopeWorkflowDefinition", "x-ds-method": "updateEnvelopeWorkflowDefinition", "x-ds-service": "Uncategorized", "description": "Updates the specified envelope's workflow definition if it has one.", "x-ds-in-sdk": true }, "delete": { "tags": [ "EnvelopeWorkflowDefinition" ], "summary": "Deletes an envelope's workflow definition.", "operationId": "EnvelopeWorkflowDefinition_DeleteEnvelopeWorkflowDefinition", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "envelopeId", "in": "path", "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteEnvelopeWorkflowDefinition", "x-ds-method": "deleteEnvelopeWorkflowDefinition", "x-ds-service": "Uncategorized", "description": "Deletes the specified envelope's workflow definition if it has one.\n", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/envelopes/status": { "put": { "tags": [ "Envelopes" ], "summary": "Gets envelope statuses for a set of envelopes.", "description": "Retrieves envelope statuses for a set of envelopes.\n\nYou must specify _one_ of the following query parameters:\n\n| Parameter | Description |\n| :---------------- | :------------------------------------------------------------------------------- |\n| `from_date` | a valid UTC DateTime: `2016-01-01` |\n| `envelope_ids` | A comma-separated list of envelope IDsInformation Security notice: This method provides full access to the sending account. When you use this view, the current user has full access to the account. If the account has administrative privileges, then this method also provides administrator access.
\n\nIf your use case needs to enable a sender to update a draft envelope before it is sent or make other changes, take one of the following steps:
\n\n\n
\n- Configure each sender to have their own individual user account to use this API method.
\n- Enhance your API integration so that this method is not needed. Your integration can create the tabs, recipients, and other envelope settings as needed.
\n
\nInformation Security notice: This method provides full administrator access to the account.
", "operationId": "Views_PostAccountConsoleView", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "consoleViewRequest", "in": "body", "required": false, "schema": { "$ref": "#/definitions/consoleViewRequest" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/EnvelopeViews" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createConsoleView", "x-ds-method": "createConsole", "x-ds-service": "Envelopes", "x-ds-in-sdk": true, "x-ds-examples": [ { "description": "The response contains the URL\nof the the account's cosole.\n\nThe request body contains\na `returnUrl`.\nThis is the URL\nthat the DocuSign platform\nwill redirect the user to\nwhen the view is closed.\n\n", "direction": "both", "format": "json", "response": { "url": "https://demo.docusign.net/Member/StartInSession.aspx?StartConsole=1&t=644ea697-xxxx-xxxx-xxxx-d95a5c23340b&accountid=624e3e00-xxxx-xxxx-xxxx-43918c520dab" }, "request": { "returnUrl": "https://dsapp.example.com/return/from/console/view" }, "style": "custom", "title": "Getting a Console View URL and Setting a Return URL" } ] }, "parameters": [] }, "/v2.1/accounts/{accountId}/watermark": { "get": { "tags": [ "AccountWatermarks" ], "summary": "Get watermark information.", "operationId": "Watermark_GetWatermark", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/watermark" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getWatermark", "x-ds-method": "get", "x-ds-service": "Accounts", "description": "", "x-ds-in-sdk": true }, "put": { "tags": [ "AccountWatermarks" ], "summary": "Update watermark information.", "operationId": "Watermark_PutWatermark", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "watermark", "in": "body", "required": false, "schema": { "$ref": "#/definitions/watermark" }, "description": "When set to **true**, the account has the watermark feature enabled, and the envelope is not complete, then the watermark for the account is added to the PDF documents. This option can remove the watermark. " } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/watermark" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateWatermark", "x-ds-method": "update", "x-ds-service": "Accounts", "description": "", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/watermark/preview": { "put": { "tags": [ "AccountWatermarks" ], "summary": "Get watermark preview.", "operationId": "WatermarkPreview_PutWatermarkPreview", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "watermark", "in": "body", "required": false, "schema": { "$ref": "#/definitions/watermark" }, "description": "When set to **true**, the account has the watermark feature enabled, and the envelope is not complete, then the watermark for the account is added to the PDF documents. This option can remove the watermark. " } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/watermark" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getWatermarkPreview", "x-ds-method": "preview", "x-ds-service": "Accounts", "description": "", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces": { "get": { "tags": [ "Workspaces" ], "summary": "List Workspaces", "description": "Gets information about the Workspaces that have been created.", "operationId": "Workspace_GetWorkspaces", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspaceList" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listWorkspaces", "x-ds-method": "list", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "post": { "tags": [ "Workspaces" ], "summary": "Create a Workspace", "description": "This method creates a new workspace.", "operationId": "Workspace_PostWorkspace", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "workspace", "in": "body", "required": false, "schema": { "$ref": "#/definitions/workspace" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspace" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createWorkspace", "x-ds-method": "create", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces/{workspaceId}": { "get": { "tags": [ "Workspaces" ], "summary": "Get Workspace", "description": "Retrives properties about a workspace given a unique workspaceId. ", "operationId": "Workspace_GetWorkspace", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspace" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getWorkspace", "x-ds-method": "get", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "put": { "tags": [ "Workspaces" ], "summary": "Update Workspace", "description": "Updates information about a specific workspace.", "operationId": "Workspace_PutWorkspace", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" }, { "name": "workspace", "in": "body", "required": false, "schema": { "$ref": "#/definitions/workspace" }, "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspace" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateWorkspace", "x-ds-method": "update", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "delete": { "tags": [ "Workspaces" ], "summary": "Delete Workspace", "description": "Deletes an existing workspace (logically).", "operationId": "Workspace_DeleteWorkspace", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspace" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteWorkspace", "x-ds-method": "delete", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}": { "get": { "tags": [ "WorkspaceItems" ], "summary": "List workspace folder contents", "description": "This method returns the contents of a workspace folder, which can include sub-folders and files.", "operationId": "WorkspaceFolder_GetWorkspaceFolder", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" }, { "name": "count", "in": "query", "description": "The maximum number of results to return.", "required": false, "type": "string" }, { "name": "include_files", "in": "query", "description": "When set to **true**, the response includes file information (in addition to folder information). The default is **false**.", "required": false, "type": "string" }, { "name": "include_sub_folders", "in": "query", "description": "When set to **true**, the response includes information about the sub-folders of the current folder. The default is **false**.", "required": false, "type": "string" }, { "name": "include_thumbnails", "in": "query", "description": "When set to **true**, the response returns thumbnails. The default is **false**.", "required": false, "type": "string" }, { "name": "include_user_detail", "in": "query", "description": "When set to **true**, the response includes extended details about the user. The default is **false**.", "required": false, "type": "string" }, { "name": "start_position", "in": "query", "description": "The position within the total result set from which to start returning values.", "required": false, "type": "string" }, { "name": "workspace_user_id", "in": "query", "description": "If set, the response only includes results associated with the `userId` that you specify.", "required": false, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspaceFolderContents" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listWorkspaceFolderItems", "x-ds-method": "listFolderItems", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "delete": { "tags": [ "WorkspaceItems" ], "summary": "Deletes files or sub-folders from a workspace.", "operationId": "WorkspaceFolder_DeleteWorkspaceItems", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" }, { "name": "workspaceItemList", "in": "body", "required": false, "schema": { "$ref": "#/definitions/workspaceItemList" }, "description": "" } ], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteWorkspaceFolderItems", "x-ds-method": "deleteFolderItems", "x-ds-service": "Workspaces", "description": "This method deletes one or more files or sub-folders from a workspace folder or root.\n\nNote: To delete items from a workspace, the `status` of the workspace must be `active`.", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files": { "post": { "tags": [ "WorkspaceItems" ], "summary": "Creates a workspace file.", "operationId": "WorkspaceFile_PostWorkspaceFiles", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspaceItem" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createWorkspaceFile", "x-ds-method": "createFIle", "x-ds-service": "Workspaces", "description": "This method adds a file to a workspace.", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files/{fileId}": { "get": { "tags": [ "WorkspaceItems" ], "summary": "Gets a workspace file", "description": "This method returns a binary version of a file in a workspace.", "operationId": "WorkspaceFile_GetWorkspaceFile", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "fileId", "in": "path", "description": "The id of the file.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" }, { "name": "is_download", "in": "query", "description": "When set to **true**, the `Content-Disposition` header is set in the response. The value of the header provides the filename of the file. The default is **false**.", "required": false, "type": "string" }, { "name": "pdf_version", "in": "query", "description": "When set to **true** the file is returned in PDF format.", "required": false, "type": "string" } ], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getWorkspaceFile", "x-ds-method": "getFile", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "put": { "tags": [ "WorkspaceItems" ], "summary": "Update workspace file or folder metadata", "description": "This method updates the metadata for one or more specific files or folders in a workspace.", "operationId": "WorkspaceFile_PutWorkspaceFile", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "fileId", "in": "path", "description": "The id of the file.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/workspaceItem" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateWorkspaceFile", "x-ds-method": "updateFile", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files/{fileId}/pages": { "get": { "tags": [ "WorkspaceItems" ], "summary": "List File Pages", "description": "This method returns a workspace file as rasterized pages.", "operationId": "WorkspaceFilePages_GetWorkspaceFilePages", "consumes": [], "produces": [], "parameters": [ { "name": "accountId", "in": "path", "description": "The external account number (int) or account ID GUID.", "required": true, "type": "string" }, { "name": "fileId", "in": "path", "description": "The id of the file.", "required": true, "type": "string" }, { "name": "folderId", "in": "path", "description": "The id of the folder.", "required": true, "type": "string" }, { "name": "workspaceId", "in": "path", "description": "The id of the workspace.", "required": true, "type": "string" }, { "name": "count", "in": "query", "description": "The maximum number of results to return.", "required": false, "type": "string" }, { "name": "dpi", "in": "query", "description": "The number of dots per inch (DPI) for the resulting images. Valid values are 1-310 DPI. The default value is 94.", "required": false, "type": "string" }, { "name": "max_height", "in": "query", "description": "Sets the maximum height of the returned images in pixels.", "required": false, "type": "string" }, { "name": "max_width", "in": "query", "description": "Sets the maximum width of the returned images in pixels.", "required": false, "type": "string" }, { "name": "start_position", "in": "query", "description": "The position within the total result set from which to start returning values. The value **thumbnail** may be used to return the page image.", "required": false, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/pageImages" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listWorkspaceFilePages", "x-ds-method": "listFilePages", "x-ds-service": "Workspaces", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/accounts/provisioning": { "get": { "tags": [ "Accounts" ], "summary": "Retrieves the account provisioning information for the account.", "description": "Retrieves the account provisioning information for the account.", "operationId": "Accounts_GetProvisioning", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/provisioningInformation" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getProvisioning", "x-ds-method": "getProvisioning", "x-ds-service": "Accounts", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/billing_plans": { "get": { "tags": [ "BillingPlans" ], "summary": "Gets a list of available billing plans.", "description": "Retrieves a list of the billing plans associated with a distributor.", "operationId": "BillingPlans_GetBillingPlans", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/billingPlansResponse" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listBillingPlans", "x-ds-method": "list", "x-ds-service": "Billing", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/billing_plans/{billingPlanId}": { "get": { "tags": [ "BillingPlans" ], "summary": "Gets billing plan details.", "description": "Retrieves the billing plan details for the specified billing plan ID.", "operationId": "BillingPlans_GetBillingPlan", "consumes": [], "produces": [], "parameters": [ { "name": "billingPlanId", "in": "path", "description": "The ID of the billing plan being accessed.", "required": true, "type": "string" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/billingPlanResponse" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getBillingPlan", "x-ds-method": "get", "x-ds-service": "Billing", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/current_user/notary": { "get": { "tags": [ "Notary" ], "summary": "Gets settings for a notary user.", "operationId": "Notary_GetNotary", "consumes": [], "produces": [], "parameters": [ { "name": "include_jurisdictions", "in": "query", "required": false, "type": "string", "description": "If **true**, the response will include a `jurisdiction` property that contains an array of all supported jurisdictions for the current user." } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryResult" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getNotary", "x-ds-method": "getNotary", "x-ds-service": "Uncategorized", "description": "Gets settings for a notary user.\nThe current user must be a notary.", "x-ds-in-sdk": true }, "put": { "tags": [ "Notary" ], "summary": "Updates notary information for the current user.", "operationId": "Notary_PutNotary", "consumes": [], "produces": [], "parameters": [ { "name": "notary", "in": "body", "required": false, "schema": { "$ref": "#/definitions/notary" }, "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notary" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateNotary", "x-ds-method": "updateNotary", "x-ds-service": "Uncategorized", "description": "Updates notary information for the current user.", "x-ds-in-sdk": true }, "post": { "tags": [ "Notary" ], "summary": "Registers the current user as a notary.", "operationId": "Notary_PostNotary", "consumes": [], "produces": [], "parameters": [ { "name": "notary", "in": "body", "required": false, "schema": { "$ref": "#/definitions/notary" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notary" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createNotary", "x-ds-method": "createNotary", "x-ds-service": "Uncategorized", "description": "Registers the current user as a notary.", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/current_user/notary/journals": { "get": { "tags": [ "NotaryJournals" ], "summary": "", "operationId": "NotaryJournals_GetNotaryJournals", "consumes": [], "produces": [], "parameters": [ { "name": "count", "in": "query", "required": false, "type": "string", "description": "The maximum number of results to return." }, { "name": "search_text", "in": "query", "required": false, "type": "string", "description": "Use this parameter to search for specific text." }, { "name": "start_position", "in": "query", "required": false, "type": "string", "description": "The position within the total result set from which to start returning values. The value **thumbnail** may be used to return the page image." } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryJournalList" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listNotaryJournals", "x-ds-method": "list", "x-ds-service": "Notary", "description": "", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/current_user/notary/jurisdictions": { "get": { "tags": [ "NotaryJurisdiction" ], "summary": "Returns a list of jurisdictions that the notary is registered in.", "operationId": "NotaryJurisdictions_GetNotaryJurisdictions", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryJurisdictionList" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getNotaryJurisdictions", "x-ds-method": "getNotaryJurisdictions", "x-ds-service": "Uncategorized", "description": "Returns a list of jurisdictions that the notary is registered in.\nThe current user must be a notary.", "x-ds-in-sdk": true }, "post": { "tags": [ "NotaryJurisdiction" ], "summary": "Creates a jurisdiction object.", "operationId": "NotaryJurisdictions_PostNotaryJurisdictions", "consumes": [], "produces": [], "parameters": [ { "name": "notaryJurisdiction", "in": "body", "required": false, "schema": { "$ref": "#/definitions/notaryJurisdiction" }, "description": "" } ], "responses": { "201": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryJurisdiction" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "createNotaryJurisdictions", "x-ds-method": "createNotaryJurisdictions", "x-ds-service": "Uncategorized", "description": "Creates a jurisdiction object.", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/current_user/notary/jurisdictions/{jurisdictionId}": { "get": { "tags": [ "NotaryJurisdiction" ], "summary": "Gets a jurisdiction object for the current user. The user must be a notary.", "operationId": "NotaryJurisdictions_GetNotaryJurisdiction", "consumes": [], "produces": [], "parameters": [ { "name": "jurisdictionId", "in": "path", "required": true, "type": "string", "description": "The ID of the jurisdiction.\nThe following jurisdictions\nare supported:\n\n- `5 - California`\n- `6 - Colorado`\n- `9 - Florida`\n- `10 - Georgia`\n- `12 - Idaho`\n- `13 - Illinois`\n- `14 - Indiana`\n- `15 - Iowa`\n- `17 - Kentucky`\n- `23 - Minnesota`\n- `25 - Missouri`\n- `30 - New Jersey`\n- `32 - New York`\n- `33 - North Carolina`\n- `35 - Ohio`\n- `37 - Oregon`\n- `38 - Pennsylvania`\n- `40 - South Carolina`\n- `43 - Texas`\n- `44 - Utah`\n- `47 - Washington`\n- `48 - West Virginia`\n- `49 - Wisconsin`\n- `62 - Florida Commissioner of Deeds`\n" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryJurisdiction" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getNotaryJurisdiction", "x-ds-method": "getNotaryJurisdiction", "x-ds-service": "Uncategorized", "description": "Gets a jurisdiction object for the current user. The following restrictions apply:\n\n- The current user must be a notary.\n- The `jurisdictionId` must be a jurisdiction that the notary is registered for.\n", "x-ds-in-sdk": true }, "put": { "tags": [ "NotaryJurisdiction" ], "summary": "Updates the jurisdiction information about a notary.", "operationId": "NotaryJurisdictions_PutNotaryJurisdiction", "consumes": [], "produces": [], "parameters": [ { "name": "jurisdictionId", "in": "path", "required": true, "type": "string", "description": "The ID of the jurisdiction.\nThe following jurisdictions\nare supported:\n\n- `5 - California`\n- `6 - Colorado`\n- `9 - Florida`\n- `10 - Georgia`\n- `12 - Idaho`\n- `13 - Illinois`\n- `14 - Indiana`\n- `15 - Iowa`\n- `17 - Kentucky`\n- `23 - Minnesota`\n- `25 - Missouri`\n- `30 - New Jersey`\n- `32 - New York`\n- `33 - North Carolina`\n- `35 - Ohio`\n- `37 - Oregon`\n- `38 - Pennsylvania`\n- `40 - South Carolina`\n- `43 - Texas`\n- `44 - Utah`\n- `47 - Washington`\n- `48 - West Virginia`\n- `49 - Wisconsin`\n- `62 - Florida Commissioner of Deeds`\n" }, { "name": "notaryJurisdiction", "in": "body", "required": false, "schema": { "$ref": "#/definitions/notaryJurisdiction" }, "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/notaryJurisdiction" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateNotaryJurisdiction", "x-ds-method": "updateNotaryJurisdiction", "x-ds-service": "Uncategorized", "description": "Updates the jurisdiction information about a notary.\n\nThe following restrictions apply:\n\n- The current user must be a notary.\n- The `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for.\n- The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`.\n\nThe request body must have a full `jurisdiction` object for the jurisdiction property.\nThe best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change.\n\nFor example, assume `getNotaryJurisdiction` returns this:\n\n```\n{\n \"jurisdiction\": {\n \"jurisdictionId\": \"15\",\n \"name\": \"Iowa\",\n \"county\": \"\",\n \"enabled\": \"true\",\n \"countyInSeal\": \"false\",\n \"commissionIdInSeal\": \"true\",\n \"stateNameInSeal\": \"true\",\n \"notaryPublicInSeal\": \"true\",\n \"allowSystemCreatedSeal\": \"true\",\n \"allowUserUploadedSeal\": \"false\"\n },\n \"commissionId\": \"123456\",\n \"commissionExpiration\": \"2020-08-31T07:00:00.0000000Z\",\n \"registeredName\": \"Bob Notary\",\n \"county\": \"Adams\",\n \"sealType\": \"system_created\"\n}\n```\n\nIf you want to change the name of the notary from \"Bob Notary\" to \"Robert Notary\", your request body would be:\n\n```\n{\n \"jurisdiction\": {\n \"jurisdictionId\": \"15\",\n \"name\": \"Iowa\",\n \"county\": \"\",\n \"enabled\": \"true\",\n \"countyInSeal\": \"false\",\n \"commissionIdInSeal\": \"true\",\n \"stateNameInSeal\": \"true\",\n \"notaryPublicInSeal\": \"true\",\n \"allowSystemCreatedSeal\": \"true\",\n \"allowUserUploadedSeal\": \"false\"\n },\n \"commissionId\": \"123456\",\n \"commissionExpiration\": \"2020-08-31T07:00:00.0000000Z\",\n \"registeredName\": \"Robert Notary\",\n \"county\": \"Adams\",\n \"sealType\": \"system_created\"\n}\n```\n", "x-ds-in-sdk": true }, "delete": { "tags": [ "NotaryJurisdiction" ], "summary": "Deletes the specified jurisdiction.", "operationId": "NotaryJurisdictions_DeleteNotaryJurisdiction", "consumes": [], "produces": [], "parameters": [ { "name": "jurisdictionId", "in": "path", "required": true, "type": "string", "description": "The ID of the jurisdiction.\nThe following jurisdictions\nare supported:\n\n- `5 - California`\n- `6 - Colorado`\n- `9 - Florida`\n- `10 - Georgia`\n- `12 - Idaho`\n- `13 - Illinois`\n- `14 - Indiana`\n- `15 - Iowa`\n- `17 - Kentucky`\n- `23 - Minnesota`\n- `25 - Missouri`\n- `30 - New Jersey`\n- `32 - New York`\n- `33 - North Carolina`\n- `35 - Ohio`\n- `37 - Oregon`\n- `38 - Pennsylvania`\n- `40 - South Carolina`\n- `43 - Texas`\n- `44 - Utah`\n- `47 - Washington`\n- `48 - West Virginia`\n- `49 - Wisconsin`\n- `62 - Florida Commissioner of Deeds`\n" } ], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteNotaryJurisdiction", "x-ds-method": "deleteNotaryJurisdiction", "x-ds-service": "Uncategorized", "description": "Deletes the specified jurisdiction.", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/current_user/password_rules": { "get": { "tags": [ "AccountPasswordRules" ], "summary": "Gets membership account password rules.", "operationId": "PasswordRules_GetPasswordRules", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/userPasswordRules" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getPasswordRules", "x-ds-method": "getForUser", "x-ds-service": "Accounts", "description": "", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/diagnostics/request_logs": { "get": { "tags": [ "RequestLogs" ], "summary": "Gets the API request logging log files.", "description": "Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries.\n\nIf the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request.\n\nIf the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. ", "operationId": "APIRequestLog_GetRequestLogs", "consumes": [], "produces": [], "parameters": [ { "name": "encoding", "in": "query", "required": false, "type": "string", "description": "Reserved for DocuSign." } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/apiRequestLogsResult" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "listRequestLogs", "x-ds-method": "list", "x-ds-service": "Diagnostics", "x-ds-in-sdk": true }, "delete": { "tags": [ "RequestLogs" ], "summary": "Deletes the request log files.", "description": "Deletes the request log files.", "operationId": "APIRequestLog_DeleteRequestLogs", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response." }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "deleteRequestLogs", "x-ds-method": "delete", "x-ds-service": "Diagnostics", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/diagnostics/request_logs/{requestLogId}": { "get": { "tags": [ "RequestLogs" ], "summary": "Gets a request logging log file.", "description": "Retrieves information for a single log entry.\n\n**Request**\nThe `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned.\n\n**Response**\nIf the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.", "operationId": "APIRequestLog_GetRequestLog", "consumes": [], "produces": [ "text/plain" ], "parameters": [ { "name": "requestLogId", "in": "path", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "type": "file" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getRequestLog", "x-ds-method": "get", "x-ds-service": "Diagnostics", "x-ds-in-sdk": true }, "parameters": [] }, "/v2.1/diagnostics/settings": { "get": { "tags": [ "RequestLogs" ], "summary": "Gets the API request logging settings.", "description": "Retrieves the current API request logging setting for the user and remaining log entries.\n\n**Response**\nThe response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.", "operationId": "APIRequestLog_GetRequestLogSettings", "consumes": [], "produces": [], "parameters": [], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/diagnosticsSettingsInformation" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "getRequestLogSettings", "x-ds-method": "getSettings", "x-ds-service": "Diagnostics", "x-ds-in-sdk": true }, "put": { "tags": [ "RequestLogs" ], "summary": "Enables or disables API request logging for troubleshooting.", "description": "Enables or disables API request logging for troubleshooting.\n\nWhen enabled (`apiRequestLogging` is **true**), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached.\n\nYou can call [Diagnostics::getRequestLog\n](https://developers.docusign.com/esign-rest-api/reference/Diagnostics/RequestLogs/get) or [Diagnostics::listRequestLogs](https://developers.docusign.com/esign-rest-api/reference/Diagnostics/RequestLogs/list) to download the log files (individually or as a zip file). Call [Diagnostics::deleteRequestLogs\n](https://developers.docusign.com/esign-rest-api/reference/Diagnostics/RequestLogs/delete) to clear the log by deleting current entries.\n\nPrivate information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log.\n\nAPI request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId is not logged.\n", "operationId": "APIRequestLog_PutRequestLogSettings", "consumes": [], "produces": [], "parameters": [ { "name": "diagnosticsSettingsInformation", "in": "body", "required": false, "schema": { "$ref": "#/definitions/diagnosticsSettingsInformation" }, "description": "" } ], "responses": { "200": { "description": "Successful response.", "schema": { "$ref": "#/definitions/diagnosticsSettingsInformation" } }, "400": { "description": "Error encountered.", "schema": { "$ref": "#/definitions/errorDetails" } } }, "deprecated": false, "x-ds-methodname": "updateRequestLogSettings", "x-ds-method": "updateSettings", "x-ds-service": "Diagnostics", "x-ds-in-sdk": true }, "parameters": [] } }, "definitions": { "accessCodeFormat": { "type": "object", "properties": { "formatRequired": { "description": "Boolean specifying whether this format configuration is required.", "type": "string" }, "formatRequiredMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `formatRequired` property is editable." }, "letterRequired": { "description": "Boolean specifying whether alphabetical characters are required in the access code string.", "type": "string" }, "letterRequiredMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `letterRequired` property is editable." }, "minimumLength": { "description": "Minimum length of the access code string.", "type": "string" }, "minimumLengthMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `minimumLength` property is editable." }, "numberRequired": { "description": "Boolean specifying whether numerical characters (0-9) are required in the access code string.", "type": "string" }, "numberRequiredMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `numberRequired` property is editable." }, "specialCharacterRequired": { "description": "Boolean specifying whether special characters are required in the access code string. The string cannot contain the special characters '<', '>', '&', or '#'.", "type": "string" }, "specialCharacterRequiredMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `specialCharacterRequired` property is editable." } }, "x-ds-definition-name": "accessCodeFormat", "description": "Object specifying the format of the string provided to a recipient in order to access an envelope.", "x-ms-summary": "Object specifying the format of the string provided to a recipient in order to access an envelope." }, "accountAddress": { "description": "Contains information about the address associated with the account.", "type": "object", "properties": { "address1": { "description": "The first line of the address. Maximum length: 100 characters.", "type": "string" }, "address2": { "description": "The second line of the address. Maximum length: 100 characters.", "type": "string" }, "city": { "description": "The city associated with the address. Maximum length: 40 characters.", "type": "string" }, "country": { "description": "The country associated with the address. Maximum length: 50 characters.", "type": "string" }, "email": { "description": "The email address associated with the account.", "type": "string" }, "fax": { "description": "The fax number associated with the account.", "type": "string" }, "firstName": { "description": "The first name of the user associated with the account. Maximum Length: 50 characters.", "type": "string" }, "lastName": { "description": "The last name of the user associated with the account.", "type": "string" }, "phone": { "description": "The phone number associated with the account.", "type": "string" }, "postalCode": { "description": "The postal code associated with the address. Maximum length: 20 characters.", "type": "string" }, "state": { "description": "The state or province associated with the address. Maximum length: 40 characters.", "type": "string" }, "supportedCountries": { "description": "An array of supported countries associated with the account.", "type": "array", "items": { "$ref": "#/definitions/country" } } }, "x-ds-definition-name": "accountAddress", "x-ms-summary": "Contains information about the address associated with the account." }, "accountBillingPlan": { "description": "Contains information about an account billing plan.", "type": "object", "properties": { "addOns": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/addOn" } }, "canCancelRenewal": { "description": "Reserved for DocuSign.", "type": "string" }, "canUpgrade": { "description": "When set to **true**, specifies that you can upgrade the account through the API. For GET methods, you must set the `include_metadata` query parameter to **true** for this property to appear in the response.", "type": "string" }, "currencyCode": { "description": "Specifies the ISO currency code to use for the account.", "type": "string" }, "downgradePlanInformation": { "$ref": "#/definitions/downgradePlanUpdateResponse", "description": "" }, "enableSupport": { "description": "When set to **true**, customer support is provided as part of the account plan.", "type": "string" }, "includedSeats": { "description": "The number of seats (users) included in the plan.", "type": "string" }, "incrementalSeats": { "description": "Reserved for DocuSign.", "type": "string" }, "isDowngrade": { "description": "When **true**, the account has been downgraded from a premium account type. Otherwise **false**.", "type": "string" }, "otherDiscountPercent": { "description": "Any other percentage discount for the plan.\n\nExample: `\"0.00\"`", "type": "string" }, "paymentCycle": { "description": "The payment cycle associated with the plan. The possible values are: \n\n- `Monthly`\n- `Annually` ", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "perSeatPrice": { "description": "The per-seat price associated with the plan.\n\nExample: `\"456.0000\"`", "type": "string" }, "planClassification": { "description": "Identifies the type of plan. Examples include:\n\n- `business`\n- `corporate`\n- `enterprise` \n- `free`", "type": "string" }, "planFeatureSets": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/featureSet" } }, "planId": { "description": "DocuSign's id for the account plan.", "type": "string" }, "planName": { "description": "The name of the billing plan used for the account.\n\nExamples: \n\n- `Personal - Annual`\n- `Unlimited Envelope Subscription - Annual Billing`", "type": "string" }, "renewalStatus": { "description": "The renewal status for the account. Valid values are:\n\n* `auto`: The account automatically renews.\n* `queued_for_close`: The account will be closed at the `billingPeriodEndDate`.\n* `queued_for_downgrade`: The account will be downgraded at the `billingPeriodEndDate`.\n\n**Note**: For GET methods, you must set the `include_metadata` query parameter to **true** for this property to appear in the response.", "type": "string" }, "seatDiscounts": { "description": "\n ", "type": "array", "items": { "$ref": "#/definitions/seatDiscount" } }, "supportIncidentFee": { "description": "The support incident fee charged for each support incident.\n\nExample: `\"$0.00\"`", "type": "string" }, "supportPlanFee": { "description": "The support plan fee charged for this plan.\n\nExample: `\"$0.00\"`", "type": "string" } }, "x-ds-definition-name": "accountBillingPlan", "x-ms-summary": "Contains information about an account billing plan." }, "accountBillingPlanResponse": { "description": "", "type": "object", "properties": { "billingAddress": { "$ref": "#/definitions/accountAddress", "description": "The billing address for the account." }, "billingAddressIsCreditCardAddress": { "description": "When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different.", "type": "string" }, "billingPlan": { "$ref": "#/definitions/accountBillingPlan", "description": "An object that contains details about the billing plan." }, "creditCardInformation": { "$ref": "#/definitions/creditCardInformation", "description": "A complex type that has information about the credit card used to pay for this account." }, "directDebitProcessorInformation": { "$ref": "#/definitions/directDebitProcessorInformation", "description": "Information about the bank that processes direct debits for the payment plan." }, "downgradePlanInformation": { "$ref": "#/definitions/downgradePlanUpdateResponse", "description": "" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "paymentProcessorInformation": { "$ref": "#/definitions/paymentProcessorInformation", "description": "Information about the entity that processes payments for the billing plan." }, "referralInformation": { "$ref": "#/definitions/referralInformation", "description": "A complex type that contains properties for entering referral and discount information." }, "successorPlans": { "description": "A list of billing plans that the current billing plan can be rolled into.", "type": "array", "items": { "$ref": "#/definitions/billingPlan" } } }, "x-ds-definition-name": "accountBillingPlanResponse", "x-ms-summary": "" }, "accountIdentityInputOption": { "type": "object", "properties": { "isRequired": { "description": "", "type": "boolean" }, "optionName": { "description": "", "type": "string" }, "valueType": { "description": "", "type": "string" } }, "x-ds-definition-name": "accountIdentityInputOption", "description": "", "x-ms-summary": "" }, "accountIdentityVerificationResponse": { "type": "object", "properties": { "identityVerification": { "description": " ", "type": "array", "items": { "$ref": "#/definitions/accountIdentityVerificationWorkflow" } } }, "x-ds-definition-name": "accountIdentityVerificationResponse", "description": "", "x-ms-summary": "" }, "accountIdentityVerificationStep": { "type": "object", "properties": { "name": { "description": "The name of the Identity Verification workflow step.", "type": "string" }, "type": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "accountIdentityVerificationStep", "description": "Information about a specific step in an Identity Verification workflow.", "x-ms-summary": "Information about a specific step in an Identity Verification workflow." }, "accountIdentityVerificationWorkflow": { "type": "object", "properties": { "defaultDescription": { "description": "Text describing the purpose of the Identity Verification workflow.", "type": "string" }, "defaultName": { "description": "The name of the Identity Verification workflow.", "type": "string" }, "inputOptions": { "description": "", "type": "array", "items": { "$ref": "#/definitions/accountIdentityInputOption" } }, "signatureProvider": { "$ref": "#/definitions/accountSignatureProvider", "description": "The signature provider associated with the Identity Verification workflow." }, "workflowId": { "description": "Workflow unique IDThis is the ID you must specify when setting ID Verification in an envelope using the `identityVerification`\n[core recipient parameter](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipients#core-recipient-parameters)", "type": "string" }, "workflowResourceKey": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "accountIdentityVerificationWorkflow", "description": "Specifies an Identity Verification workflow.", "x-ms-summary": "Specifies an Identity Verification workflow." }, "accountInformation": { "description": "", "type": "object", "properties": { "accountIdGuid": { "description": "The GUID associated with the account ID.", "type": "string" }, "accountName": { "description": "The name on the account.", "type": "string" }, "accountSettings": { "$ref": "#/definitions/accountSettingsInformation", "description": "The list of\n[account settings][accountsettings]\nthat determine\nthe features available for the account.\nNote that some features are determined\nby the plan used to create the account and cannot be overridden.\n\n[accountsettings]: https://developers.docusign.com/esign-rest-api/reference/Accounts/Accounts/create/#account-settings\n" }, "allowTransactionRooms": { "description": "When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled.", "type": "string" }, "billingPeriodDaysRemaining": { "description": "Number of days remaining in the current billing period.", "type": "string" }, "billingPeriodEndDate": { "description": "The billing period end date in UTC timedate format.", "type": "string" }, "billingPeriodEnvelopesAllowed": { "description": "The number of envelopes that can be sent in the current billing period (can be unlimited).", "type": "string" }, "billingPeriodEnvelopesSent": { "description": "The number of envelopes that have been sent in the current billing period.", "type": "string" }, "billingPeriodStartDate": { "description": "The billing period start date in UTC timedate format.", "type": "string" }, "billingProfile": { "description": "The type of billing method on the account. Valid values are: \n\n- `direct`\n- `web`", "type": "string" }, "canUpgrade": { "description": "When set to **true**, specifies that you can upgrade the account through the API. For GET methods, you must set the `include_metadata` query parameter to **true** for this property to appear in the response.", "type": "string" }, "connectPermission": { "description": "", "type": "string" }, "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "currencyCode": { "description": "The currency code for the account, based on the [ISO 4217 currency code](https://www.iso.org/iso-4217-currency-codes.html).", "type": "string" }, "currentPlanId": { "description": "ID of the plan used to create this account.", "type": "string" }, "distributorCode": { "description": "The code that identifies the billing plan groups and plans for the new account.", "type": "string" }, "docuSignLandingUrl": { "description": "URL of the landing page used to create the account.", "type": "string" }, "dssValues": { "description": "", "type": "object", "additionalProperties": { "type": "string" } }, "envelopeSendingBlocked": { "description": "When **true**, the ability to send envelopes is blocked. When **false**, envelopes can be sent.", "type": "string" }, "envelopeUnitPrice": { "description": "The price of sending an envelope, represented in the account's local currency.", "type": "string" }, "externalAccountId": { "description": "The Account ID displayed on the user's Account page.", "type": "string" }, "forgottenPasswordQuestionsCount": { "description": " A complex element that contains up to four Question/Answer pairs for forgotten password information for a user.", "type": "string" }, "isDowngrade": { "description": "When **true**, the account has been downgraded from a premium account type. Otherwise **false**.", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "planClassification": { "description": "Identifies the type of plan. Examples include:\n\n- `business`\n- `corporate`\n- `enterprise` \n- `free`", "type": "string" }, "planEndDate": { "description": "The date that the current plan will end.", "type": "string" }, "planName": { "description": "The name of the billing plan used for the account.\n\nExamples: \n\n- `Personal - Annual`\n- `Unlimited Envelope Subscription - Annual Billing`", "type": "string" }, "planStartDate": { "description": "The date that the Account started using the current plan.", "type": "string" }, "recipientDomains": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientDomain" } }, "seatsAllowed": { "description": "The number of active users the account can have at one time.", "type": "string" }, "seatsInUse": { "description": "The number of users currently active on the account.", "type": "string" }, "status21CFRPart11": { "description": "The status of the account content per (Title 21 CFR Part 11)[https://www.fda.gov/regulatory-information/search-fda-guidance-documents/part-11-electronic-records-electronic-signatures-scope-and-application]. This regulation defines the criteria under which electronic records and electronic signatures are considered trustworthy.", "type": "string" }, "suspensionDate": { "description": "The date on which the account was suspended.", "type": "string" }, "suspensionStatus": { "description": "Indicates whether the account is currently suspended.", "type": "string" } }, "x-ds-definition-name": "accountInformation", "x-ms-summary": "" }, "accountMinimumPasswordLength": { "type": "object", "properties": { "maximumLength": { "description": "", "type": "string" }, "minimumLength": { "description": "Minimum length of the access code string.", "type": "string" } }, "x-ds-definition-name": "accountMinimumPasswordLength", "description": "", "x-ms-summary": "" }, "accountNotification": { "type": "object", "properties": { "expirations": { "$ref": "#/definitions/expirations", "description": "A complex element that specifies the expiration settings for the envelope." }, "reminders": { "$ref": "#/definitions/reminders", "description": "A complex element that specifies reminder settings for the envelope" }, "userOverrideEnabled": { "description": "When **true**, the user can override envelope expirations.", "type": "string" } }, "x-ds-definition-name": "accountNotification", "description": "A complex element that specifies notifications (expirations and reminders) for the envelope.", "x-ms-summary": "A complex element that specifies notifications (expirations and reminders) for the envelope." }, "accountPasswordExpirePasswordDays": { "type": "object", "properties": { "maximumDays": { "description": "", "type": "string" }, "minimumDays": { "description": "", "type": "string" } }, "x-ds-definition-name": "accountPasswordExpirePasswordDays", "description": "", "x-ms-summary": "" }, "accountPasswordLockoutDurationMinutes": { "type": "object", "properties": { "maximumMinutes": { "description": "", "type": "string" }, "minimumMinutes": { "description": "", "type": "string" } }, "x-ds-definition-name": "accountPasswordLockoutDurationMinutes", "description": "", "x-ms-summary": "" }, "accountPasswordLockoutDurationType": { "type": "object", "properties": { "options": { "description": "An array of option strings supported by this setting.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "accountPasswordLockoutDurationType", "description": "", "x-ms-summary": "" }, "accountPasswordMinimumPasswordAgeDays": { "type": "object", "properties": { "maximumAge": { "description": "", "type": "string" }, "minimumAge": { "description": "", "type": "string" } }, "x-ds-definition-name": "accountPasswordMinimumPasswordAgeDays", "description": "", "x-ms-summary": "" }, "accountPasswordQuestionsRequired": { "type": "object", "properties": { "maximumQuestions": { "description": "The maximum number of password reset questions allowed for the account. This number must be between `0` and `4`, and equal to or greater than `minimumQuestions`.", "type": "string" }, "minimumQuestions": { "description": "The minimum number of password reset questions allowed for the account. This number must be between `0` and `4`, and equal to or less than `maximumQuestions`.", "type": "string" } }, "x-ds-definition-name": "accountPasswordQuestionsRequired", "description": "Information about the number of password questions required (0 to 4) to confirm a user's identity when a user needs to reset their password.", "x-ms-summary": "Information about the number of password questions required (0 to 4) to confirm a user's identity when a user needs to reset their password." }, "accountPasswordRules": { "type": "object", "properties": { "expirePassword": { "description": "When set to **true**, passwords expire. The default value is `false`.", "type": "string" }, "expirePasswordDays": { "description": "The number of days before passwords expire. To use this property, the `expirePassword` property must be set to **true**.", "type": "string" }, "expirePasswordDaysMetadata": { "$ref": "#/definitions/accountPasswordExpirePasswordDays", "description": "Metadata that indicates whether the `expirePasswordDays` property is editable.\n" }, "lockoutDurationMinutes": { "description": "The number of minutes a user is locked out of the system after three (?) failed login attempts. The default value is `2`.", "type": "string" }, "lockoutDurationMinutesMetadata": { "$ref": "#/definitions/accountPasswordLockoutDurationMinutes", "description": "Metadata that indicates whether the `lockoutDurationMinutes` property is editable.\n" }, "lockoutDurationType": { "description": "The interval associated with the user lockout after a failed login attempt.\n\nPossible values are: (?????)\n\n- `minutes` (default)\n- `hours`\n- `days`", "type": "string" }, "lockoutDurationTypeMetadata": { "$ref": "#/definitions/accountPasswordLockoutDurationType", "description": "Metadata that indicates whether the `lockoutDurationType` property is editable.\n" }, "minimumPasswordAgeDays": { "description": "The minimum number of days after a password is set before it can be changed. This value can be `0` or more days. The default value is `0`.", "type": "string" }, "minimumPasswordAgeDaysMetadata": { "$ref": "#/definitions/accountPasswordMinimumPasswordAgeDays", "description": "Metadata that indicates whether the `minimumPasswordAgeDays` property is editable.\n" }, "minimumPasswordLength": { "description": "The minimum number of characters in the password. This value must be a number between `6` and `15`. The default value is `6`.", "type": "string" }, "minimumPasswordLengthMetadata": { "$ref": "#/definitions/accountMinimumPasswordLength", "description": "Metadata that indicates whether the `minimumPasswordLength` property is editable.\n" }, "passwordIncludeDigit": { "description": "When set to **true**, passwords must include a digit. The default value is `false`.", "type": "string" }, "passwordIncludeDigitOrSpecialCharacter": { "description": "When set to **true**, passwords must include either a digit or a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeLowerCase": { "description": "When set to **true**, passwords must include a lowercase letter. The default value is `false`.", "type": "string" }, "passwordIncludeSpecialCharacter": { "description": "When set to **true**, passwords must include a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeUpperCase": { "description": "When set to **true**, passwords must include an uppercase letter. The default value is `false`.", "type": "string" }, "passwordStrengthType": { "description": "The type of password strength. Possible values are:\n\n- `basic`: The minimum password length is 6 characters with no other password requirements.\n- `medium`: The minimum password length is 7 characters. Passwords must also have one uppercase letter, one lowercase letter, and one number or special character.\n- `strong`: The minimum password length is 9 characters. Passwords must also have one uppercase letter, one lowercase letter, one number, and one special character.\n- `custom`: This option enables you to customize password requirements, including the following properties:\n\n - `minimumPasswordLength`\n - `minimumPasswordAgeDays`\n - `passwordIncludeDigit`\n - `passwordIncludeDigitOrSpecialCharacter`\n - `passwordIncludeLowerCase`\n - `passwordIncludeSpecialCharacter`\n - `passwordIncludeUpperCase`\n - `questionsRequired`", "type": "string" }, "passwordStrengthTypeMetadata": { "$ref": "#/definitions/accountPasswordStrengthType", "description": "Metadata that indicates whether the `passwordStrengthType` property is editable.\n" }, "questionsRequired": { "description": "The number of security questions required to confirm the user’s identity before the user can reset their password. The default value is `0`.", "type": "string" }, "questionsRequiredMetadata": { "$ref": "#/definitions/accountPasswordQuestionsRequired", "description": "Metadata that indicates whether the `questionsRequired` property is editable.\n" } }, "x-ds-definition-name": "accountPasswordRules", "description": "", "x-ms-summary": "" }, "accountPasswordStrengthType": { "type": "object", "properties": { "options": { "description": "An array of option strings supported by this setting.", "type": "array", "items": { "$ref": "#/definitions/accountPasswordStrengthTypeOption" } } }, "x-ds-definition-name": "accountPasswordStrengthType", "description": "", "x-ms-summary": "" }, "accountPasswordStrengthTypeOption": { "type": "object", "properties": { "minimumLength": { "description": "Minimum length of the access code string.", "type": "string" }, "name": { "description": "", "type": "string" }, "passwordIncludeDigit": { "description": "When set to **true**, passwords must include a digit. The default value is `false`.", "type": "string" }, "passwordIncludeDigitOrSpecialCharacter": { "description": "When set to **true**, passwords must include either a digit or a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeLowerCase": { "description": "When set to **true**, passwords must include a lowercase letter. The default value is `false`.", "type": "string" }, "passwordIncludeSpecialCharacter": { "description": "When set to **true**, passwords must include a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeUpperCase": { "description": "When set to **true**, passwords must include an uppercase letter. The default value is `false`.", "type": "string" } }, "x-ds-definition-name": "accountPasswordStrengthTypeOption", "description": "", "x-ms-summary": "" }, "accountRoleSettings": { "type": "object", "properties": { "allowAccountManagement": { "description": "When **true**, users have full administrative access to the account.", "type": "string" }, "allowAccountManagementMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAccountManagement` property is editable.\n" }, "allowApiAccess": { "description": "When **true**, users can manage documents by using the API.", "type": "string" }, "allowApiAccessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowApiAccess` property is editable.\n" }, "allowApiAccessToAccount": { "description": "When **true**, users can access the account by using the eSignature API.", "type": "string" }, "allowApiAccessToAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowApiAccessToAccount` property is editable.\n" }, "allowApiSendingOnBehalfOfOthers": { "description": "When **true**, users can send envelopes on behalf of others.", "type": "string" }, "allowApiSendingOnBehalfOfOthersMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowApiSendingOnBehalfOfOthers` property is editable.\n" }, "allowApiSequentialSigning": { "description": "When **true**, users may specify sequential signing recipients when they send documents by using the API.", "type": "string" }, "allowApiSequentialSigningMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowApiSequentialSigning` property is editable.\n" }, "allowAutoTagging": { "description": " If **true**, auto-tagging is enabled for the account.", "type": "string" }, "allowAutoTaggingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAutoTagging` property is editable." }, "allowBulkSending": { "description": "When **true**, bulk sending is enabled for users.", "type": "string" }, "allowBulkSendingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowBulkSending` property is editable.\n" }, "allowDocuSignDesktopClient": { "description": "When **true**, the DocuSign Desktop Client is enabled for users.\n", "type": "string" }, "allowDocuSignDesktopClientMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowDocuSignDesktopClient` property is editable.\n" }, "allowedAddressBookAccess": { "description": "Specifies the level of access that users have to the account's address book. Valid values are:\n\n- `personal`\n- `useShared`\n- `usePersonalAndShared`\n- `personalAndShared`\n", "type": "string" }, "allowedAddressBookAccessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowedAddressBookAccess` property is editable.\n" }, "allowedClickwrapsAccess": { "description": "", "type": "string" }, "allowedClickwrapsAccessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowedTemplateAccess": { "description": "Specifies the level of access that users have to account templates. Valid values are: \n\n- `none` \n- `use`\n- `create`\n- `share`", "type": "string" }, "allowedTemplateAccessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowedTemplateAccess` property is editable.\n" }, "allowedToBeEnvelopeTransferRecipient": { "description": "When **true**, users can be recipients of envelopes transferred to them by administrators of other accounts. ", "type": "string" }, "allowedToBeEnvelopeTransferRecipientMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowedToBeEnvelopeTransferRecipient` property is editable.\n" }, "allowEnvelopeSending": { "description": "When **true**, users can send envelopes.", "type": "string" }, "allowEnvelopeSendingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopeSending` property is editable.\n" }, "allowESealRecipients": { "description": "When **true**, users can add electronic seal ([eSeal](https://support.docusign.com/en/guides/ndse-user-guide-apply-electronic-seals)) recipients.", "type": "string" }, "allowESealRecipientsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowESealRecipients` property is editable." }, "allowPowerFormsAdminToAccessAllPowerFormEnvelopes": { "description": "When **true**, PowerForm Administrators can access all of the PowerForm envelopes associated with the account.", "type": "string" }, "allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable." }, "allowSendersToSetRecipientEmailLanguage": { "description": "When **true**, senders can set the language of the email that is sent to recipients.", "type": "string" }, "allowSendersToSetRecipientEmailLanguageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSendersToSetRecipientEmailLanguage` property is editable.\n" }, "allowSignerAttachments": { "description": "When **true**, users can add requests for attachments from signers.", "type": "string" }, "allowSignerAttachmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSignerAttachments` property is editable.\n" }, "allowSupplementalDocuments": { "description": "When **true**, senders can include supplemental documents.", "type": "string" }, "allowSupplementalDocumentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSupplementalDocuments` property is editable." }, "allowTaggingInSendAndCorrect": { "description": "When **true**, the tagger palette is visible during the sending and correct flows and users can add tabs to documents.", "type": "string" }, "allowTaggingInSendAndCorrectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowTaggingInSendAndCorrect` property is editable.\n" }, "allowVaulting": { "description": "Reserved for DocuSign.", "type": "string" }, "allowVaultingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "allowWetSigningOverride": { "description": "When **true**, users can override the default account setting that controls whether recipients can sign documents on paper. The option to overrride this setting occurs during the sending process on a per-envelope basis.", "type": "string" }, "allowWetSigningOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowWetSigningOverride` property is editable.\n" }, "canCreateWorkspaces": { "description": "Reserved for DocuSign.", "type": "string" }, "canCreateWorkspacesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "disableDocumentUpload": { "description": "When **true**, users cannot upload documents.", "type": "string" }, "disableDocumentUploadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableDocumentUpload` property is editable.\n" }, "disableOtherActions": { "description": "When **true**, users can access the **Other Actions** menu.", "type": "string" }, "disableOtherActionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableOtherActions` property is editable.\n" }, "enableApiRequestLogging": { "description": "When **true**, API request logging is enabled.\n\n**Note**: Logging limits apply.", "type": "string" }, "enableApiRequestLoggingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableApiRequestLogging` property is editable.\n" }, "enableRecipientViewingNotifications": { "description": "When **true**, senders are notified when recipients view the documents that they send.", "type": "string" }, "enableRecipientViewingNotificationsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableRecipientViewingNotifications` property is editable.\n" }, "enableSequentialSigningInterface": { "description": "When **true**, the sequential signing user interface is enabled.", "type": "string" }, "enableSequentialSigningInterfaceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSequentialSigningInterface` property is editable.\n" }, "enableTransactionPointIntegration": { "description": "Reserved for DocuSign.", "type": "string" }, "enableTransactionPointIntegrationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "powerFormRole": { "description": "The PowerForms rights associated with the account permission profile. Valid values are:\n\n- `none` \n- `user` \n- `admin`\n", "type": "string" }, "powerFormRoleMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `powerFormRole` property is editable.\n" }, "receiveCompletedSelfSignedDocumentsAsEmailLinks": { "description": "When **true**, senders receive emails about completed, self-signed documents that contain links to the completed documents instead of PDF attachments.", "type": "string" }, "receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable.\n" }, "signingUiVersionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "supplementalDocumentsMustAccept": { "description": "When **true**, senders can require recipients to accept supplemental documents.", "type": "string" }, "supplementalDocumentsMustAcceptMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.\n" }, "supplementalDocumentsMustRead": { "description": "When **true**, senders can require recipients to read supplemental documents.", "type": "string" }, "supplementalDocumentsMustReadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.\n" }, "supplementalDocumentsMustView": { "description": "When **true**, users can require recipients to view supplemental documents.", "type": "string" }, "supplementalDocumentsMustViewMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.\n" }, "useNewDocuSignExperienceInterface": { "description": "Reserved for DocuSign.", "type": "string" }, "useNewDocuSignExperienceInterfaceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "useNewSendingInterface": { "description": "Reserved for DocuSign.", "type": "string" }, "useNewSendingInterfaceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "vaultingMode": { "description": "Reserved for DocuSign.", "type": "string" }, "vaultingModeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." } }, "x-ds-definition-name": "accountRoleSettings", "description": "This object defines account permissions for users who are associated with the account permission profile. ", "x-ms-summary": "This object defines account permissions for users who are associated with the account permission profile. " }, "accountSeals": { "type": "object", "properties": { "seals": { "description": "A list of electronic seals to apply to documents.", "type": "array", "items": { "$ref": "#/definitions/sealIdentifier" } } }, "x-ds-definition-name": "accountSeals", "description": "", "x-ms-summary": "" }, "accountSettingsInformation": { "description": "Contains account settings information. Used in requests to set property values. Used in responses to report property values.", "type": "object", "properties": { "accessCodeFormat": { "$ref": "#/definitions/accessCodeFormat", "description": "Format of the string provided to a recipient in order to access an envelope." }, "accountDateTimeFormat": { "description": "UTC date/time format for the account.", "type": "string" }, "accountDateTimeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `accountDateTimeFormat` property is editable." }, "accountDefaultLanguage": { "description": "", "type": "string" }, "accountDefaultLanguageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "accountName": { "description": "The name on the account.", "type": "string" }, "accountNameMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `accountName` property is editable." }, "accountNotification": { "$ref": "#/definitions/accountNotification", "description": "An object that specifies notifications (expirations and reminders) for the envelope." }, "accountUISettings": { "$ref": "#/definitions/accountUISettings", "description": "An object that defines the settings to use in the UI." }, "adoptSigConfig": { "description": "When set to **true**, [Signature Adoption Configuration](https://support.docusign.com/en/guides/ndse-admin-guide-signature-adopt-config) is enabled. \n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "adoptSigConfigMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `adoptSigConfig` property is editable.\n" }, "advancedCorrect": { "description": "If **true**, the Advanced Correction feature is enabled for this account.", "type": "string" }, "advancedCorrectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `advancedCorrect` property is editable.\n" }, "allowAccessCodeFormat": { "description": "When **true**, the configured [Access Code Format](https://developers.docusign.com/esign-rest-api/reference/Accounts/Accounts/get#accessCodeFormat) page is enabled for account administrators.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowAccessCodeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAccessCodeFormat` property is editable.\n" }, "allowAccountManagementGranular": { "description": "When **true**, the account can be managed on a per-user basis.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowAccountManagementGranularMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAccountManagementGranular` property is editable.\n" }, "allowAccountMemberNameChange": { "description": "Boolean that specifies whether member names can be changed in the account.", "type": "string" }, "allowAccountMemberNameChangeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAccountMemberNameChange` property is editable.\n" }, "allowAdvancedRecipientRoutingConditional": { "description": "When set to **true**, [Conditional Routing](https://support.docusign.com/en/guides/ndse-user-guide-conditional-recipients) is enabled for the account as part of DocuSign's Advanced Recipient Routing feature.", "type": "string" }, "allowAdvancedRecipientRoutingConditionalMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable." }, "allowAgentNameEmailEdit": { "description": " If **true**, an agent recipient can change the email addresses of recipients later in the signing order.\n", "type": "string" }, "allowAgentNameEmailEditMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable.\n" }, "allowAgreementActions": { "description": "", "type": "string" }, "allowAgreementActionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `allowAgreementActions` property." }, "allowAutoNavSettings": { "description": " If **true**, auto-navigation can be enabled for this account.\n", "type": "string" }, "allowAutoNavSettingsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAutoNavSettings` property is editable.\n" }, "allowAutoTagging": { "description": " If **true**, auto-tagging is enabled for the account.", "type": "string" }, "allowAutoTaggingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowAutoTagging` property is editable." }, "allowBulkSend": { "description": "When set to **true**, bulk send functionality is enabled for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowBulkSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowBulkSend` property is editable.\n" }, "allowCDWithdraw": { "description": "When set to **true**, indicates that the customer can withdraw their consent to the consumer disclosure when they decline to sign documents. If these recipients sign documents sent to them from your account in the future, they will be required to agree to the terms in the disclosure. The default value is **false**.\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowCDWithdrawMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowCDWithdraw` property is editable.\n" }, "allowConnectHttpListenerConfigs": { "description": "Boolean that specifies whether a Connect configuration can use HTTP listeners.", "type": "string" }, "allowConnectSendFinishLater": { "description": "Reserved for DocuSign.", "type": "string" }, "allowConnectSendFinishLaterMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowConnectSendFinishLater` property is editable.\n" }, "allowConnectUnifiedPayloadUI": { "description": "", "type": "string" }, "allowConsumerDisclosureOverride": { "description": "If **true**,\nthe account has the ability to change the\n[Consumer Disclosure](https://support.docusign.com/en/guides/ndse-admin-guide-legal-disclosure)\nsetting.\n", "type": "string" }, "allowConsumerDisclosureOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable.\n" }, "allowDataDownload": { "description": "When set to **true**, senders can download form data from the envelopes that they send.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowDataDownloadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowDataDownload` property is editable.\n" }, "allowDocumentDisclosures": { "description": "Boolean that specifies whether disclosure documents can be included in envelopes.", "type": "string" }, "allowDocumentDisclosuresMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowDocumentDisclosures` property is editable.\n" }, "allowDocumentsOnSignedEnvelopes": { "description": "Boolean that specifies whether notifications can include the envelope's signed document.", "type": "string" }, "allowDocumentsOnSignedEnvelopesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable.\n" }, "allowDocumentVisibility": { "description": "When **true**, the [Document Visibility](https://support.docusign.com/guides/ndse-user-guide-document-visibility) feature is enabled for the account.\n", "type": "string" }, "allowDocumentVisibilityMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowDocumentVisibility` property is editable.\n" }, "allowEHankoStamps": { "description": "When **true**,\n[eHanko stamps](https://support.docusign.com/en/guides/ndse-user-guide-manage-your-stamps)\nare enabled.\n", "type": "string" }, "allowEHankoStampsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEHankoStamps` property is editable.\n" }, "allowENoteEOriginal": { "description": "Specifies whether eNote eOriginal integration is enabled.\n", "type": "string" }, "allowENoteEOriginalMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowENoteEOriginal` property is editable.\n" }, "allowEnvelopeCorrect": { "description": "When set to **true**, the envelope correction feature is enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowEnvelopeCorrectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopeCorrect` property is editable.\n" }, "allowEnvelopeCustodyTransfer": { "description": "Specifies whether the account is able to\nmanage rules that [transfer ownership](https://support.docusign.com/en/guides/ndse-admin-guide-custody-transfer)\nof envelopes within the same account.\n\n\n\n", "type": "string" }, "allowEnvelopeCustodyTransferMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable.\n" }, "allowEnvelopeCustomFields": { "description": "Specifies whether\n[envelope custom fields](https://support.docusign.com/en/guides/ndse-user-guide-manage-custom-fields)\nare enabled.\n", "type": "string" }, "allowEnvelopeCustomFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable.\n" }, "allowEnvelopePublishReporting": { "description": "When set to **true**, envelope publishing reporting is enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowEnvelopePublishReportingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable.\n" }, "allowEnvelopeReporting": { "description": "Specifies whether the account has access to reports.\n", "type": "string" }, "allowEnvelopeReportingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowEnvelopeReporting` property is editable.\n" }, "allowExpression": { "description": "If the account plan does not include calculated fields, this setting allows an account to use them.\n\n", "type": "string" }, "allowExpressionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowExpression` property is editable.\n" }, "allowExpressSignerCertificate": { "description": "When set to **true**, signers are required to use Express Digital Signatures.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowExpressSignerCertificateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowExpressSignerCertificate` property is editable.\n" }, "allowExtendedSendingResourceFile": { "description": "Boolean that specifies whether resource files can be used for extended sending.", "type": "string" }, "allowExtendedSendingResourceFileMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable.\n" }, "allowExternalSignaturePad": { "description": "When set to **true**, the account can\nconfigure and use signature pads for their recipients.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowExternalSignaturePadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowExternalSignaturePad` property is editable.\n" }, "allowIDVLevel1": { "description": "When set to **true**, IDV Level 1 is allowed. The default value is **false**.", "type": "string" }, "allowIDVLevel1Metadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowIDVLevel1` property is editable." }, "allowIDVPlatform": { "description": "", "type": "string" }, "allowIDVPlatformMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowIDVPlatform` property is editable." }, "allowInPerson": { "description": "When set to **true**, the account administrator can enable in-person signing.\n\n**Note**: Only SysAdmin users can change this setting.\n\n", "type": "string" }, "allowInPersonMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowInPerson` property is editable.\n" }, "allowManagedStamps": { "description": "When **true**, [Managed Stamps](https://support.docusign.com/en/guides/ndse-admin-guide-managed-stamps) are enabled.", "type": "string" }, "allowManagedStampsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowManagedStamps` property is editable.\n" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowMarkupMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowMarkup` property is editable.\n" }, "allowMemberTimeZone": { "description": "When set to **true**, account users can set their own\n[time zone settings](https://support.docusign.com/en/articles/How-do-I-modify-time-zone-settings-for-my-account).\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowMemberTimeZoneMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowMemberTimeZone` property is editable.\n" }, "allowMergeFields": { "description": "When set to **true**, the account can use\n[merge fields](https://support.docusign.com/en/guides/dfs-user-guide-merge-fields-user)\nwith DocuSign for Salesforce.\n", "type": "string" }, "allowMergeFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowMergeFields` property is editable.\n" }, "allowMultipleBrandProfiles": { "description": "Specifies whether the account supports multiple brands.\n", "type": "string" }, "allowMultipleBrandProfilesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable.\n" }, "allowMultipleSignerAttachments": { "description": "When set to **true**, recipients can\nupload multiple signer attachments with a single attachment.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowMultipleSignerAttachmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable.\n" }, "allowNonUSPhoneAuth": { "description": "Specifies whether users can use\ninternational numbers\nfor phone authentication.\n", "type": "string" }, "allowNonUSPhoneAuthMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable.\n" }, "allowOcrOfEnvelopeDocuments": { "description": "", "type": "string" }, "allowOcrOfEnvelopeDocumentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowOfflineSigning": { "description": "When set to **true**,\n[offline signing](https://support.docusign.com/articles/Offline-access-with-the-DocuSign-Mobile-App-for-iOS-iPad-iPhone-iPod-Touch)\nis enabled for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowOfflineSigningMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowOfflineSigning` property is editable.\n" }, "allowOpenTrustSignerCertificate": { "description": "When set to **true**, senders can use OpenTrust signer certificates.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowOpenTrustSignerCertificateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable.\n" }, "allowOrganizations": { "description": "Boolean that specifies whether [DocuSign Admin](https://developers.docusign.com/orgadmin-api) is enabled for the account.", "type": "string" }, "allowOrganizationsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowOrganizations` property is editable.\n" }, "allowPaymentProcessing": { "description": "When set to **true**, payment processing is enabled for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowPaymentProcessingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPaymentProcessing` property is editable.\n" }, "allowPersonalSignerCertificate": { "description": "When set to **true**, signers can use personal signer certificates.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowPersonalSignerCertificateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPersonalSignerCertificate` property is editable.\n" }, "allowPhoneAuthentication": { "description": "Boolean that specifies whether phone authentication is enabled for the account.", "type": "string" }, "allowPhoneAuthenticationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPhoneAuthentication` property is editable.\n" }, "allowPhoneAuthOverride": { "description": "Boolean that specifies whether users can override phone authentication.", "type": "string" }, "allowPhoneAuthOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPhoneAuthOverride` property is editable.\n" }, "allowPrivateSigningGroups": { "description": "Reserved for DocuSign. This property returns the value **false** when listing account settings. Read only.", "type": "string" }, "allowPrivateSigningGroupsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowPrivateSigningGroups` property is editable.\n" }, "allowReminders": { "description": "When set to **true**,\nan account administrator can to turn on reminders\nand expiration defaults for the account.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowRemindersMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowReminders` property is editable.\n" }, "allowRemoteNotary": { "description": "", "type": "string" }, "allowRemoteNotaryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowResourceFileBranding": { "description": "If **true**,\nresource files can be uploaded in branding.\n", "type": "string" }, "allowResourceFileBrandingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowResourceFileBranding` property is editable.\n" }, "allowSafeBioPharmaSignerCertificate": { "description": "When set to **true**,\naccount administrators can\nspecify that signers are\nrequired to use SAFE-BioPharma digital signatures.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowSafeBioPharmaSignerCertificateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable.\n" }, "allowSecurityAppliance": { "description": "Boolean that specifies whether a DocuSign Signature Appliance can be used with the account.", "type": "string" }, "allowSecurityApplianceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSecurityAppliance` property is editable.\n" }, "allowSendToCertifiedDelivery": { "description": "If **true**,\nthe account admin can enable the\nSend to Certified Delivery\nfeature on the account.\n", "type": "string" }, "allowSendToCertifiedDeliveryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable.\n" }, "allowSendToIntermediary": { "description": "If **true**,\nthe account admin can enable the Send to Intermediary\nfeature on the account.\n", "type": "string" }, "allowSendToIntermediaryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSendToIntermediary` property is editable.\n" }, "allowServerTemplates": { "description": "If **true**,\nthe account can use templates.\n", "type": "string" }, "allowServerTemplatesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowServerTemplates` property is editable.\n" }, "allowSetEmbeddedRecipientStartURL": { "description": "", "type": "string" }, "allowSetEmbeddedRecipientStartURLMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowSharedTabs": { "description": "When set to **true**,\nshared tabs are enabled for the account.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowSharedTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSharedTabs` property is editable.\n" }, "allowSignatureStamps": { "description": "When set to **true**, Signature Stamps are enabled.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowSignatureStampsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSignatureStamps` property is editable.\n" }, "allowSignDocumentFromHomePage": { "description": "When set to **true**, recipients can sign documents from the home page.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowSignDocumentFromHomePageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable.\n" }, "allowSignerReassign": { "description": "When set to **true**, the recipient of an envelope sent from this account can reassign it to another person.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "allowSignerReassignMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSignerReassign` property is editable.\n" }, "allowSignerReassignOverride": { "description": "When set to **true**, an account administrator can override the ability of an envelope recipient to reassign it to another person.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowSignerReassignOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSignerReassignOverride` property is editable.\n" }, "allowSigningExtensions": { "description": "Boolean that specifies whether Signing and App Extensions are allowed.", "type": "string" }, "allowSigningExtensionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSigningExtensions` property is editable.\n" }, "allowSigningGroups": { "description": "When set to **true**, the account allows signing groups. This setting is only shown in responses that list account settings. Read only.", "type": "string" }, "allowSigningGroupsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSigningGroups` property is editable.\n" }, "allowSigningRadioDeselect": { "description": "Boolean that specifies whether the account supports radio buttons on tabs [Radio CustomTabType](https://developers.docusign.com/esign-soap-api/reference/Sending-Group/Tab).", "type": "string" }, "allowSigningRadioDeselectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSigningRadioDeselect` property is editable.\n" }, "allowSignNow": { "description": "If **true**,\nthe account administrator can enable\nthe Sign Now feature.\n", "type": "string" }, "allowSignNowMetadata": { "description": "Metadata that indicates whether the `allowSignNow` property is editable.\n", "type": "string" }, "allowSMSDelivery": { "description": "", "type": "string" }, "allowSMSDeliveryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowSocialIdLogin": { "description": "Deprecated.", "type": "string" }, "allowSocialIdLoginMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Deprecated." }, "allowSupplementalDocuments": { "description": "When **true**, this user can include supplemental documents.", "type": "string" }, "allowSupplementalDocumentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSupplementalDocuments` property is editable." }, "allowUsersToAccessDirectory": { "description": "", "type": "string" }, "allowUsersToAccessDirectoryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowValueInsights": { "description": "", "type": "string" }, "allowValueInsightsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "anchorPopulationScope": { "description": "This property determines how template anchor tabs are applied.\n\nValid values are:\n\n- `document`: Anchor tabs are applied only to the document that you specify. \n- `envelope`: Anchor tabs are applied to all of the documents in the envelope associated with the template.\n\n**Note**: When you are using the `anchorPopulationScope` property with a Composite Template, the value `document` is supported only with a single server template and a single inline template.\n\n", "type": "string" }, "anchorPopulationScopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `anchorPopulationScope` property is editable.\n" }, "anchorTagVersionedPlacementEnabled": { "description": "Reserved for DocuSign.\n", "type": "string" }, "anchorTagVersionedPlacementMetadataEnabled": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "attachCompletedEnvelope": { "description": "When set to **true**, envelope documents are included as a PDF file attachment to \"signing completed\" emails.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "attachCompletedEnvelopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `attachCompletedEnvelope` property is editable." }, "authenticationCheck": { "description": "Sets when authentication checks are applied for recipient envelope access. This setting only applies to the following ID checks: \n\n- Phone Authentication\n- SMS Authentication\n- Knowledge-Based ID\n\nThis setting takes one of the following options: \n\n- `initial_access`: The authentication check always applies the first time a recipient accesses the documents. Recipients are not asked to authenticate again when they access the documents from the same browser on the same device. If the recipient attempts to access the documents from a different browser or a different device, the recipient must pass authentication again. Once authenticated, that recipient is not challenged again on the new device or browser. The ability for a recipient to skip authentication for documents is limited to documents sent from the same sending account.\n- `each_access`: Authentication checks apply every time a recipient attempts to access the envelope. However, you can configure the Authentication Expiration setting to allow recipients to skip authentication when they have recently passed authentication by setting a variable time frame.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "authenticationCheckMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `authenticationCheck` property is editable.\n" }, "autoNavRule": { "description": "Specifies how auto-navigation works.\nValid values are:\n\n- `off`\n- `required_fields`\n- `required_and_blank_fields`\n- `all_fields`\n- `page_then_required_fields`\n- `page_then_required_and_blank_fields`\n- `page_then_all_fields`\n", "type": "string" }, "autoNavRuleMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `autoNavRule` property is editable.\n" }, "autoProvisionSignerAccount": { "description": "Boolean that specifies whether to automatically provision a user membership in the account for accountless recipients. (Also known as Just-in-Time provisioning.)", "type": "string" }, "autoProvisionSignerAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `autoProvisionSignerAccount` property is editable.\n" }, "bccEmailArchive": { "description": "Boolean that specifies whether BCC for Email Archive is enabled for the account. BCC for Email Archive allows you to set up an archive email address so that a BCC copy of an envelope is sent only to that address.", "type": "string" }, "bccEmailArchiveMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `bccEmailArchive` property is editable.\n" }, "betaSwitchConfiguration": { "description": "Reserved for DocuSign.\n", "type": "string" }, "betaSwitchConfigurationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "billingAddress": { "$ref": "#/definitions/addressInformation", "description": "The billing address for the account." }, "billingAddressMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `billingAddress` property is editable.\n" }, "bulkSend": { "description": "When **true**, this user can use the bulk send feature for the account.", "type": "string" }, "bulkSendMaxCopiesInBatch": { "description": "", "type": "string" }, "bulkSendMaxUnprocessedEnvelopesCount": { "description": "", "type": "string" }, "bulkSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `bulkSend` property is editable.\n" }, "canSelfBrandSend": { "description": "When set to **true**, account administrators can self-brand their sending console through the DocuSign console.", "type": "string" }, "canSelfBrandSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `canSelfBrandSend` property is editable.\n" }, "canSelfBrandSign": { "description": "When set to **true**, account administrators can self-brand their signing console through the DocuSign console.", "type": "string" }, "canSelfBrandSignMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `canSelfBrandSign` property is editable.\n" }, "canUseSalesforceOAuth": { "description": "", "type": "string" }, "canUseSalesforceOAuthMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "captureVoiceRecording": { "description": "Reserved for DocuSign.", "type": "string" }, "captureVoiceRecordingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "cfrUseWideImage": { "description": "Boolean that specifies whether to use a shorter/wider format when generating the CFR Part 11 signature image.", "type": "string" }, "cfrUseWideImageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `cfrUseWideImage` property is editable.\n" }, "checkForMultipleAdminsOnAccount": { "description": "", "type": "string" }, "checkForMultipleAdminsOnAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable." }, "chromeSignatureEnabled": { "description": "Boolean that specifies whether the signers of the envelopes from this account use a signature with a DocuSign chrome around it or not.", "type": "string" }, "chromeSignatureEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `chromeSignatureEnabled` property is editable.\n" }, "commentEmailShowMessageText": { "description": "When set to **true**, the text of comments is included in email notifications when a comment is posted.\n\n**Note**: If the envelope requires additional recipient authentication, comment text is not included.", "type": "string" }, "commentEmailShowMessageTextMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `commentEmailShowMessageText` property is editable.\n" }, "commentsAllowEnvelopeOverride": { "description": "When set to **true** and comments are enabled for the account, senders can disable comments for an envelope through the **Advanced Options** menu that appears during the sending process.", "type": "string" }, "commentsAllowEnvelopeOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable.\n" }, "conditionalFieldsEnabled": { "description": "When set to **true**, conditional fields can be used in documents.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "conditionalFieldsEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `conditionalFieldsEnabled` property is editable.\n" }, "consumerDisclosureFrequency": { "description": "Speficies how often to display the consumer disclosure.\n\nValid values are:\n\n- `once`: Per account, the supplemental document is displayed once only per `userId`. \n- `always`: Per envelope, the supplemental document is displayed once only per `userId`. \n- `each_access`: Per envelope, the supplemental document is displayed once only per `recipientId`.\n", "type": "string" }, "consumerDisclosureFrequencyMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `consumerDisclosureFrequency` property is editable.\n" }, "convertPdfFields": { "description": "Boolean that specifies whether to enable PDF form fields to get converted to DocuSign secure fields when the document is added or uploaded to an envelope.", "type": "string" }, "convertPdfFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `convertPdfFields` property is editable.\n" }, "dataPopulationScope": { "description": "Specifies how data is shared for tabs with the same tabLabel. Valid values are:\n\n- `document`: Tabs in a document with the same label populate with the same data.\n- `envelope`: Tabs in all documents in the envelope with the same label populate with the same data.\n\nThis setting applies to the following tab types: \n\n- Check box \n- Company\n- Data field\n- Drop-down list\n- Full name \n- Formula\n- Note\n- Title\n\n**Note**: Only Admin users can change this setting. Changing this setting affects envelopes that have been sent but not completed. ", "type": "string" }, "dataPopulationScopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataPopulationScope` property is editable.\n" }, "disableMobileApp": { "description": "When **true**, the mobile app distributor key is prevented from connecting for account users.", "type": "string" }, "disableMobileAppMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableMobileApp` property is editable.\n" }, "disableMobilePushNotifications": { "description": "When set to **true**, push notifications are disabled for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "disableMobilePushNotificationsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableMobilePushNotifications` property is editable.\n" }, "disableMobileSending": { "description": "When set to **true**, sending from a mobile application is disabled.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "disableMobileSendingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableMobileSending` property is editable.\n" }, "disableMultipleSessions": { "description": "When set to **true**, account users cannot be logged into multiple sessions at the same time.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "disableMultipleSessionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableMultipleSessions` property is editable.\n" }, "disablePurgeNotificationsForSenderMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "disableSignerCertView": { "description": "When **true**, signers cannot view certificates of completion.", "type": "string" }, "disableSignerCertViewMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableSignerCertView` property is editable.\n" }, "disableSignerHistoryView": { "description": "When **true**, signers cannot view envelope history.", "type": "string" }, "disableSignerHistoryViewMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableSignerHistoryView` property is editable.\n" }, "disableStyleSignature": { "description": "When **true**, the **Select Style** option is hidden from signers and they must draw their signature instead. ", "type": "string" }, "disableStyleSignatureMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableStyleSignature` property is editable.\n" }, "disableUploadSignature": { "description": "When set to **true**, signers cannot upload custom image files of their signature and initials.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "disableUploadSignatureMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableUploadSignature` property is editable.\n" }, "disableUserSharing": { "description": "When **true**, the User Sharing feature is disabled for the account.", "type": "string" }, "disableUserSharingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableUserSharing` property is editable.\n" }, "displayBetaSwitch": { "description": "Boolean that specifies whether to display a Beta switch for your app.", "type": "string" }, "displayBetaSwitchMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `displayBetaSwitch` property is editable.\n" }, "documentConversionRestrictions": { "description": "Sets the account document upload restriction for non-account administrators. Valid values are:\n\n- `no_restrictions`: There are no restrictions on the type of documents that can be uploaded.\n- `allow_pdf_only`: Non-administrators can only upload PDF files.\n- `no_upload`: Non-administrators cannot upload files.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "documentConversionRestrictionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `documentConversionRestrictions` property is editable.\n" }, "documentRetention": { "description": "Sets a document retention period, which controls the number of days that DocuSign retains documents after they have reached a completed,declined, or voided state. When document retention is enabled for the account, the default value is `356` days.", "type": "string" }, "documentRetentionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `documentRetention` property is editable.\n" }, "documentRetentionPurgeTabs": { "description": "When set to **true** and `documentRetention` is set, document fields and metadata are also purged after the document retention period ends. The default value is **false**.\n\n**Note**: Only Admins can change this setting.", "type": "string" }, "documentVisibility": { "description": "Configures the Document Visibility feature for the account. Valid values are:\n\n- `Off`: Document Visibility is not active for the account.\n- `MustSignToViewUnlessSenderAccount`: Document Visibility is enabled for all envelopes sent from the account. Any member of the sending account can view all of the documents in an envelope.\n- `MustSignToViewUnlessSender`: Document Visibility is enabled for all envelopes sent from the account. Only the sender can view all of the documents in an envelope.\n- `SenderCanSetMustSignToViewUnlessSenderAccount`: The sender has the option to enable Document Visibility for an envelope. When enabled for an envelope, all of the documents within it are still visible to any member of the sending account.\nVd- `SenderCanSetMustSignToViewUnlessSender`: The sender has the option to enable Document Visibility for an envelope. When enabled for an envelope, all of the documents in the envelope are visible only to the sender.\n\n**Note**: For this configuration to take effect, `allowDocumentVisibility` must be set to **true**.", "type": "string" }, "documentVisibilityMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `documentVisibility` property is editable.\n" }, "emailTemplateVersion": { "description": "Specifies the version of the email templates used in an account. If new signing is selected in a member's Admin page, the user is updated to the newest version (1.1), the minimum version of email supported for the account.", "type": "string" }, "emailTemplateVersionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `emailTemplateVersion` property is editable.\n" }, "enableAccessCodeGenerator": { "description": "When **true**, enables Access Code Generator on the account.", "type": "string" }, "enableAccessCodeGeneratorMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableAccessCodeGenerator` property is editable.\n" }, "enableAdvancedPayments": { "description": "When **true**, enables Advanced Payments for the account.", "type": "string" }, "enableAdvancedPaymentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableAdvancedPayments` property is editable.\n" }, "enableAdvancedPowerForms": { "description": "When **true**, enables advanced PowerForms for the account.", "type": "string" }, "enableAdvancedPowerFormsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableAdvancedPowerForms` property is editable.\n" }, "enableAgreementActionsForCLM": { "description": "", "type": "string" }, "enableAgreementActionsForCLMMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableAgreementActionsForESign": { "description": "", "type": "string" }, "enableAgreementActionsForESignMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableAutoNav": { "description": "When **true**, enables the account to set the AutoNav rule setting, which enables a sender to override the auto-navigation setting per envelope.\n\n**Note**: To change this setting, you must be a SysAdmin user or `EnableAutoNavByDSAdmin must be set.", "type": "string" }, "enableAutoNavMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableAutoNav` property is editable.\n" }, "enableCalculatedFields": { "description": "When set to **true**, calculated fields are enabled for the account. \n\n**Note**: This setting can be changed only by Admin users, and only if the account-level setting `allowExpression` is set to **true**.", "type": "string" }, "enableCalculatedFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableCalculatedFields` property is editable.\n" }, "enableClickwraps": { "description": "Boolean that specifies whether clickwraps are enabled in your app. A [clickwrap](https://developers.docusign.com/click-api/guides/) is an iframe that you embed in your own website or app.", "type": "string" }, "enableClickwrapsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableClickwraps` property is editable.\n" }, "enableCommentsHistoryDownloadInSigning": { "description": "", "type": "string" }, "enableCommentsHistoryDownloadInSigningMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableCustomerSatisfactionMetricTracking": { "description": "When **true**, enables customer satisfaction metric tracking for the account.", "type": "string" }, "enableCustomerSatisfactionMetricTrackingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.\n" }, "enableDSPro": { "description": "Reserved for DocuSign.", "type": "string" }, "enableDSProMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableDSPro` property is editable.\n" }, "enableEnvelopeStampingByAccountAdmin": { "description": "When set to **true**, enables the account administrator to control envelope stamping for an account (stamping the `envelopeId` in the the document margins).\n\n**Note**: This setting can be changed only by Admin users, and only if the account-level setting `enableEnvelopeStampingByDSAdmin` is set to **true**.", "type": "string" }, "enableEnvelopeStampingByAccountAdminMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable.\n" }, "enableEnvelopeStampingByDSAdmin": { "description": "When **true**, enables the DocuSign administrator to control envelope stamping for an account (placement of the `envelopeId`).", "type": "string" }, "enableEnvelopeStampingByDSAdminMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable.\n" }, "enableInBrowserEditor": { "description": "", "type": "string" }, "enableInBrowserEditorMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enablePaymentProcessing": { "description": "When set to **true**, payment processing is enabled for this account.\n\n**Note**: This setting can be changed only by Admin users, and only if the account-level setting `allowPaymentProcessing` is set.", "type": "string" }, "enablePaymentProcessingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enablePaymentProcessing` property is editable.\n" }, "enablePowerForm": { "description": "When set to **true**, enables PowerForms for the account.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "enablePowerFormDirect": { "description": "When set to **true**, enables direct PowerForms for an account. Direct PowerForms are in-session PowerForms.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "enablePowerFormDirectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enablePowerFormDirect` property is editable.\n" }, "enablePowerFormMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enablePowerForm` property is editable.\n" }, "enableRecipientDomainValidation": { "description": "Reserved for DocuSign.", "type": "string" }, "enableRecipientDomainValidationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableRecipientDomainValidation` property is editable.\n" }, "enableReportLinks": { "description": "Enables direct links to envelopes in reports for administrators in the following scopes:\n- `NoEnvelopes`\n- `AllEnvelopes`\n- `OnlyOwnEnvelopes`", "type": "string" }, "enableReportLinksMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableReportLinks` property is editable.\n" }, "enableRequireSignOnPaper": { "description": "When set to **true**, the account can use the `requireSignOnPaper` option.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "enableRequireSignOnPaperMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableRequireSignOnPaper` property is editable.\n" }, "enableReservedDomain": { "description": "When **true**, account administrators can reserve a web domain and users. Domains are organization-specific reserved internet domains, such as `@exampledomain.com`. You can define policy settings for users of each reserved domain within your organization, export lists of domain users for audit purposes, and manage domain users.\n\n- Domains may be claimed by an organization.\n- When a domain is claimed by an organization, all users within that domain are added to the organization, even if they have trial or free accounts.\n- You can set domain controls for all users of the domain.\n- You can export information about your organization’s users that are associated with your reserved domains.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "enableReservedDomainMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableReservedDomain` property is editable.\n" }, "enableResponsiveSigning": { "description": "When **true**, enables responsive signing.", "type": "string" }, "enableResponsiveSigningMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableResponsiveSigning` property is editable.\n" }, "enableScheduledRelease": { "description": "When set to **true**, scheduled releases are enabled. The default value is **false**.", "type": "string" }, "enableScheduledReleaseMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableScheduledRelease` property is editable.\n" }, "enableSearchUI": { "description": "", "type": "string" }, "enableSearchUIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableSendingTagsFontSettings": { "description": "When **true**, enables fonts to be set on tags for the account.", "type": "string" }, "enableSendingTagsFontSettingsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable.\n" }, "enableSendToAgent": { "description": "When **true**, this account can use the Agent recipient type.\n\n**Note**: Only SysAdmin users can change this setting.\n", "type": "string" }, "enableSendToAgentMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSendToAgent` property is editable.\n" }, "enableSendToIntermediary": { "description": "When set to **true**, this account can use the Intermediary recipient type.\n\n**Note**: Only Admin users can change this setting, and only if `allowSendToIntermediary` is set.\n", "type": "string" }, "enableSendToIntermediaryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSendToIntermediary` property is editable.\n" }, "enableSendToManage": { "description": "When set to **true**, this account can use the Editor recipient type.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "enableSendToManageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSendToManage` property is editable.\n" }, "enableSequentialSigningAPI": { "description": "When set to **true**, the account can define the routing\norder of recipients for envelopes sent by using the eSignature API.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "enableSequentialSigningAPIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.\n" }, "enableSequentialSigningUI": { "description": "When set to **true**, the account can define the routing order\nof recipients for envelopes sent by using the DocuSign application.\n\n**Note**: Only SysAdmin users can change this setting.\n", "type": "string" }, "enableSequentialSigningUIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSequentialSigningUI` property is editable.\n" }, "enableSignerAttachments": { "description": "When set to **true**, users can use the signing attachments feature to request attachments from signers.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "enableSignerAttachmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignerAttachments` property is editable.\n" }, "enableSigningExtensionComments": { "description": "When set to **true**, enables comments for the account so that signers and recipients can make and respond to comments in documents belonging to the envelopes that they are sent.", "type": "string" }, "enableSigningExtensionCommentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSigningExtensionComments` property is editable.\n" }, "enableSigningExtensionConversations": { "description": "When **true**, enables conversation functionality.", "type": "string" }, "enableSigningExtensionConversationsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSigningExtensionConversations` property is editable.\n" }, "enableSigningOrderSettingsForAccount": { "description": "When **true**, switches Signing Order to On by default for new envelopes.", "type": "string" }, "enableSigningOrderSettingsForAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable.\n" }, "enableSignOnPaper": { "description": "When set to **true**, a sender can allow signers to use the sign on paper option.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "enableSignOnPaperMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignOnPaper` property is editable.\n" }, "enableSignOnPaperOverride": { "description": "When set to **true**, a user can override the default default account setting for the Sign on Paper option, which specifies whether signers can sign documents on paper as an option to signing electronically.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "enableSignOnPaperOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.\n" }, "enableSignWithNotary": { "description": "When set to **true**, Sign with Notary functionality is enabled for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "enableSignWithNotaryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignWithNotary` property is editable.\n" }, "enableSmartContracts": { "description": "When set to **true**, blockchain-based [Smart Contracts](https://www.docusign.com/products/blockchain) are enabled. The default value is **false**.", "type": "string" }, "enableSmartContractsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSmartContracts` property is editable." }, "enableSMSAuthentication": { "description": "When set to **true**, the account can use SMS authentication.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "enableSMSAuthenticationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSMSAuthentication` property is editable.\n" }, "enableSocialIdLogin": { "description": "Deprecated.", "type": "string" }, "enableSocialIdLoginMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Deprecated." }, "enableStrikeThrough": { "description": "When **true**, enables strikethrough formatting in documents.", "type": "string" }, "enableStrikeThroughMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableStrikeThrough` property is editable.\n" }, "enableTransactionPoint": { "description": "Reserved for DocuSign.", "type": "string" }, "enableTransactionPointMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "enableVaulting": { "description": "When set to **true**, Vaulting is enabled for the account.", "type": "string" }, "enableVaultingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableVaulting` property is editable.\n" }, "enableWitnessing": { "description": "Reserved for DocuSign.", "type": "string" }, "enableWitnessingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableWitnessing` property is editable.\n" }, "enforceTemplateNameUniqueness": { "description": "When **true**, the template name must be unique.", "type": "string" }, "enforceTemplateNameUniquenessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable.\n" }, "envelopeIntegrationAllowed": { "description": "Shows the envelope integration rule for the account, which indicates whether custom admins can enable Connect for their accounts. Enumeration values are: \n\n- `not_allowed`\n- `full` \n\n**Note**: Only SysAdmin users can change this setting. ", "type": "string" }, "envelopeIntegrationAllowedMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable.\n" }, "envelopeIntegrationEnabled": { "description": "When **true**, enables Connect for an account. Note that Connect integration requires additional configuration that must be set up for it to take effect; this switch is only the on/off control for the account.\n\n**Note**: Only Admin users can change this setting, and only when `envelopeIntegrationAllowed` is set.", "type": "string" }, "envelopeIntegrationEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable.\n" }, "envelopeStampingDefaultValue": { "description": "When set to **true**, envelopes sent by this account automatically have the envelope ID stamped in the document margins, unless the sender selects not to have the documents stamped.", "type": "string" }, "envelopeStampingDefaultValueMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable.\n" }, "expressSend": { "description": "Boolean that specifies whether a member of an account can express send (without tags) or must send with tags on documents.", "type": "string" }, "expressSendAllowTabs": { "description": "Boolean that specifies whether a member of an account can send templates without the tags being stripped out, even when the account is configured to let its users express send only (they cannot use the tagger).", "type": "string" }, "expressSendAllowTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `expressSendAllowTabs` property is editable.\n" }, "expressSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `expressSend` property is editable.\n" }, "externalDocumentSources": { "$ref": "#/definitions/externalDocumentSources", "description": "A list of external document sources such as DropBox and OneDrive." }, "externalSignaturePadType": { "description": "Specifies the signature pad type.\nValid values are:\n\n- `none`\n- `topaz`\n- `e_padv9`\n- `e_pad_integrisign`\n- `topaz_sigplusextlite`\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "externalSignaturePadTypeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `externalSignaturePadType` property is editable.\n" }, "faxOutEnabled": { "description": "When set to **true**, fax delivery to recipients is allowed for the account.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "faxOutEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `faxOutEnabled` property is editable.\n" }, "guidedFormsHtmlAllowed": { "description": "When set to **true**, HTML used to implement [Guided Forms](https://www.docusign.com/products/guided-forms) is enabled for the account.", "type": "string" }, "guidedFormsHtmlAllowedMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "hideAccountAddressInCoC": { "description": "Boolean that specifies whether to hide the account address in the Certificate of Completion.", "type": "string" }, "hideAccountAddressInCoCMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `hideAccountAddressInCoC` property is editable.\n" }, "hidePricing": { "description": "Boolean that specifies whether to hide the pricing functionality for an account.", "type": "string" }, "hidePricingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `hidePricing` property is editable.\n" }, "idCheckConfigurations": { "description": "A list of ID check configuration objects.", "type": "array", "items": { "$ref": "#/definitions/idCheckConfiguration" } }, "idCheckExpire": { "description": "Determines when a user's authentication with the account expires. Valid values are:\n\n- `always`: Users are required to authenticate each time.\n- `variable`: If the authentication for a user is valid and falls within the value for the `idCheckExpireDays` property, the user is not required to authenticate again.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "idCheckExpireDays": { "description": "The number of days before user authentication credentials expire. A value of `0` specifies that users must re-authenticate for each new session.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "idCheckExpireDaysMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `idCheckExpireDays` property is editable.\n" }, "idCheckExpireMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `idCheckExpire` property is editable.\n" }, "idCheckExpireMinutes": { "description": "The number of minutes before user authentication credentials expire.", "type": "string" }, "idCheckExpireMinutesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `idCheckExpireMinutes` property is editable.\n" }, "idCheckRequired": { "description": "Indicates if authentication is configured for the account. Valid values are:\n\n- `always`: Authentication checks are performed on every envelope.\n- `never`: Authentication checks are not performed on any envelopes.\n- `optional`: Authentication is configurable per envelope.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "idCheckRequiredMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `idCheckRequired` property is editable.\n" }, "identityVerification": { "description": " ", "type": "array", "items": { "$ref": "#/definitions/accountIdentityVerificationWorkflow" } }, "identityVerificationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `identityVerification` property is editable.\n" }, "ignoreErrorIfAnchorTabNotFound": { "description": "Reserved for DocuSign.", "type": "string" }, "ignoreErrorIfAnchorTabNotFoundMetadataEnabled": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "inPersonIDCheckQuestion": { "description": "A text field containing the question that an in-person signing host uses to collect personal information from the recipient. The recipient's response to this question is saved and can be viewed in the certificate associated with the envelope.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "inPersonIDCheckQuestionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable.\n" }, "inPersonSigningEnabled": { "description": "When **true**, in-person signing is enabled for the account.", "type": "string" }, "inPersonSigningEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `inPersonSigningEnabled` property is editable.\n" }, "inSessionEnabled": { "description": "When **true**, the account can send in-session (embedded) envelopes.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "inSessionEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `inSessionEnabled` property is editable.\n" }, "inSessionSuppressEmails": { "description": "When set to **true**, emails are not sent to the in-session (embedded) recipients on an envelope.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "inSessionSuppressEmailsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `inSessionSuppressEmails` property is editable.\n" }, "maximumSigningGroups": { "description": "The maximum number of signing groups allowed on the account. The default value is `50`. This setting is only shown in responses that list account settings.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "maximumSigningGroupsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `maximumSigningGroups` property is editable.\n" }, "maximumUsersPerSigningGroup": { "description": "The maximum number of users per signing group. The default value is `50`. This setting is only shown in responses that list account settings.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "maximumUsersPerSigningGroupMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable.\n" }, "maxNumberOfCustomStamps": { "description": "The maximum number of custom stamps.", "type": "string" }, "mobileSessionTimeout": { "description": "The number of minutes of inactivity before a mobile user is automatically logged out of the system. Valid values are `1` to `120` minutes. The default value is `20` minutes.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "mobileSessionTimeoutMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `mobileSessionTimeout` property is editable.\n" }, "numberOfActiveCustomStamps": { "description": "The number of active custom stamps associated with the account. DocuSign calculates this number automatically. This property is only visible to the DocuSign account manager.", "type": "string" }, "optInMobileSigningV02": { "description": "Boolean that specifies whether to opt in for Signing v02 on Mobile Devices functionality.", "type": "string" }, "optInMobileSigningV02Metadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `optInMobileSigningV02` property is editable.\n" }, "optOutAutoNavTextAndTabColorUpdates": { "description": "Boolean that allows envelope senders to opt out of the recipient signing auto-navigation feature and opt out of updating tab font color.", "type": "string" }, "optOutAutoNavTextAndTabColorUpdatesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable.\n" }, "optOutNewPlatformSeal": { "description": "Boolean that specifies whether to allow envelope senders to opt out of using the new platform seal.", "type": "string" }, "optOutNewPlatformSealPlatformMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable.\n" }, "phoneAuthRecipientMayProvidePhoneNumber": { "description": "When set to **true**, senders can allow recipients to provide a phone number for the Phone Authentication process.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "phoneAuthRecipientMayProvidePhoneNumberMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable.\n" }, "pkiSignDownloadedPDFDocs": { "description": "The policy for adding a digital certificate to downloaded, printed, and emailed documents. \n\nPossible values are: \n\n- `no_sign`\n- `no_sign_allow_user_override`\n- `yes_sign` (Specifies that PDF files downloaded from the platform are signed.)\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "pkiSignDownloadedPDFDocsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable.\n" }, "recipientsCanSignOffline": { "description": "When set to **true**,\nrecipients receiving envelopes from this account\ncan sign offline.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "recipientsCanSignOfflineMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `recipientsCanSignOffline` property is editable.\n" }, "recipientSigningAutoNavigationControl": { "description": "When set to **true**, recipients receiving envelopes from this account can override auto-navigation functionality.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "recipientSigningAutoNavigationControlMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable.\n" }, "require21CFRpt11Compliance": { "description": "When set to **true**,\nrecipients are required\nto use a 21 CFR part 11-compliant signing experience.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "require21CFRpt11ComplianceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `require21CFRpt11Compliance` property is editable.\n" }, "requireDeclineReason": { "description": "When set to **true**, signers who decline to sign an envelope sent from this account\nare required to provide a reason for declining.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "requireDeclineReasonMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `requireDeclineReason` property is editable.\n" }, "requireExternalUserManagement": { "description": "When set to **true**, the account requires external management of users.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "requireExternalUserManagementMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `requireExternalUserManagement` property is editable.\n" }, "requireSignerCertificateType": { "description": "Sets the Digital Signature certificate requirements for sending envelopes.\nValid values are:\n\n- `none`: A Digital Signature certificate is not required.\n- `docusign_express`: Signers must use a DocuSign Express certificate.\n- `docusign_personal`: Signers must use a DocuSign personal certificate.\n- `safe`\n- `open_trust`: Signers must use an OpenTrust certificate.\n", "type": "string" }, "requireSignerCertificateTypeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `requireSignerCertificateType` property is editable.\n" }, "rsaVeridAccountName": { "description": "The RSA account name.\n\n**Note**:\nOnly Admin users can change this setting. Modifying this value may disrupt\nyour ID Check capability.\nEnsure you have the correct value before changing it.\n", "type": "string" }, "rsaVeridPassword": { "description": "The password for the RSA account.\n\n\n**Note**:\nOnly Admin users can change this setting. Modifying this value may disrupt\nyour ID Check capability.\nEnsure you have the correct value before changing it.\n", "type": "string" }, "rsaVeridRuleset": { "description": "The RSA rule set used with the account.\n\n**Note**:\nOnly Admin users can change this setting. Modifying this value may disrupt\nyour ID Check capability.\nEnsure you have the correct value before changing it.\n", "type": "string" }, "rsaVeridUserId": { "description": "The user ID for the RSA account.\n\n**Note**:\nOnly Admin users can change this setting. Modifying this value may disrupt\nyour ID Check capability.\nEnsure you have the correct value before changing it.\n", "type": "string" }, "selfSignedRecipientEmailDocument": { "description": "Sets how self-signed documents are presented to the email recipients.\nValid values are:\n\n- `include_pdf`: A PDF of the completed document is attached to the email.\n- `include_link`: A secure link to the self-signed documents is included\n in the email.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "selfSignedRecipientEmailDocumentMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.\n" }, "selfSignedRecipientEmailDocumentUserOverride": { "description": "When set to **true**, the `selfSignedRecipientEmailDocument` user setting\ncan be set for an individual user.\nThe user setting overrides the account setting.\n\n**Note**: Only Admin users can change this account setting.\n", "type": "string" }, "selfSignedRecipientEmailDocumentUserOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable.\n" }, "senderCanSignInEachLocation": { "description": "When set to **true**, a signer can draw their signature in each\nlocation where a sign or initial tab exists. This functionality\nis typically used for mobile signing.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "senderCanSignInEachLocationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `senderCanSignInEachLocation` property is editable.\n" }, "senderMustAuthenticateSigning": { "description": "When set to **true**, a sender who is also a recipient of an envelope\nmust follow the authentication requirements for the envelope.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "senderMustAuthenticateSigningMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable.\n" }, "sendingTagsFontColor": { "description": "The account-wide default font color to use for the content of the tab.\n\nValid values are:\n\n- `Black`\n- `BrightBlue`\n- `BrightRed`\n- `DarkGreen`\n- `DarkRed`\n- `Gold`\n- `Green`\n- `NavyBlue`\n- `Purple`\n- `White`\n", "type": "string" }, "sendingTagsFontColorMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sendingTagsFontColor` property is editable.\n" }, "sendingTagsFontName": { "description": "The account-wide default font to be used for the tab value. Supported fonts include:\n\n- `Default`\n- `Arial`\n- `ArialNarrow`\n- `Calibri`\n- `CourierNew`\n- `Garamond`\n- `Georgia`\n- `Helvetica`\n- `LucidaConsole`\n- `MSGothic`\n- `MSMincho`\n- `OCR-A`\n- `Tahoma`\n- `TimesNewRoman`\n- `Trebuchet`\n- `Verdana`", "type": "string" }, "sendingTagsFontNameMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sendingTagsFontName` property is editable.\n" }, "sendingTagsFontSize": { "description": "The account-wide default font size used for the information in the tab:\n\n- `Size7`\n- `Size8`\n- `Size9`\n- `Size10`\n- `Size11`\n- `Size12`\n- `Size14`\n- `Size16`\n- `Size18`\n- `Size20`\n- `Size22`\n- `Size24`\n- `Size26`\n- `Size28`\n- `Size36`\n- `Size48`\n- `Size72`", "type": "string" }, "sendingTagsFontSizeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sendingTagsFontSize` property is editable.\n" }, "sendToCertifiedDeliveryEnabled": { "description": "When true,\nthe account can use the\ncertified deliveries recipient type.\n", "type": "string" }, "sendToCertifiedDeliveryEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable.\n" }, "sessionTimeout": { "description": "The amount of idle activity time, in minutes, before a user is automatically logged out of the system. The minimum setting is 20 minutes and the maximum setting is 120 minutes.\n", "type": "string" }, "sessionTimeoutMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sessionTimeout` property is editable.\n" }, "setRecipEmailLang": { "description": "When set to **true**, senders can set the email language to use for\neach recipient.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "setRecipEmailLangMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `setRecipEmailLang` property is editable.\n" }, "setRecipSignLang": { "description": "If **true**,\nsetting a unique language for a recipient\nnot only affects the email language, but also the signing\nlanguage they are presented with. If **false**, only the email will\nbe affected when the sender specifies a unique language for a\nrecipient.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "setRecipSignLangMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `setRecipSignLang` property is editable.\n" }, "sharedTemplateFolders": { "description": "Boolean that specifies whether an account can use Shared Template Folders.", "type": "string" }, "sharedTemplateFoldersMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sharedTemplateFolders` property is editable.\n" }, "showCompleteDialogInEmbeddedSession": { "description": "Boolean that specifies whether complete dialogs are displayed directly within an application in embedded signing sessions.", "type": "string" }, "showCompleteDialogInEmbeddedSessionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable.\n" }, "showConditionalRoutingOnSend": { "description": "When set to **true**, Conditional Routing options display to senders during the sending experience.", "type": "string" }, "showConditionalRoutingOnSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "showInitialConditionalFields": { "description": "Boolean that specifies whether conditional field options are initially displayed (before a user makes entries).", "type": "string" }, "showInitialConditionalFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `showInitialConditionalFields` property is editable.\n" }, "showLocalizedWatermarks": { "description": "Boolean that specifies whether localized watermarks are displayed.", "type": "string" }, "showLocalizedWatermarksMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `showLocalizedWatermarks` property is editable.\n" }, "showTutorials": { "description": "If **true**,\nshow tutorials.\n", "type": "string" }, "showTutorialsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `showTutorials` property is editable.\n" }, "signatureProviders": { "description": "Names of electronic or digital signature providers that can be used.", "type": "array", "items": { "type": "string" } }, "signatureProvidersMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signatureProviders` property is editable.\n" }, "signDateFormat": { "description": "The format for the signature date. Valid values are:\n\n- `d/M/yyyy`\n- `dd-MM-yy`\n- `dd-MMM-yy`\n- `dd-MM-yyyy`\n- `dd.MM.yyyy`\n- `dd-MMM-yyyy`\n- `dd MMMM yyyy`\n- `M/d/yyyy`\n- `MM-dd-yyyy`\n- `MM/dd/yyyy`\n- `MM/dd/yy`\n- `MMM-dd-yyyy`\n- `MMM d, yyyy`\n- `MMMM d, yyyy`\n- `yyyy-MM-dd`\n- `yyyy-MMM-dd`\n- `yyyy/MM/dd`\n- `yyyy MMMM d`\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signDateFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signDateFormat` property is editable.\n" }, "signerAttachCertificateToEnvelopePDF": { "description": "When set to **true**,\nthe Certificate of Completion is included in the PDF of the envelope documents\nwhen it is downloaded.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerAttachCertificateToEnvelopePDFMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable.\n" }, "signerAttachConcat": { "description": "When set to **true**, signer attachments are added to the parent document\nthat contains the attachment.\nThe default behavior creates\na new document in the envelope for every signer attachment.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerAttachConcatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerAttachConcat` property is editable.\n" }, "signerCanCreateAccount": { "description": "When set to **true**,\na signer can create a DocuSign account\nafter signing.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerCanCreateAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerCanCreateAccount` property is editable.\n" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerCanSignOnMobileMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerCanSignOnMobile` property is editable.\n" }, "signerInSessionUseEnvelopeCompleteEmail": { "description": "When set to **true**, an \"envelope complete\" email is sent to an in-session\n(embedded) or offline signer after DocuSign processes the envelope\nif in-session emails are not suppressed.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerInSessionUseEnvelopeCompleteEmailMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable.\n" }, "signerLoginRequirements": { "description": "Sets the login requirements for signers. Valid values are:\n\n- `login_not_required`: Signers are not required to log in.\n- `login_required_if_account_holder`: If the signer has a DocuSign account,\n they must log in to sign the document.\n- `login_required_per_session`: The sender cannot send an envelope to anyone\n who does not have a DocuSign account.\n- `login_required_per_envelope`: The sender cannot send an envelope to anyone\n who does not have a DocuSign account, and the signer must also log in for\n each envelope they will sign.\n\n\n**Note**: Only Admin users can change this setting. If you use Direct PowerForms\nor captive (embedded signers), the \"Account required\" settings are bypassed for\nthose signers. If your workflow requires that the signer have an account,\nyou should not use those methods.\n", "type": "string" }, "signerLoginRequirementsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerLoginRequirements` property is editable.\n" }, "signerMustHaveAccount": { "description": "When set to **true**, senders can only send an envelope to a recipient\nthat has a DocuSign account.\n\n**Note**: Only Account Administrators can change this setting.\n", "type": "string" }, "signerMustHaveAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerMustHaveAccount` property is editable.\n" }, "signerMustLoginToSign": { "description": "When set to **true**,\nsigners must log in to the DocuSign platform to sign an envelope.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerMustLoginToSignMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerMustLoginToSign` property is editable.\n" }, "signerShowSecureFieldInitialValues": { "description": "When set to **true**, the initial values of all SecureFields are written\nto the document when it is sent.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signerShowSecureFieldInitialValuesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable.\n" }, "signingSessionTimeout": { "description": "The number of minutes\nthat a signing session stays\nalive without any activity.\n", "type": "string" }, "signingSessionTimeoutMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signingSessionTimeout` property is editable.\n" }, "signingUiVersion": { "description": "Reserved for DocuSign.\n", "type": "string" }, "signingUiVersionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "signTimeFormat": { "description": "The format for the signature time. Valid values are:\n\n- `none`\n- `HH:mm`\n- `h:mm`\n- `HH:mm:ss`\n- `h:mm:ss`\n", "type": "string" }, "signTimeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signTimeFormat` property is editable.\n" }, "signTimeShowAmPm": { "description": "If **true**,\nthe time shows the AM or PM indicator.\n", "type": "string" }, "signTimeShowAmPmMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signTimeShowAmPm` property is editable.\n" }, "simplifiedSendingEnabled": { "description": "When set to **true**, simplified sending is enabled for the account. The default value is **false**.", "type": "string" }, "simplifiedSendingEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `simplifiedSendingEnabled` property is editable.\n" }, "singleSignOnEnabled": { "description": "If **true**,\nsingle sign-on (SSO) is enabled.\n", "type": "string" }, "singleSignOnEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `singleSignOnEnabled` property is editable.\n" }, "skipAuthCompletedEnvelopes": { "description": "If **true**,\ndo not require authentication prompt for viewing completed envelopes\n", "type": "string" }, "skipAuthCompletedEnvelopesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable.\n" }, "socialIdRecipAuth": { "description": "If **true**,\nrecipients can use\n[social ids](https://support.docusign.com/guides/signer-authentication)\nwhen signing\n", "type": "string" }, "socialIdRecipAuthMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `socialIdRecipAuth` property is editable.\n" }, "specifyDocumentVisibility": { "description": "When **true**, senders can specify the visibility of the documents in an envelope at the recipient level.\n", "type": "string" }, "specifyDocumentVisibilityMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `specifyDocumentVisibility` property is editable.\n" }, "startInAdvancedCorrect": { "description": "If **true**,\nwhen initiating correction of an in-flight envelope\nthe sender starts in advanced correct mode.\n", "type": "string" }, "startInAdvancedCorrectMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `startInAdvancedCorrect` property is editable.\n" }, "supplementalDocumentsMustAccept": { "description": "When set to **true**, account users must accept supplemental documents when signing.", "type": "string" }, "supplementalDocumentsMustAcceptMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.\n" }, "supplementalDocumentsMustRead": { "description": "When set to **true**, account users must both view and accept supplemental documents when signing.", "type": "string" }, "supplementalDocumentsMustReadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.\n" }, "supplementalDocumentsMustView": { "description": "When set to **true**, account users must view supplemental documents when signing.", "type": "string" }, "supplementalDocumentsMustViewMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.\n" }, "suppressCertificateEnforcement": { "description": "Boolean that specifies whether or not API calls require a x509 cert in the header of the call.", "type": "string" }, "suppressCertificateEnforcementMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `suppressCertificateEnforcement` property is editable.\n" }, "tabAccountSettings": { "$ref": "#/definitions/tabAccountSettings", "description": "Account-wide tab settings." }, "timezoneOffsetAPI": { "description": "Specifies the time zone\nto use with the API.\n\nValid values are:\n\n- `TZ_01_AfghanistanStandardTime`\n- `TZ_02_AlaskanStandardTime`\n- `TZ_03_ArabStandardTime`\n- `TZ_04_ArabianStandardTime`\n- `TZ_05_ArabicStandardTime`\n- `TZ_06_ArgentinaStandardTime`\n- `TZ_07_AtlanticStandardTime`\n- `TZ_08_AUS_CentralStandardTime`\n- `TZ_09_AUS_EasternStandardTime`\n- `TZ_10_AzerbaijanStandardTime`\n- `TZ_11_AzoresStandardTime`\n- `TZ_12_BangladeshStandardTime`\n- `TZ_13_CanadaCentralStandardTime`\n- `TZ_14_CapeVerdeStandardTime`\n- `TZ_15_CaucasusStandardTime`\n- `TZ_16_CentralAustraliaStandardTime`\n- `TZ_17_CentralAmericaStandardTime`\n- `TZ_18_CentralAsiaStandardTime`\n- `TZ_19_CentralBrazilianStandardTime`\n- `TZ_20_CentralEuropeStandardTime`\n- `TZ_21_CentralEuropeanStandardTime`\n- `TZ_22_CentralPacificStandardTime`\n- `TZ_23_CentralStandardTime`\n- `TZ_24_CentralStandardTimeMexico`\n- `TZ_25_ChinaStandardTime`\n- `TZ_26_DatelineStandardTime`\n- `TZ_27_E_AfricaStandardTime`\n- `TZ_28_E_AustraliaStandardTime`\n- `TZ_29_E_EuropeStandardTime`\n- `TZ_30_E_SouthAmericaStandardTime`\n- `TZ_31_EasternStandardTime`\n- `TZ_32_EgyptStandardTime`\n- `TZ_33_EkaterinburgStandardTime`\n- `TZ_34_FijiStandardTime`\n- `TZ_35_FLE_StandardTime`\n- `TZ_36_GeorgianStandardTime`\n- `TZ_37_GMT_StandardTime`\n- `TZ_38_GreenlandStandardTime`\n- `TZ_39_GreenwichStandardTime`\n- `TZ_40_GTB_StandardTime`\n- `TZ_41_HawaiianStandardTime`\n- `TZ_42_IndiaStandardTime`\n- `TZ_43_IranStandardTime`\n- `TZ_44_IsraelStandardTime`\n- `TZ_45_JordanStandardTime`\n- `TZ_46_KaliningradStandardTime`\n- `TZ_47_KamchatkaStandardTime`\n- `TZ_48_KoreaStandardTime`\n- `TZ_49_MagadanStandardTime`\n- `TZ_50_MauritiusStandardTime`\n- `TZ_51_MidAtlanticStandardTime`\n- `TZ_52_MiddleEastStandardTime`\n- `TZ_53_MontevideoStandardTime`\n- `TZ_54_MoroccoStandardTime`\n- `TZ_55_MountainStandardTime`\n- `TZ_56_MountainStandardTimeMMexico`\n- `TZ_57_MyanmarStandardTime`\n- `TZ_58_N_CentralAsiaStandardTime`\n- `TZ_59_NamibiaStandardTime`\n- `TZ_60_NepalStandardTime`\n- `TZ_61_NewZealandStandardTime`\n- `TZ_62_NewfoundlandStandardTime`\n- `TZ_63_NorthAsiaEastStandardTime`\n- `TZ_64_NorthAsiaStandardTime`\n- `TZ_65_PacificSAStandardTime`\n- `TZ_66_PacificStandardTime`\n- `TZ_67_PacificStandardTimeMexico`\n- `TZ_68_PakistanStandardTime`\n- `TZ_69_ParaguayStandardTime`\n- `TZ_70_RomanceStandardTime`\n- `TZ_71_RussianStandardTime`\n- `TZ_72_SAEasternStandardTime`\n- `TZ_73_SAPacificStandardTime`\n- `TZ_74_SAWesternStandardTime`\n- `TZ_75_SamoaStandardTime`\n- `TZ_76_SE_AsiaStandardTime`\n- `TZ_77_SingaporeStandardTime`\n- `TZ_78_SouthAfricaStandardTime`\n- `TZ_79_SriLankaStandardTime`\n- `TZ_80_SyriaStandardTime`\n- `TZ_81_TaipeiStandardTime`\n- `TZ_82_TasmaniaStandardTime`\n- `TZ_83_TokyoStandardTime`\n- `TZ_84_TongaStandardTime`\n- `TZ_85_TurkeyStandardTime`\n- `TZ_86_UlaanbaatarStandardTime`\n- `TZ_87_US_EasternStandardTime`\n- `TZ_88_USMountainStandardTime`\n- `TZ_89_VenezuelaStandardTime`\n- `TZ_90_VladivostokStandardTime`\n- `TZ_91_W_AustraliaStandardTime`\n- `TZ_92_W_CentralAfricaStandardTime`\n- `TZ_93_W_EuropeStandardTime`\n- `TZ_94_WestAsiaStandardTime`\n- `TZ_95_WestPacificStandardTime`\n- `TZ_96_YakutskStandardTime`\n", "type": "string" }, "timezoneOffsetAPIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `timezoneOffsetAPI` property is editable.\n" }, "timezoneOffsetUI": { "description": "Specifies the time zone\nto use in the UI.\n\nValid values are:\n\n- `TZ_01_AfghanistanStandardTime`\n- `TZ_02_AlaskanStandardTime`\n- `TZ_03_ArabStandardTime`\n- `TZ_04_ArabianStandardTime`\n- `TZ_05_ArabicStandardTime`\n- `TZ_06_ArgentinaStandardTime`\n- `TZ_07_AtlanticStandardTime`\n- `TZ_08_AUS_CentralStandardTime`\n- `TZ_09_AUS_EasternStandardTime`\n- `TZ_10_AzerbaijanStandardTime`\n- `TZ_11_AzoresStandardTime`\n- `TZ_12_BangladeshStandardTime`\n- `TZ_13_CanadaCentralStandardTime`\n- `TZ_14_CapeVerdeStandardTime`\n- `TZ_15_CaucasusStandardTime`\n- `TZ_16_CentralAustraliaStandardTime`\n- `TZ_17_CentralAmericaStandardTime`\n- `TZ_18_CentralAsiaStandardTime`\n- `TZ_19_CentralBrazilianStandardTime`\n- `TZ_20_CentralEuropeStandardTime`\n- `TZ_21_CentralEuropeanStandardTime`\n- `TZ_22_CentralPacificStandardTime`\n- `TZ_23_CentralStandardTime`\n- `TZ_24_CentralStandardTimeMexico`\n- `TZ_25_ChinaStandardTime`\n- `TZ_26_DatelineStandardTime`\n- `TZ_27_E_AfricaStandardTime`\n- `TZ_28_E_AustraliaStandardTime`\n- `TZ_29_E_EuropeStandardTime`\n- `TZ_30_E_SouthAmericaStandardTime`\n- `TZ_31_EasternStandardTime`\n- `TZ_32_EgyptStandardTime`\n- `TZ_33_EkaterinburgStandardTime`\n- `TZ_34_FijiStandardTime`\n- `TZ_35_FLE_StandardTime`\n- `TZ_36_GeorgianStandardTime`\n- `TZ_37_GMT_StandardTime`\n- `TZ_38_GreenlandStandardTime`\n- `TZ_39_GreenwichStandardTime`\n- `TZ_40_GTB_StandardTime`\n- `TZ_41_HawaiianStandardTime`\n- `TZ_42_IndiaStandardTime`\n- `TZ_43_IranStandardTime`\n- `TZ_44_IsraelStandardTime`\n- `TZ_45_JordanStandardTime`\n- `TZ_46_KaliningradStandardTime`\n- `TZ_47_KamchatkaStandardTime`\n- `TZ_48_KoreaStandardTime`\n- `TZ_49_MagadanStandardTime`\n- `TZ_50_MauritiusStandardTime`\n- `TZ_51_MidAtlanticStandardTime`\n- `TZ_52_MiddleEastStandardTime`\n- `TZ_53_MontevideoStandardTime`\n- `TZ_54_MoroccoStandardTime`\n- `TZ_55_MountainStandardTime`\n- `TZ_56_MountainStandardTimeMMexico`\n- `TZ_57_MyanmarStandardTime`\n- `TZ_58_N_CentralAsiaStandardTime`\n- `TZ_59_NamibiaStandardTime`\n- `TZ_60_NepalStandardTime`\n- `TZ_61_NewZealandStandardTime`\n- `TZ_62_NewfoundlandStandardTime`\n- `TZ_63_NorthAsiaEastStandardTime`\n- `TZ_64_NorthAsiaStandardTime`\n- `TZ_65_PacificSAStandardTime`\n- `TZ_66_PacificStandardTime`\n- `TZ_67_PacificStandardTimeMexico`\n- `TZ_68_PakistanStandardTime`\n- `TZ_69_ParaguayStandardTime`\n- `TZ_70_RomanceStandardTime`\n- `TZ_71_RussianStandardTime`\n- `TZ_72_SAEasternStandardTime`\n- `TZ_73_SAPacificStandardTime`\n- `TZ_74_SAWesternStandardTime`\n- `TZ_75_SamoaStandardTime`\n- `TZ_76_SE_AsiaStandardTime`\n- `TZ_77_SingaporeStandardTime`\n- `TZ_78_SouthAfricaStandardTime`\n- `TZ_79_SriLankaStandardTime`\n- `TZ_80_SyriaStandardTime`\n- `TZ_81_TaipeiStandardTime`\n- `TZ_82_TasmaniaStandardTime`\n- `TZ_83_TokyoStandardTime`\n- `TZ_84_TongaStandardTime`\n- `TZ_85_TurkeyStandardTime`\n- `TZ_86_UlaanbaatarStandardTime`\n- `TZ_87_US_EasternStandardTime`\n- `TZ_88_USMountainStandardTime`\n- `TZ_89_VenezuelaStandardTime`\n- `TZ_90_VladivostokStandardTime`\n- `TZ_91_W_AustraliaStandardTime`\n- `TZ_92_W_CentralAfricaStandardTime`\n- `TZ_93_W_EuropeStandardTime`\n- `TZ_94_WestAsiaStandardTime`\n- `TZ_95_WestPacificStandardTime`\n- `TZ_96_YakutskStandardTime`\n", "type": "string" }, "timezoneOffsetUIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `timezoneOffsetUI` property is editable.\n" }, "universalSignatureOptIn": { "description": "Reserved for DocuSign.\n", "type": "string" }, "useAccountLevelEmail": { "description": "Reserved for DocuSign.\n", "type": "string" }, "useAccountLevelEmailMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useAccountLevelEmail` property is editable.\n" }, "useConsumerDisclosure": { "description": "When set to **true**, the account uses an Electronic Record and\nSignature Disclosure Statement.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "useConsumerDisclosureMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useConsumerDisclosure` property is editable.\n" }, "useConsumerDisclosureWithinAccount": { "description": "When set to **true**, specifies that recipients in the same account as the sender must agree to eSign an Electronic Record and Signature Disclosure Statement.", "type": "string" }, "useConsumerDisclosureWithinAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.\n" }, "useDerivedKeys": { "description": "Reserved for DocuSign.\n", "type": "string" }, "useDerivedKeysMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useDerivedKeys` property is editable.\n" }, "useDocuSignExpressSignerCertificate": { "description": "If **true**,\nsigners\nare required to use Express Digital Signatures.\n", "type": "string" }, "useDocuSignExpressSignerCertificateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable.\n" }, "useMultiAppGroupsData": { "description": "", "type": "string" }, "useMultiAppGroupsDataMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "useNewBlobForPdf": { "description": "Reserved for DocuSign.\n", "type": "string" }, "useNewBlobForPdfMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useNewBlobForPdf` property is editable.\n" }, "useSAFESignerCertificates": { "description": "If **true**,\nsigners are\nrequired to use SAFE digital signatures.\n", "type": "string" }, "useSAFESignerCertificatesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useSAFESignerCertificates` property is editable.\n" }, "usesAPI": { "description": "When set to **true**,\nthe account can use the API.\n\n**Note**: Only SysAdmin users can change this setting.\n", "type": "string" }, "usesAPIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `usesAPI` property is editable.\n" }, "useSignatureProviderPlatform": { "description": "Boolean that specifies whether the account uses the digital signature provider platform to eSign.", "type": "string" }, "useSignatureProviderPlatformMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useSignatureProviderPlatform` property is editable.\n" }, "validationsAllowed": { "description": "Boolean that specifies whether validations on recipient email domains are allowed.", "type": "string" }, "validationsAllowedMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `validationsAllowed` property is editable.\n" }, "validationsBrand": { "description": "Valid values are:\n\n- `docusign`\n- `account`\n", "type": "string" }, "validationsBrandMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `validationsBrand` property is editable.\n" }, "validationsCadence": { "description": "Valid values are:\n\n- `none`\n- `monthly`\n", "type": "string" }, "validationsCadenceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `validationsCadence` property is editable.\n" }, "validationsEnabled": { "description": "If **true**,\nenables validations.\n", "type": "string" }, "validationsEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `validationsEnabled` property is editable.\n" }, "validationsReport": { "description": "Valid values are:\n\n- `none`\n- `life_sciences_part11`\n", "type": "string" }, "validationsReportMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `validationsReport` property is editable.\n" }, "waterMarkEnabled": { "description": "If **true**,\nthe\n[watermark feature](https://support.docusign.com/en/articles/How-do-I-manage-the-watermark-for-In-Process-envelopes-sent-from-my-account)\nis enabled for the account.\n", "type": "string" }, "waterMarkEnabledMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `waterMarkEnabled` property is editable.\n" }, "writeReminderToEnvelopeHistory": { "description": "If **true**,\nsent reminders are included in the envelope history.", "type": "string" }, "writeReminderToEnvelopeHistoryMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable.\n" }, "wurflMinAllowableScreenSize": { "description": "The smallest screen allowed.", "type": "string" }, "wurflMinAllowableScreenSizeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable.\n" } }, "x-ds-definition-name": "accountSettingsInformation", "x-ms-summary": "Contains account settings information. Used in requests to set property values. Used in responses to report property values." }, "accountSharedAccess": { "description": "Contains shared access information.", "type": "object", "properties": { "accountId": { "description": "The account ID associated with the envelope.", "type": "string" }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "A complex type containing an errorCode and message identifying the error that occurred." }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "sharedAccess": { "description": "A list of shared access information of envelope and templates for the users specified in the request.", "type": "array", "items": { "$ref": "#/definitions/memberSharedItems" } }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "accountSharedAccess", "x-ms-summary": "Contains shared access information." }, "accountSignature": { "type": "object", "properties": { "adoptedDateTime": { "description": "The UTC date and time when the user adopted the signature.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customField": { "description": "", "type": "string" }, "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageBase64": { "description": "", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "initials150ImageId": { "description": "The ID of the user's initials image.", "type": "string" }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "nrdsStatus": { "description": "The realtor's NAR membership status. The value `active` verifies that the user is a current NAR member. Valid values are:\n\n- `Active`\n- `Inactive`\n- `Terminate`\n- `Provisional`\n- `Deceased`\n- `Suspend`\n- `Unknown`", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signature150ImageId": { "description": "The ID of the user's signature image.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureGroups": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureGroup" } }, "signatureId": { "description": "The ID of the signature being accessed.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "signatureRights": { "description": "The rights that the user has to the signature. Valid values are:\n\n- `none`\n- `read`\n- `admin`", "type": "string" }, "signatureType": { "description": "Specifies the type of signature.", "type": "string" }, "signatureUsers": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureUser" } }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampImageUri": { "description": "The URI for retrieving the image of the user's stamp.", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "accountSignature", "description": "", "x-ms-summary": "" }, "accountSignatureDefinition": { "type": "object", "properties": { "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureGroups": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureGroupDef" } }, "signatureId": { "description": "The ID of the signature being accessed.", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "signatureUsers": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureUserDef" } }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" } }, "x-ds-definition-name": "accountSignatureDefinition", "description": "", "x-ms-summary": "" }, "accountSignatureProvider": { "type": "object", "properties": { "isRequired": { "description": "Reserved for DocuSign.", "type": "string" }, "priority": { "description": "Reserved for DocuSign.", "type": "string" }, "signatureProviderDisplayName": { "description": "Reserved for DocuSign.", "type": "string" }, "signatureProviderId": { "description": "Reserved for DocuSign.", "type": "string" }, "signatureProviderName": { "description": "The name of an Electronic or Standards Based Signature (digital signature) provider for the signer to use. For details, see [the current provider list](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures). You can also retrieve the list by using the [AccountSignatureProviders::List](https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountSignatureProviders/list/) method.\n\nExample: `universalsignaturepen_default`\n\n", "type": "string" }, "signatureProviderOptionsMetadata": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/accountSignatureProviderOption" } }, "signatureProviderRequiredOptions": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/signatureProviderRequiredOption" } } }, "x-ds-definition-name": "accountSignatureProvider", "description": "Contains information abotu the signature provider associated with the Identity Verification workflow. \nIf empty, then this specific workflow is not intended for signers.\n", "x-ms-summary": "Contains information abotu the signature provider associated with the Identity Verification workflow. \nIf empty, then this specific workflow is not intended for signers.\n" }, "accountSignatureProviderOption": { "type": "object", "properties": { "signatureProviderOptionDisplayName": { "description": "Reserved for DocuSign.", "type": "string" }, "signatureProviderOptionId": { "description": "Reserved for DocuSign.", "type": "string" }, "signatureProviderOptionName": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "accountSignatureProviderOption", "description": "Reserved for DocuSign.", "x-ms-summary": "Reserved for DocuSign." }, "accountSignatureProviders": { "type": "object", "properties": { "signatureProviders": { "description": "Names of electronic or digital signature providers that can be used.", "type": "array", "items": { "$ref": "#/definitions/accountSignatureProvider" } } }, "x-ds-definition-name": "accountSignatureProviders", "description": "", "x-ms-summary": "" }, "accountSignaturesInformation": { "type": "object", "properties": { "accountSignatures": { "description": "", "type": "array", "items": { "$ref": "#/definitions/accountSignature" } } }, "x-ds-definition-name": "accountSignaturesInformation", "description": "", "x-ms-summary": "" }, "accountUISettings": { "type": "object", "properties": { "adminMessage": { "$ref": "#/definitions/adminMessage", "description": "" }, "askAnAdmin": { "$ref": "#/definitions/askAnAdmin", "description": "" }, "enableAdminMessage": { "description": "", "type": "string" }, "enableAdminMessageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableEasySignCanUseMultiTemplateApply": { "description": "", "type": "string" }, "enableEasySignCanUseMultiTemplateApplyMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableEasySignTemplateUpload": { "description": "", "type": "string" }, "enableEasySignTemplateUploadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "enableEnvelopeCopyWithData": { "description": "", "type": "string" }, "enableEnvelopeCopyWithDataMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "hideSendAnEnvelope": { "description": "", "type": "string" }, "hideSendAnEnvelopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "hideUseATemplate": { "description": "When set to **true**, the **Templates** menu is hidden from account users who are not Admins. The default value is **false**.", "type": "string" }, "hideUseATemplateInPrepare": { "description": "", "type": "string" }, "hideUseATemplateInPrepareMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "hideUseATemplateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "orderBasedRecipientIdGeneration": { "description": "", "type": "string" }, "orderBasedRecipientIdGenerationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "removeEnvelopeForwarding": { "description": "", "type": "string" }, "removeEnvelopeForwardingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "shouldRedactAccessCode": { "description": "", "type": "string" }, "shouldRedactAccessCodeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "uploadNewImageToSignOrInitial": { "description": "", "type": "string" }, "uploadNewImageToSignOrInitialMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" } }, "x-ds-definition-name": "accountUISettings", "description": "An object that defines the options that are available to non-administrators in the UI.", "x-ms-summary": "An object that defines the options that are available to non-administrators in the UI." }, "addOn": { "description": "Contains information about add ons.", "type": "object", "properties": { "active": { "description": "Reserved for DocuSign.", "type": "string" }, "addOnId": { "description": "Reserved for DocuSign.", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "name": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "addOn", "x-ms-summary": "Contains information about add ons." }, "addressInformation": { "description": "Contains address information.", "type": "object", "properties": { "address1": { "description": "The first line of the user's address.\nMaximum length: 100 characters.", "type": "string" }, "address2": { "description": "The second line of the user's address.\nMaximum length: 100 characters.", "type": "string" }, "city": { "description": "The user's city. Maximum length: 40 characters.", "type": "string" }, "country": { "description": "The user's country. Maximum length: 50 characters.", "type": "string" }, "fax": { "description": "A fax number associated with the address, if one is available.", "type": "string" }, "phone": { "description": "A phone number associated with the address.", "type": "string" }, "postalCode": { "description": "The user's postal code. Maximum length: 20 characters.", "type": "string" }, "stateOrProvince": { "description": "The user's state or province. Maximum length: 40 characters.", "type": "string" }, "zipPlus4": { "description": "", "type": "string" } }, "x-ds-definition-name": "addressInformation", "x-ms-summary": "Contains address information." }, "addressInformationInput": { "description": "", "type": "object", "properties": { "addressInformation": { "$ref": "#/definitions/addressInformation", "description": "A complex type that contains the following information for the new account: `address1`, `address2`, `city`, `country`, `fax`, `phone`, `postalCode` and `stateOrProvince`.\n\nThe maximum characters for the strings are:\n* `address1`, `address2`, `city`, `country` and `stateOrProvince`: 100 characters\n* `postalCode`, `phone`, and `fax`: 20 characters\n\n**Note**: If country is US (United States), `stateOrProvince` codes are validated. Otherwise, `stateOrProvince` is treated as a non-validated string used to specify a state, province, or region." }, "displayLevelCode": { "description": "Specifies the display level for the recipient. Valid values are:\n* `ReadOnly`\n* `Editable`\n* `DoNotDisplay`", "type": "string" }, "receiveInResponse": { "description": "A Boolean value that specifies whether the information must be returned in the response.", "type": "string" } }, "x-ds-definition-name": "addressInformationInput", "x-ms-summary": "" }, "adminMessage": { "type": "object", "properties": { "baseMessage": { "description": "", "type": "string" }, "moreInformation": { "description": "", "type": "string" } }, "x-ds-definition-name": "adminMessage", "description": "", "x-ms-summary": "" }, "agent": { "description": "Contains information about an agent recipient. An agent is a recipient who can add name and email information for recipients that appear after the agent in routing order.", "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The email id of the agent. Notification of the document to sign is sent to this email id. \n\nMaximum length: 100 characters. ", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "agent", "x-ms-summary": "Contains information about an agent recipient. An agent is a recipient who can add name and email information for recipients that appear after the agent in routing order." }, "apiRequestLog": { "description": "Contains API request log information.", "type": "object", "properties": { "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "requestLogId": { "description": "", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "apiRequestLog", "x-ms-summary": "Contains API request log information." }, "apiRequestLogsResult": { "description": "Contains information about mutiple API request logs.", "type": "object", "properties": { "apiRequestLogs": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/apiRequestLog" } } }, "x-ds-definition-name": "apiRequestLogsResult", "x-ms-summary": "Contains information about mutiple API request logs." }, "approve": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "buttonText": { "description": " Specifies the approval text that displays in the tab. ", "type": "string" }, "buttonTextMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `buttonText` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. You can only use this when adding new tabs for a recipient. When used, the new tab inherits all of the properties of the custom tab.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "Specifies the page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "approve", "description": "A tab that allows the recipient to approve documents\nwithout placing a signature or initials on the\ndocument.\n", "x-ms-summary": "A tab that allows the recipient to approve documents\nwithout placing a signature or initials on the\ndocument.\n" }, "appStoreProduct": { "description": "Contains information about an APP store product.", "type": "object", "properties": { "marketPlace": { "description": "", "type": "string" }, "productId": { "description": "The Product ID from the AppStore.", "type": "string" } }, "x-ds-definition-name": "appStoreProduct", "x-ms-summary": "Contains information about an APP store product." }, "appStoreReceipt": { "description": "Contains information about an APP store receipt.", "type": "object", "properties": { "productId": { "description": "The Product ID from the AppStore.", "type": "string" }, "receiptData": { "description": "Reserved: TBD", "type": "string" } }, "x-ds-definition-name": "appStoreReceipt", "x-ms-summary": "Contains information about an APP store receipt." }, "askAnAdmin": { "type": "object", "properties": { "email": { "description": "", "type": "string" }, "message": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "phone": { "description": "", "type": "string" } }, "x-ds-definition-name": "askAnAdmin", "description": "", "x-ms-summary": "" }, "attachment": { "description": "Contains information about an attachment.", "type": "object", "properties": { "accessControl": { "description": "Valid values are `sender` and `senderAndAllRecipients`.", "type": "string" }, "attachmentId": { "description": "The unique identifier for the attachment.", "type": "string" }, "attachmentType": { "description": "Specifies the type of the attachment for the recipient. Possible values are:\n\n- `.htm`\n- `.xml`", "type": "string" }, "data": { "description": "A Base64-encoded representation of the attachment that is used to upload and download the file. File attachments may be up to 50 MB in size.", "type": "string" }, "label": { "description": "A label for the attachment. Potential values include: \n\n- `guidedForm`: [Guided forms](https://www.docusign.com/products/guided-forms) provide a step-by-step, mobile-ready experience to help signers easily complete long or complex forms.\n- `eventNotifications`: A list of envelope-level event statuses that trigger Connect to send updates to the endpoint specified in the `url` property. \n", "type": "string" }, "name": { "description": "The name of the attachment.", "type": "string" }, "remoteUrl": { "description": "The URL of a previously staged chunked upload. Using a chunked upload enables you to stage a large, chunkable temp file. You then use the `remoteUrl` property to reference the chunked upload as the content in attachment and document-related requests. The `remoteUrl` property cannot be used for downloads.", "type": "string" } }, "x-ds-definition-name": "attachment", "x-ms-summary": "Contains information about an attachment." }, "authenticationMethod": { "description": "Contains information about the method used for authentication.", "type": "object", "properties": { "authenticationType": { "description": "Indicates the type of authentication. Valid values are: \n\n- `PhoneAuth`\n- `STAN`\n- `ISCheck` \n- `OFAC`\n- `AccessCode`\n- `AgeVerify`\n- `SSOAuth`", "type": "string" }, "lastProvider": { "description": "The last provider that authenticated the user. ", "type": "string" }, "lastTimestamp": { "description": " The data and time the user last used the authentication method. ", "type": "string" }, "totalCount": { "description": "The number of times the authentication method was used. ", "type": "string" } }, "x-ds-definition-name": "authenticationMethod", "x-ms-summary": "Contains information about the method used for authentication." }, "authenticationStatus": { "description": "A complex element that contains information about a user's authentication status.", "type": "object", "properties": { "accessCodeResult": { "$ref": "#/definitions/eventResult", "description": "The result of a user's attempt to authenticate by using an access code. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "ageVerifyResult": { "$ref": "#/definitions/eventResult", "description": "The result of an age verification check. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "anySocialIDResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "facebookResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "googleResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "identityVerificationResult": { "$ref": "#/definitions/eventResult", "description": "The result of an [Identity Verification][IDV] workflow.\n\n[IDV]: /esign/restapi/Accounts/IdentityVerifications/" }, "idLookupResult": { "$ref": "#/definitions/eventResult", "description": "The result of an ID lookup authentication check. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "idQuestionsResult": { "$ref": "#/definitions/eventResult", "description": "The result of the user's answers to ID challenge questions. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "linkedinResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "liveIDResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "ofacResult": { "$ref": "#/definitions/eventResult", "description": "The result of an Office of Foreign Asset Control (OFAC) check. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "openIDResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "phoneAuthResult": { "$ref": "#/definitions/eventResult", "description": "The result of the user's attempt to authenticate by using two-factor authentication (2FA) through phone messaging. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "salesforceResult": { "$ref": "#/definitions/eventResult", "description": "Success/failure result of authentication using sign-in with a Salesforce account. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "signatureProviderResult": { "$ref": "#/definitions/eventResult", "description": "The result of the user's attempt to authenticate by using a signature provider." }, "smsAuthResult": { "$ref": "#/definitions/eventResult", "description": "The result of the user's attempt to authenticate by using two-factor authentication (2FA) through SMS messaging on a mobile phone." }, "sTANPinResult": { "$ref": "#/definitions/eventResult", "description": "The result of a Student Authentication Network (STAN) authentication check. It returns:\n\n- `Status`: `Pass` or `Fail`.\n- `dateTime`: The date and time that the event occurred.\n- `FailureDescription`: A string containing the details about a failed authentication.\n- `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. " }, "twitterResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." }, "yahooResult": { "$ref": "#/definitions/eventResult", "description": "Deprecated." } }, "x-ds-definition-name": "authenticationStatus", "x-ms-summary": "A complex element that contains information about a user's authentication status." }, "bccEmailAddress": { "description": "Contains information about the BCC email address.", "type": "object", "properties": { "bccEmailAddressId": { "description": "Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. \n \nExample: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address.", "type": "string" }, "email": { "description": "Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope.\n\nMaximum of length: 100 characters. ", "type": "string" } }, "x-ds-definition-name": "bccEmailAddress", "x-ms-summary": "Contains information about the BCC email address." }, "bccEmailArchive": { "type": "object", "properties": { "accountId": { "description": "The id of the account that owns the BCC email archive configuration.", "type": "string" }, "bccEmailArchiveId": { "description": "The id of the BCC email archive configuration.", "type": "string" }, "created": { "description": "The UTC DateTime when the BCC email archive configuration was created.", "type": "string" }, "createdBy": { "$ref": "#/definitions/userInfo", "description": "Details about the user who created the BCC email archive configuration." }, "email": { "description": "The BCC email address to use for archiving DocuSign messages.\n\nExample: customer_bcc@example.com", "type": "string" }, "emailNotificationId": { "description": "The GUID of the activation email message sent to the BCC email address.", "type": "string" }, "modified": { "description": "The UTC DateTime when the BCC email archive configuration was last modified.", "type": "string" }, "modifiedBy": { "$ref": "#/definitions/userInfo", "description": "Details about the user who last modified the BCC email archive configuration." }, "status": { "description": "The status of the BCC email address. Possible values are:\n\n- `activation_sent`: An activation link has been sent to the BCC email address.\n- `active`: The BCC email address is actively used for archiving.\n- `closed`: The BCC email address is no longer used for archiving.", "type": "string" }, "uri": { "description": "The helper URI for retrieving the BCC email archive.", "type": "string" } }, "x-ds-definition-name": "bccEmailArchive", "description": "This object contains information abut a BCC email archive configuration (a BCC email address used to archive DocuSign-generated emails).", "x-ms-summary": "This object contains information abut a BCC email archive configuration (a BCC email address used to archive DocuSign-generated emails)." }, "bccEmailArchiveHistory": { "type": "object", "properties": { "accountId": { "description": "The id of the account that owns the BCC email archive configuration.", "type": "string" }, "action": { "description": "The action taken on the BCC email archive configuration.\n\nExamples: \n\n- `CREATED`: The BCC email archive configuration has been created.\n- `UPDATED`: The BCC email address has been activated by clicking on the activation link in the activation email message.\n- `CLOSED`: The BCC email address has been marked as closed is no longer used for archiving.", "type": "string" }, "email": { "description": "The BCC email address used to archive the emails that DocuSign generates. \n\nExample: customer_bcc@example.com", "type": "string" }, "modified": { "description": "The UTC DateTime when the BCC email address was last modified.", "type": "string" }, "modifiedBy": { "$ref": "#/definitions/userInfo", "description": "Details about the user who last modified the BCC email archive configuration." }, "status": { "description": "The status of the BCC email address. Possible values are:\n\n- `activation_sent`: An activation link has been sent to the BCC email address.\n- `active`: The BCC email address is actively used for archiving.\n- `closed`: The BCC email address is no longer used for archiving.", "type": "string" } }, "x-ds-definition-name": "bccEmailArchiveHistory", "description": "Contains details about the history of the BCC email archive configuration.", "x-ms-summary": "Contains details about the history of the BCC email archive configuration." }, "bccEmailArchiveHistoryList": { "type": "object", "properties": { "bccEmailArchiveHistory": { "description": "A list of changes to the BCC email archive configuration.", "type": "array", "items": { "$ref": "#/definitions/bccEmailArchiveHistory" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bccEmailArchiveHistoryList", "description": "", "x-ms-summary": "" }, "bccEmailArchiveList": { "type": "object", "properties": { "bccEmailArchives": { "description": "A list of BCC email archive configurations.", "type": "array", "items": { "$ref": "#/definitions/bccEmailArchive" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bccEmailArchiveList", "description": "Contains a list of BCC email archive configurations.", "x-ms-summary": "Contains a list of BCC email archive configurations." }, "billingCharge": { "description": "Contains information about a billing charge.", "type": "object", "properties": { "allowedQuantity": { "description": "Reserved: TBD", "type": "string" }, "blocked": { "description": "Reserved: TBD", "type": "string" }, "chargeName": { "description": "Provides information on what services the charge item is for.\n\nThe following table provides a description of the different chargeName values available at this time.\n\n| chargeName | Description |\n| --- | --- |\n| id_check | ID Check Charge |\n| in_person_signing | In Person Signing charge |\n| envelopes Included | Sent Envelopes for the account |\n| age_verify | Age verification check |\n| ofac | OFAC Check |\n| id_confirm | ID confirmation check |\n| student_authentication | STAN PIN authentication check |\n| wet_sign_fax | Pages for returning signed documents by fax |\n| attachment_fax | Pages for returning attachments by fax |\n| phone_authentication | Phone authentication charge |\n| powerforms | PowerForm envelopes sent |\n| signer_payments | Payment processing charge |\n| outbound_fax | Send by fax charge |\n| bulk_recipient_envelopes | Bulk Recipient Envelopes sent |\n| sms_authentications | SMS authentication charge |\n| saml_authentications | SAML authentication charge |\n| express_signer_certificate | DocuSign Express Certificate charge |\n| personal_signer_certificate | Personal Signer Certificate charge |\n| safe_certificate | SAFE BioPharma Signer Certificate charge |\n| seats | Included active seats charge |\n| open_trust_certificate | OpenTrust Signer Certificate charge |", "type": "string" }, "chargeType": { "description": "Reserved: TBD", "type": "string" }, "chargeUnitOfMeasure": { "description": "Reserved: TBD", "type": "string" }, "discounts": { "description": "", "type": "array", "items": { "$ref": "#/definitions/billingDiscount" } }, "firstEffectiveDate": { "description": "", "type": "string" }, "includedQuantity": { "description": "", "type": "string" }, "incrementalQuantity": { "description": "Reserved: TBD", "type": "string" }, "lastEffectiveDate": { "description": "", "type": "string" }, "prices": { "description": "", "type": "array", "items": { "$ref": "#/definitions/billingPrice" } }, "unitPrice": { "description": "Reserved: TBD", "type": "string" }, "usedQuantity": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingCharge", "x-ms-summary": "Contains information about a billing charge." }, "billingChargeResponse": { "description": "Defines a billing charge response object.", "type": "object", "properties": { "billingChargeItems": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingCharge" } } }, "x-ds-definition-name": "billingChargeResponse", "x-ms-summary": "Defines a billing charge response object." }, "billingDiscount": { "type": "object", "properties": { "beginQuantity": { "description": "Reserved: TBD", "type": "string" }, "discount": { "description": "", "type": "string" }, "endQuantity": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingDiscount", "description": "", "x-ms-summary": "" }, "billingInvoice": { "description": "", "type": "object", "properties": { "amount": { "description": "The total amount of the purchase.", "type": "string" }, "balance": { "description": "Reserved: TBD", "type": "string" }, "dueDate": { "description": "Reserved: TBD", "type": "string" }, "invoiceId": { "description": "", "type": "string" }, "invoiceItems": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingInvoiceItem" } }, "invoiceNumber": { "description": "Reserved: TBD", "type": "string" }, "invoiceUri": { "description": "Contains a URI for an endpoint that you can use to retrieve invoice information.", "type": "string" }, "nonTaxableAmount": { "description": "", "type": "string" }, "pdfAvailable": { "description": "", "type": "string" }, "taxableAmount": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingInvoice", "x-ms-summary": "" }, "billingInvoiceItem": { "description": "Contains information about an item on a billing invoice.", "type": "object", "properties": { "chargeAmount": { "description": "Reserved: TBD", "type": "string" }, "chargeName": { "description": "Reserved: TBD", "type": "string" }, "invoiceItemId": { "description": "Reserved: TBD", "type": "string" }, "quantity": { "description": "The quantity of envelopes to add to the account.", "type": "string" }, "unitPrice": { "description": "Reserved: TBD", "type": "string" } }, "x-ds-definition-name": "billingInvoiceItem", "x-ms-summary": "Contains information about an item on a billing invoice." }, "billingInvoicesResponse": { "description": "Defines a billing invoice response object.", "type": "object", "properties": { "billingInvoices": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingInvoice" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" } }, "x-ds-definition-name": "billingInvoicesResponse", "x-ms-summary": "Defines a billing invoice response object." }, "billingInvoicesSummary": { "type": "object", "properties": { "billingInvoices": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingInvoice" } }, "pastDueBalance": { "description": "", "type": "string" }, "paymentAllowed": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingInvoicesSummary", "description": "", "x-ms-summary": "" }, "billingPayment": { "description": "Contains information on a billing plan.", "type": "object", "properties": { "amount": { "description": "Reserved: TBD", "type": "string" }, "invoiceId": { "description": "Reserved: TBD", "type": "string" }, "paymentId": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingPayment", "x-ms-summary": "Contains information on a billing plan." }, "billingPaymentItem": { "description": "", "type": "object", "properties": { "amount": { "description": "The total amount of the purchase.", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "paymentDate": { "description": "", "type": "string" }, "paymentId": { "description": "", "type": "string" }, "paymentNumber": { "description": "When set to **true**, a PDF version of the invoice is available. \n\nTo get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\".", "type": "string" } }, "x-ds-definition-name": "billingPaymentItem", "x-ms-summary": "" }, "billingPaymentRequest": { "type": "object", "properties": { "paymentAmount": { "description": "The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices.", "type": "string" } }, "x-ds-definition-name": "billingPaymentRequest", "description": "", "x-ms-summary": "" }, "billingPaymentResponse": { "description": "Defines an billing payment response object.", "type": "object", "properties": { "billingPayments": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingPayment" } } }, "x-ds-definition-name": "billingPaymentResponse", "x-ms-summary": "Defines an billing payment response object." }, "billingPaymentsResponse": { "description": "Defines a billing payments response object.", "type": "object", "properties": { "billingPayments": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingPaymentItem" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" } }, "x-ds-definition-name": "billingPaymentsResponse", "x-ms-summary": "Defines a billing payments response object." }, "billingPlan": { "description": "Contains information about a billing plan.", "type": "object", "properties": { "appStoreProducts": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/appStoreProduct" } }, "currencyPlanPrices": { "description": "Contains the `currencyCode` and `currencySymbol` for the alternate currency values for `envelopeFee`, `fixedFee`, and `seatFee` that are configured for this plan feature set.", "type": "array", "items": { "$ref": "#/definitions/currencyPlanPrice" } }, "enableSupport": { "description": "When set to **true**, customer support is provided as part of the account plan.", "type": "string" }, "includedSeats": { "description": "The number of seats (users) included in the plan.", "type": "string" }, "otherDiscountPercent": { "description": "Any other percentage discount for the plan.\n\nExample: `\"0.00\"`", "type": "string" }, "paymentCycle": { "description": "The payment cycle associated with the plan. The possible values are: \n\n- `Monthly`\n- `Annually` ", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "perSeatPrice": { "description": "The per-seat price associated with the plan.\n\nExample: `\"456.0000\"`", "type": "string" }, "planClassification": { "description": "Identifies the type of plan. Examples include:\n\n- `business`\n- `corporate`\n- `enterprise` \n- `free`", "type": "string" }, "planFeatureSets": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/featureSet" } }, "planId": { "description": "DocuSign's id for the account plan.", "type": "string" }, "planName": { "description": "\n", "type": "string" }, "seatDiscounts": { "description": "A complex type that returns information about any seat discounts. It contains the information `BeginSeatCount`, `EndSeatCount` and `SeatDiscountPercent`.", "type": "array", "items": { "$ref": "#/definitions/seatDiscount" } }, "supportIncidentFee": { "description": "The support incident fee charged for each support incident.\n\nExample: `\"$0.00\"`", "type": "string" }, "supportPlanFee": { "description": "The support plan fee charged for this plan.\n\nExample: `\"$0.00\"`", "type": "string" } }, "x-ds-definition-name": "billingPlan", "x-ms-summary": "Contains information about a billing plan." }, "billingPlanInformation": { "type": "object", "properties": { "appStoreReceipt": { "$ref": "#/definitions/appStoreReceipt", "description": "" }, "billingAddress": { "$ref": "#/definitions/accountAddress", "description": "The billing address for the account." }, "creditCardInformation": { "$ref": "#/definitions/creditCardInformation", "description": "A complex type that has information about the credit card used to pay for this account." }, "directDebitProcessorInformation": { "$ref": "#/definitions/directDebitProcessorInformation", "description": "Information about the bank that processes direct debits for the payment plan." }, "downgradeReason": { "description": "(Optional) The user's reason for downgrading their billing plan.", "type": "string" }, "enableSupport": { "description": "When set to **true**, customer support is provided as part of the account plan.", "type": "string" }, "includedSeats": { "description": "The number of seats (users) included in the plan.", "type": "string" }, "incrementalSeats": { "description": "Reserved for DocuSign.", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "paymentProcessorInformation": { "$ref": "#/definitions/paymentProcessorInformation", "description": "Information about the entity that processes payments for the billing plan." }, "planInformation": { "$ref": "#/definitions/planInformation", "description": "An object used to identify the features and attributes of the account being created." }, "referralInformation": { "$ref": "#/definitions/referralInformation", "description": "A complex type that contains properties for entering referral and discount information." }, "renewalStatus": { "description": "The renewal status of the account. Possible values are:\n\n- `auto`: The account automatically renews. \n- `queued_for_close`: The account will be closed at the billingPeriodEndDate. \n- queued_for_downgrade`: The account will be downgraded at the `billingPeriodEndDate`.", "type": "string" }, "saleDiscountAmount": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountFixedAmount": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountPercent": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountPeriods": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountSeatPriceOverride": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "billingPlanInformation", "description": "This object contains details about a billing plan.", "x-ms-summary": "This object contains details about a billing plan." }, "billingPlanPreview": { "description": "Information used to provide a preview of a billing plan.", "type": "object", "properties": { "currencyCode": { "description": "Specifies the ISO currency code for the account.", "type": "string" }, "invoice": { "$ref": "#/definitions/billingInvoice", "description": "" }, "isProrated": { "description": "When set to **true**, the billing plan is prorated.", "type": "string" }, "subtotalAmount": { "description": "", "type": "string" }, "taxAmount": { "description": "", "type": "string" }, "totalAmount": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingPlanPreview", "x-ms-summary": "Information used to provide a preview of a billing plan." }, "billingPlanResponse": { "description": "Defines a billing plan response object.", "type": "object", "properties": { "billingPlan": { "$ref": "#/definitions/billingPlan", "description": "An object that contains details about the billing plan." }, "successorPlans": { "description": "A list of billing plans that the current billing plan can be rolled into.", "type": "array", "items": { "$ref": "#/definitions/billingPlan" } } }, "x-ds-definition-name": "billingPlanResponse", "x-ms-summary": "Defines a billing plan response object." }, "billingPlansResponse": { "description": "Defines a billing plans response object.", "type": "object", "properties": { "billingPlans": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingPlan" } } }, "x-ds-definition-name": "billingPlansResponse", "x-ms-summary": "Defines a billing plans response object." }, "billingPlanUpdateResponse": { "description": "Defines a billing plan update response object.", "type": "object", "properties": { "accountPaymentMethod": { "description": "The type of payment method used for the account. Valid values are:\n\n- `credit_card`\n- ", "type": "string" }, "billingPlanPreview": { "$ref": "#/definitions/billingPlanPreview", "description": "" }, "currencyCode": { "description": "Specifies the ISO currency code for the account.", "type": "string" }, "includedSeats": { "description": "The number of seats (users) included in the plan.", "type": "string" }, "paymentCycle": { "description": "The payment cycle associated with the plan. The possible values are: \n\n- `Monthly`\n- `Annually` ", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "planId": { "description": "DocuSign's id for the account plan.", "type": "string" }, "planName": { "description": "The name of the billing plan used for the account.\n\nExamples: \n\n- `Personal - Annual`\n- `Unlimited Envelope Subscription - Annual Billing`", "type": "string" } }, "x-ds-definition-name": "billingPlanUpdateResponse", "x-ms-summary": "Defines a billing plan update response object." }, "billingPrice": { "type": "object", "properties": { "beginQuantity": { "description": "Reserved: TBD", "type": "string" }, "endQuantity": { "description": "", "type": "string" }, "unitPrice": { "description": "Reserved: TBD", "type": "string" } }, "x-ds-definition-name": "billingPrice", "description": "", "x-ms-summary": "" }, "brand": { "type": "object", "properties": { "brandCompany": { "description": "The name of the company associated with the brand.", "type": "string" }, "brandId": { "description": "The id of the brand.", "type": "string" }, "brandLanguages": { "description": "An array of two-letter codes for the languages that you want to use with the brand. The supported languages are:\n\n- Arabic (`ar`)\n- Armenian (`hy`)\n- Bahasa Indonesia (`id`)\n- Bahasa Malay (`ms`)\n- Bulgarian (`bg`)\n- Chinese Simplified (`zh_CN`)\n- Chinese Traditional (`zh_TW`)\n- Croatian (`hr`)\n- Czech (`cs`)\n- Danish (`da`)\n- Dutch (`nl`)\n- English UK (`en_GB`)\n- English US (`en`)\n- Estonian (`et`)\n- Farsi (`fa`)\n- Finnish (`fi`)\n- French (`fr`)\n- French Canada (`fr_CA`)\n- German (`de`)\n- Greek (`el`)\n- Hebrew (`he`)\n- Hindi (`hi`)\n- Hungarian (`hu`)\n- Italian (`it`)\n- Japanese (`ja`)\n- Korean (`ko`)\n- Latvian (`lv`)\n- Lithuanian (`lt`)\n- Norwegian (`no`)\n- Polish (`pl`)\n- Portuguese (`pt`)\n- Portuguese Brasil (`pt_BR`)\n- Romanian (`ro`)\n- Russian (`ru`)\n- Serbian (`sr`)\n- Slovak (`sk`)\n- Slovenian (`sl`)\n- Spanish (`es`)\n- Spanish Latin America (`es_MX`)\n- Swedish (`sv`)\n- Thai (`th`)\n- Turkish (`tr`)\n- Ukranian (`uk`)\n- Vietnamese (`vi`)", "type": "array", "items": { "type": "string" } }, "brandName": { "description": "The name of the brand.", "type": "string" }, "colors": { "description": "An array of name-value pairs specifying the colors that the brand uses for the following elements:\n\n- Button background\n- Button text\n- Header background\n- Header text", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "defaultBrandLanguage": { "description": "The two-letter code for the language that you want to use as the brand default. The supported languages are:\n\n- Arabic (`ar`)\n- Armenian (`hy`)\n- Bahasa Indonesia (`id`)\n- Bahasa Malay (`ms`)\n- Bulgarian (`bg`)\n- Chinese Simplified (`zh_CN`)\n- Chinese Traditional (`zh_TW`)\n- Croatian (`hr`)\n- Czech (`cs`)\n- Danish (`da`)\n- Dutch (`nl`)\n- English UK (`en_GB`)\n- English US (`en`)\n- Estonian (`et`)\n- Farsi (`fa`)\n- Finnish (`fi`)\n- French (`fr`)\n- French Canada (`fr_CA`)\n- German (`de`)\n- Greek (`el`)\n- Hebrew (`he`)\n- Hindi (`hi`)\n- Hungarian (`hu`)\n- Italian (`it`)\n- Japanese (`ja`)\n- Korean (`ko`)\n- Latvian (`lv`)\n- Lithuanian (`lt`)\n- Norwegian (`no`)\n- Polish (`pl`)\n- Portuguese (`pt`)\n- Portuguese Brasil (`pt_BR`)\n- Romanian (`ro`)\n- Russian (`ru`)\n- Serbian (`sr`)\n- Slovak (`sk`)\n- Slovenian (`sl`)\n- Spanish (`es`)\n- Spanish Latin America (`es_MX`)\n- Swedish (`sv`)\n- Thai (`th`)\n- Turkish (`tr`)\n- Ukranian (`uk`)\n- Vietnamese (`vi`)", "type": "string" }, "emailContent": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/brandEmailContent" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "isOverridingCompanyName": { "description": "When **true**, the `brandCompany` property is overriding the name of the company in the account settings.", "type": "boolean" }, "isSendingDefault": { "description": "When **true**, the sending brand is the default brand for sending new envelopes.", "type": "boolean" }, "isSigningDefault": { "description": "When **true**, the siging brand is the default brand for the signing experience.", "type": "boolean" }, "landingPages": { "description": "An array of name/value pairs specifying the pages to which the user is redirected after the following events occur:\n\n- Signing Completed\n- Viewed Exit\n- Finish Later\n- Decline\n- Session Timeout\n- Authentication Failure\n\nIf you do not specify landing pages, the DocuSign default pages are used.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "links": { "description": "An array of `brandLink` objects that contain information about the links that the brand uses.", "type": "array", "items": { "$ref": "#/definitions/brandLink" } }, "logos": { "$ref": "#/definitions/brandLogos", "description": "The URIs for retrieving the logos that are associated with the brand." }, "resources": { "$ref": "#/definitions/brandResourceUrls", "description": "An object containing the URLs for the four DocuSign master resource files that the brand uses for sending, signing, email messages, and captive (embedded) signing. You can modify the default email messages and formats in these file to customize the user experience.\n\n**Note**: This object is returned only when the `resourceContentType` is `sending`, `signing`, `email`, or `signing_captive`." } }, "x-ds-definition-name": "brand", "description": "Information about a brand that is associated with an account. A brand applies custom styles and text to an envelope.", "x-ms-summary": "Information about a brand that is associated with an account. A brand applies custom styles and text to an envelope." }, "brandEmailContent": { "type": "object", "properties": { "content": { "description": "Deprecated.", "type": "string" }, "emailContentType": { "description": "Deprecated.", "type": "string" }, "emailToLink": { "description": "Deprecated.", "type": "string" }, "linkText": { "description": "Deprecated.", "type": "string" } }, "x-ds-definition-name": "brandEmailContent", "description": "Deprecated.", "x-ms-summary": "Deprecated." }, "brandLink": { "type": "object", "properties": { "linkText": { "description": "The text used for the link.", "type": "string" }, "linkType": { "description": "The type of link. Valid values include:\n\n- `aboutDocusign`\n- `closeButton`", "type": "string" }, "showLink": { "description": "When **true**, the link displays to the recipient.", "type": "string" }, "urlOrMailTo": { "description": "The URL or mailto address of the link.", "type": "string" } }, "x-ds-definition-name": "brandLink", "description": "Information about a link that a brand uses.", "x-ms-summary": "Information about a link that a brand uses." }, "brandLogos": { "type": "object", "properties": { "email": { "description": "The URI for the logo that the brand uses in the header of email messages.", "type": "string" }, "primary": { "description": "The URI for the brand's primary logo.", "type": "string" }, "secondary": { "description": "The URI for the brand's secondary logo.", "type": "string" } }, "x-ds-definition-name": "brandLogos", "description": "Information about the logos associated with the brand.", "x-ms-summary": "Information about the logos associated with the brand." }, "brandRequest": { "type": "object", "properties": { "brandId": { "description": "The id of the brand.", "type": "string" } }, "x-ds-definition-name": "brandRequest", "description": "This request object contains information about a specific brand.", "x-ms-summary": "This request object contains information about a specific brand." }, "brandResources": { "type": "object", "properties": { "createdByUserInfo": { "$ref": "#/definitions/userInfo", "description": "The user id of the user who created the brand resource." }, "createdDate": { "description": "The date and time that the brand resource was created.", "type": "string" }, "dataNotSavedNotInMaster": { "description": "Deprecated.", "type": "array", "items": { "type": "string" } }, "modifiedByUserInfo": { "$ref": "#/definitions/userInfo", "description": "Information about the user who last modified the brand resource." }, "modifiedDate": { "description": "The date on which this user record was last modified.", "type": "string" }, "modifiedTemplates": { "description": "This property is returned in the response to the [AccountBrands::listResources][listResources] request. It contains a list of any email templates that have been modified to differ from the master resource files.\n\n[listResources]: /esign-rest-api/reference/Accounts/AccountBrands/listResources", "type": "array", "items": { "type": "string" } }, "resourcesContentType": { "description": "The type of brand resource file. A brand uses a different resource file to control each of the following experiences:\n\n- Sending (`sending`)\n- Signing (`signing`)\n- Email messages (`email`)\n- Captive (embedded) signing (`signing_captive`)\n\nYou can modify the default email messages and formats in these files and upload them to your brand to customize the user experience.", "type": "string" }, "resourcesContentUri": { "description": "The URI for the brand resource file.", "type": "string" } }, "x-ds-definition-name": "brandResources", "description": "Information about the resource files that the brand uses for the email, signing, sending, and captive (embedded) signing experiences.", "x-ms-summary": "Information about the resource files that the brand uses for the email, signing, sending, and captive (embedded) signing experiences." }, "brandResourcesList": { "type": "object", "properties": { "resourcesContentTypes": { "description": "A list of resources that the brand uses.", "type": "array", "items": { "$ref": "#/definitions/brandResources" } } }, "x-ds-definition-name": "brandResourcesList", "description": "", "x-ms-summary": "" }, "brandResourceUrls": { "type": "object", "properties": { "email": { "description": "The URI for the email resource file that the brand uses.", "type": "string" }, "sending": { "description": "The URI for the sending resource file that the brand uses.", "type": "string" }, "signing": { "description": "The URI for the signing resource file that the brand uses.", "type": "string" }, "signingCaptive": { "description": "The URI for the captive (embedded) signing resource file that the brand uses.", "type": "string" } }, "x-ds-definition-name": "brandResourceUrls", "description": "Brands use resource files to style the following experiences: \n\n- Email\n- Sending\n- Signing\n- Captive (embedded) signing \n\nYou can modify these resource files to customize these experiences.", "x-ms-summary": "Brands use resource files to style the following experiences: \n\n- Email\n- Sending\n- Signing\n- Captive (embedded) signing \n\nYou can modify these resource files to customize these experiences." }, "brandsRequest": { "type": "object", "properties": { "brands": { "description": "A list of brands.", "type": "array", "items": { "$ref": "#/definitions/brandRequest" } } }, "x-ds-definition-name": "brandsRequest", "description": "Details about one or more brands.", "x-ms-summary": "Details about one or more brands." }, "brandsResponse": { "type": "object", "properties": { "brands": { "description": "A list of brands.", "type": "array", "items": { "$ref": "#/definitions/brand" } }, "recipientBrandIdDefault": { "description": "The brand that envelope recipients see when a brand is not explicitly set.", "type": "string" }, "senderBrandIdDefault": { "description": "The brand that envelope senders see when a brand is not explicitly set.", "type": "string" } }, "x-ds-definition-name": "brandsResponse", "description": "", "x-ms-summary": "" }, "bulkEnvelope": { "type": "object", "properties": { "bulkRecipientRow": { "description": "The row of the recipient in the CSV file used to create the bulk recipient list.", "type": "string" }, "bulkStatus": { "description": "Indicates the status of the bulk send operation. Returned values can be:\n- `queued`\n- `processing`\n- `sent`\n- `failed`", "type": "string" }, "email": { "description": "The email address of the recipient assigned to this envelope transaction.", "type": "string" }, "envelopeId": { "description": "GUID of the bulk envelope.", "type": "string" }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "name": { "description": "The name of the recipient assigned to this envelope transaction.", "type": "string" }, "submittedDateTime": { "description": "The date and time on which the bulk envelope was created.", "type": "string" }, "transactionId": { "description": "Identifier for the envelope transaction. The ID is a sender-generated value and is valid in the DocuSign system for 7 days. We recommend that you use a transaction ID for offline signing to ensure that an envelope is not sent multiple times. You can use the transaction ID to determine an envelope's status (queued, processing, sent, or failed) in cases where the Internet connection is lost before envelope status is returned.", "type": "string" } }, "x-ds-definition-name": "bulkEnvelope", "description": "", "x-ms-summary": "" }, "bulkEnvelopesResponse": { "type": "object", "properties": { "bulkEnvelopeStatuses": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/bulkEnvelopeStatus" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bulkEnvelopesResponse", "description": "", "x-ms-summary": "" }, "bulkEnvelopeStatus": { "type": "object", "properties": { "batchId": { "description": "Identifier used to query the status of an individual bulk recipient batch.", "type": "string" }, "batchSize": { "description": "The total number of items in the batch being queried.", "type": "string" }, "bulkEnvelopes": { "description": "A list of bulk envelope objects.", "type": "array", "items": { "$ref": "#/definitions/bulkEnvelope" } }, "bulkEnvelopesBatchUri": { "description": "URI at which you can retrieve the batch envelopes.", "type": "string" }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "failed": { "description": "The number of entries with a status of `failed`. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "queued": { "description": "The number of entries with a status of `queued`.", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "sent": { "description": "The number of entries with a status of `sent`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "submittedDate": { "description": "The date on which the bulk envelope was created.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bulkEnvelopeStatus", "description": "", "x-ms-summary": "" }, "bulkRecipient": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "email": { "description": "Specifies the recipient's email address. \n\nMaximum length: 100 characters.", "type": "string" }, "errorDetails": { "description": "Array or errors.", "type": "array", "items": { "$ref": "#/definitions/errorDetails" } }, "identification": { "description": "Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field.\n\nThe acceptable values are:\n\n* KBA: Enables the normal ID check authentication set up for your account.\n* Phone: Enables phone authentication.\n* SMS: Enables SMS authentication.", "type": "string" }, "name": { "description": "Specifies the recipient's name. \n\nMaximum length: 50 characters.", "type": "string" }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "phoneNumber": { "description": "This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number.\n\nIf `usersupplied` is used, the signer supplies his or her own telephone number.", "type": "string" }, "recipientSignatureProviderInfo": { "description": "", "type": "array", "items": { "$ref": "#/definitions/bulkRecipientSignatureProvider" } }, "rowNumber": { "description": "", "type": "string" }, "tabLabels": { "description": "Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of `tabLabel` columns can be added to the bulk recipient file.\n\nThe information used in the bulk recipient file header must be the same as the `tabLabel` for the tab.\n\nThe values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row.\n\nNote that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs.", "type": "array", "items": { "$ref": "#/definitions/bulkRecipientTabLabel" } } }, "x-ds-definition-name": "bulkRecipient", "description": "", "x-ms-summary": "" }, "bulkRecipientSignatureProvider": { "type": "object", "properties": { "name": { "description": "", "type": "string" }, "value": { "description": "Specifies the value of the tab. ", "type": "string" } }, "x-ds-definition-name": "bulkRecipientSignatureProvider", "description": "", "x-ms-summary": "" }, "bulkRecipientsRequest": { "type": "object", "properties": { "bulkRecipients": { "description": "A complex type containing information about the bulk recipients in the request.", "type": "array", "items": { "$ref": "#/definitions/bulkRecipient" } } }, "x-ds-definition-name": "bulkRecipientsRequest", "description": "", "x-ms-summary": "" }, "bulkRecipientsResponse": { "type": "object", "properties": { "bulkRecipients": { "description": "A complex type containing information about the bulk recipients in the response.", "type": "array", "items": { "$ref": "#/definitions/bulkRecipient" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bulkRecipientsResponse", "description": "", "x-ms-summary": "" }, "bulkRecipientsSummaryResponse": { "type": "object", "properties": { "bulkRecipients": { "description": "A complex type containing information about the bulk recipients in the response.", "type": "array", "items": { "$ref": "#/definitions/bulkRecipient" } }, "bulkRecipientsCount": { "description": "The number of items returned in this response.", "type": "string" }, "bulkRecipientsUri": { "description": "Reserved for DocuSign.", "type": "string" }, "errorDetails": { "description": "Array or errors.", "type": "array", "items": { "$ref": "#/definitions/errorDetails" } } }, "x-ds-definition-name": "bulkRecipientsSummaryResponse", "description": "", "x-ms-summary": "" }, "bulkRecipientsUpdateResponse": { "type": "object", "properties": { "signer": { "$ref": "#/definitions/signer", "description": "" } }, "x-ds-definition-name": "bulkRecipientsUpdateResponse", "description": "", "x-ms-summary": "" }, "bulkRecipientTabLabel": { "type": "object", "properties": { "name": { "description": "", "type": "string" }, "value": { "description": "Specifies the value of the tab. ", "type": "string" } }, "x-ds-definition-name": "bulkRecipientTabLabel", "description": "", "x-ms-summary": "" }, "bulkSendBatchStatus": { "type": "object", "properties": { "batchId": { "description": "Identifier used to query the status of an individual bulk recipient batch.", "type": "string" }, "batchName": { "description": "", "type": "string" }, "batchSize": { "description": "The total number of items in the batch being queried.", "type": "string" }, "bulkErrors": { "description": "", "type": "array", "items": { "$ref": "#/definitions/bulkSendErrorStatus" } }, "envelopeIdOrTemplateId": { "description": "", "type": "string" }, "envelopesUri": { "description": "", "type": "string" }, "failed": { "description": "The number of entries with a status of `failed`. ", "type": "string" }, "mailingListId": { "description": "", "type": "string" }, "queued": { "description": "The number of entries with a status of `queued`.", "type": "string" }, "sent": { "description": "The number of entries with a status of `sent`.", "type": "string" }, "submittedDate": { "description": "The date on which the bulk envelope was created.", "type": "string" } }, "x-ds-definition-name": "bulkSendBatchStatus", "description": "", "x-ms-summary": "" }, "bulkSendBatchSummaries": { "type": "object", "properties": { "batchSizeLimit": { "description": "", "type": "string" }, "bulkBatchSummaries": { "description": "", "type": "array", "items": { "$ref": "#/definitions/bulkSendBatchSummary" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "queueLimit": { "description": "", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalQueued": { "description": "", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bulkSendBatchSummaries", "description": "", "x-ms-summary": "" }, "bulkSendBatchSummary": { "type": "object", "properties": { "batchId": { "description": "Identifier used to query the status of an individual bulk recipient batch.", "type": "string" }, "batchName": { "description": "", "type": "string" }, "batchSize": { "description": "The total number of items in the batch being queried.", "type": "string" }, "batchUri": { "description": "", "type": "string" }, "failed": { "description": "The number of entries with a status of `failed`. ", "type": "string" }, "queued": { "description": "The number of entries with a status of `queued`.", "type": "string" }, "sent": { "description": "The number of entries with a status of `sent`.", "type": "string" }, "submittedDate": { "description": "The date on which the bulk envelope was created.", "type": "string" } }, "x-ds-definition-name": "bulkSendBatchSummary", "description": "", "x-ms-summary": "" }, "bulkSendErrorStatus": { "type": "object", "properties": { "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "errorMessage": { "description": "", "type": "string" }, "recipientEmails": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "bulkSendErrorStatus", "description": "", "x-ms-summary": "" }, "bulkSendingCopy": { "type": "object", "properties": { "customFields": { "description": "The custom fields for this copy of the envelope.\n\n**Note**: These custom fields must also be included in the original envelope or template that you want to send.", "type": "array", "items": { "$ref": "#/definitions/bulkSendingCopyCustomField" } }, "emailBlurb": { "description": "The email body for this copy of the envelope.", "type": "string" }, "emailSubject": { "description": "The email subject line for this copy of the envelope. For information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).", "type": "string" }, "recipients": { "description": "Information about the recipients associated with this copy of the envelope.", "type": "array", "items": { "$ref": "#/definitions/bulkSendingCopyRecipient" } } }, "x-ds-definition-name": "bulkSendingCopy", "description": "This object contains the details to use for a specific copy, or instance, of the envelope. When you send an envelope by using a bulk send list, you can customize these properties for each instance.", "x-ms-summary": "This object contains the details to use for a specific copy, or instance, of the envelope. When you send an envelope by using a bulk send list, you can customize these properties for each instance." }, "bulkSendingCopyCustomField": { "type": "object", "properties": { "name": { "description": "The name of the custom field.", "type": "string" }, "value": { "description": "The value of the custom field.", "type": "string" } }, "x-ds-definition-name": "bulkSendingCopyCustomField", "description": "This object contains details about a custom field for a bulk send copy. In a bulk send request, each custom field in the bulk send list must match a custom field in the envelope or template that you want to send.", "x-ms-summary": "This object contains details about a custom field for a bulk send copy. In a bulk send request, each custom field in the bulk send list must match a custom field in the envelope or template that you want to send." }, "bulkSendingCopyRecipient": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "email": { "description": "The recipient's email address.", "type": "string" }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identificationMethod": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "roleName": { "description": "The name of the role associated with the recipient. This property is optional and is only used in place of a `recipientId`.", "type": "string" }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "tabs": { "description": "A list of tabs associated with the recipient. In a bulk send request, each of these recipient tabs must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same.\n\nFor example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information.\n\n You can use the following types of tabs to match bulk send recipients to an envelope:\n\n- Text tabs\n- Radio group tabs (where the name of the `radioGroup` on the envelope is used as the `tabLabel` in the bulk send list)\n- List tabs", "type": "array", "items": { "$ref": "#/definitions/bulkSendingCopyTab" } } }, "x-ds-definition-name": "bulkSendingCopyRecipient", "description": "This object contains details about a bulk send recipient.", "x-ms-summary": "This object contains details about a bulk send recipient." }, "bulkSendingCopyTab": { "type": "object", "properties": { "initialValue": { "description": "The initial value that you want to assign to the tab.", "type": "string" }, "tabLabel": { "description": "The label associated with the recipient tab. In a bulk send request, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same.\n\nMaximum Length: 500 characters.", "type": "string" } }, "x-ds-definition-name": "bulkSendingCopyTab", "description": "A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same.\n\nFor example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information.", "x-ms-summary": "A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same.\n\nFor example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information." }, "bulkSendingList": { "type": "object", "properties": { "bulkCopies": { "description": "An array of `bulkCopy` objects. Each object represents an instance or copy of an envelope and contains details such as the recipient, custom fields, tabs, and other information.", "type": "array", "items": { "$ref": "#/definitions/bulkSendingCopy" } }, "listId": { "description": "The GUID of the bulk send list.", "type": "string" }, "name": { "description": "The name of the bulk send list.", "type": "string" } }, "x-ds-definition-name": "bulkSendingList", "description": "This object contains the details for the bulk send list.", "x-ms-summary": "This object contains the details for the bulk send list." }, "bulkSendingListSummaries": { "type": "object", "properties": { "bulkListSummaries": { "description": "An array of `bulkSendingListSummary` objects where each summary provides basic information about a bulk send list that belongs to the current user.", "type": "array", "items": { "$ref": "#/definitions/bulkSendingListSummary" } } }, "x-ds-definition-name": "bulkSendingListSummaries", "description": "This complex type contains summaries that provide basic information about the bulk send lists that belong to the current user.", "x-ms-summary": "This complex type contains summaries that provide basic information about the bulk send lists that belong to the current user." }, "bulkSendingListSummary": { "type": "object", "properties": { "bulkSendListId": { "description": "The GUID of the bulk send list. This property is created after you post a new bulk send list.", "type": "string" }, "createdByUser": { "description": "The GUID of the user who created the bulk send list.", "type": "string" }, "createdDate": { "description": "The UTC DateTime that the bulk send list was created.", "type": "string" }, "name": { "description": "The name of the bulk send list.", "type": "string" } }, "x-ds-definition-name": "bulkSendingListSummary", "description": "This object contains basic information about a bulk send list.", "x-ms-summary": "This object contains basic information about a bulk send list." }, "bulkSendRequest": { "type": "object", "properties": { "batchName": { "description": "", "type": "string" }, "envelopeOrTemplateId": { "description": "The GUID of the envelope or template that you want to send in bulk.", "type": "string" } }, "x-ds-definition-name": "bulkSendRequest", "description": "This object contains information about the envelope or template that you want to send in bulk.", "x-ms-summary": "This object contains information about the envelope or template that you want to send in bulk." }, "bulkSendResponse": { "type": "object", "properties": { "batchId": { "description": "A batch identifier that you can use to get the status of the batch.", "type": "string" }, "batchName": { "description": "", "type": "string" }, "batchSize": { "description": "The total number of items in the batch being queried.", "type": "string" }, "envelopeOrTemplateId": { "description": "The GUID of the envelope or template that was sent.", "type": "string" }, "errorDetails": { "description": "A human-readable object that describes errors that occur. It is only valid for responses and ignored in requests.", "type": "array", "items": { "type": "string" } }, "errors": { "description": "A list of errors that occurred. This information is intended to be parsed by machine.", "type": "array", "items": { "type": "string" } }, "queueLimit": { "description": "", "type": "string" }, "totalQueued": { "description": "", "type": "string" } }, "x-ds-definition-name": "bulkSendResponse", "description": "The object contains the response to a bulk send request.", "x-ms-summary": "The object contains the response to a bulk send request." }, "bulkSendTestResponse": { "type": "object", "properties": { "canBeSent": { "description": "When **true**, the envelope or template is compatible with the bulk send list and can be sent by using the [BulkSend::createBulkSendRequest][BulkSendRequest] method.\n\n**Note**: This property is only returned in responses and ignored in requests.\n\n[BulkSendRequest]: /esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendRequest", "type": "boolean" }, "validationErrorDetails": { "description": "Human-readable details about any validation errors that occurred.", "type": "array", "items": { "type": "string" } }, "validationErrors": { "description": "A list of validation errors that were encountered during the bulk send test.\n\n**Note**: This information is intended to be parsed by machine.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "bulkSendTestResponse", "description": "This object contains the results of a bulk send test.", "x-ms-summary": "This object contains the results of a bulk send test." }, "captiveRecipient": { "type": "object", "properties": { "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "email": { "description": "The email address associated with the captive recipient.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "userName": { "description": "The username associated with the captive recipient.", "type": "string" } }, "x-ds-definition-name": "captiveRecipient", "description": "This object contains details about a captive (embedded) recipient.", "x-ms-summary": "This object contains details about a captive (embedded) recipient." }, "captiveRecipientInformation": { "type": "object", "properties": { "captiveRecipients": { "description": "A complex type containing information about one or more captive recipients.", "type": "array", "items": { "$ref": "#/definitions/captiveRecipient" } } }, "x-ds-definition-name": "captiveRecipientInformation", "description": "Contains information about captive (embedded) recipients.", "x-ms-summary": "Contains information about captive (embedded) recipients." }, "carbonCopy": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "agentCanEditEmail": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account.", "type": "string" }, "agentCanEditName": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated name. This element is only active if enabled for the account.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Not applicable for Carbon Copy recipients.", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address. Notification of the document to sign is sent to this email address. \n\nMaximum length: 100 characters. ", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "proofFile": { "$ref": "#/definitions/recipientProofFile", "description": "The proof file of the recipient." }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of `commentTabs` that contains the Carbon Copy recipient's comments." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "carbonCopy", "description": "Contains information about a carbon copy recipient. Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date or add information to any of the documents. ", "x-ms-summary": "Contains information about a carbon copy recipient. Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date or add information to any of the documents. " }, "certifiedDelivery": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "agentCanEditEmail": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account.", "type": "string" }, "agentCanEditName": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated name. This element is only active if enabled for the account.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address.", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "proofFile": { "$ref": "#/definitions/recipientProofFile", "description": "The proof file of the recipient." }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the document.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The status of the recipient. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "certifiedDelivery", "description": "Contains information about a certified delivery recipient. Certified delivery recipients must receive the completed documents for the envelope to be completed. However, they don't need to sign, initial, date or add information to any of the documents.", "x-ms-summary": "Contains information about a certified delivery recipient. Certified delivery recipients must receive the completed documents for the envelope to be completed. However, they don't need to sign, initial, date or add information to any of the documents." }, "checkbox": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to apply. This property can only be used when adding new tabs for a recipient. When used, the new tab inherits all custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "This property does not apply to `checkbox` tabs. Check boxes are always optional.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "selected": { "description": "When **true**, the checkbox is selected.", "type": "string" }, "selectedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `selected` property is editable." }, "shared": { "description": "When **true**, this tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable.\n" }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-7, -6)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-7, -6)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "checkbox", "description": "A tab that allows the recipient to select a yes/no (on/off) option.\n", "x-ms-summary": "A tab that allows the recipient to select a yes/no (on/off) option.\n" }, "chunkedUploadPart": { "type": "object", "properties": { "sequence": { "description": "The order of the part in the chunked upload.", "type": "string" }, "size": { "description": "The size of the part in bytes. \n\nWe recommend that a chunked upload part is no larger than a few MB in size.", "type": "string" } }, "x-ds-definition-name": "chunkedUploadPart", "description": "An object that contains information about the chunked upload part.", "x-ms-summary": "An object that contains information about the chunked upload part." }, "chunkedUploadRequest": { "type": "object", "properties": { "chunkedUploadId": { "description": "The id of the chunked upload.\n\n**Note**: This property is ignored in requests, and overridden with an auto-generated value in responses.", "type": "string" }, "data": { "description": "A Base64-encoded representation of the content hat is used to upload the file. \n\nMaximum size: 50 MB. However, data is also subject to REST API limits regarding request sizes, and Internet Information Systems (IIS) might place further constraints on file size.", "type": "string" } }, "x-ds-definition-name": "chunkedUploadRequest", "description": "This is the request object for uploading a chunked upload.", "x-ms-summary": "This is the request object for uploading a chunked upload." }, "chunkedUploadResponse": { "type": "object", "properties": { "checksum": { "description": "A 64-byte, Secure Hash Algorithm 256 (SHA256) checksum that the caller computes across the entirety of the original content that has been uploaded to the chunked upload. DocuSign compares this value to its own computation. If the two values are not equal, the original content and received content are not the same and the commit action is refused.", "type": "string" }, "chunkedUploadId": { "description": "The id of the chunked upload. ", "type": "string" }, "chunkedUploadParts": { "description": "A list of the parts that compose the chunked upload, including their byte sizes. The list must be contiguous before you can commit the chunked upload.", "type": "array", "items": { "$ref": "#/definitions/chunkedUploadPart" } }, "chunkedUploadUri": { "description": "The URI that you use to reference the chunked upload in other API requests, such as envelope document and envelope attachment requests. ", "type": "string" }, "committed": { "description": "When **true**, the chunked upload has been committed. A committed chunked upload can no longer receive any additional parts and is ready for use within other API requests. ", "type": "string" }, "expirationDateTime": { "description": "The UTC time at which the chunked upload expires and is no longer addressable. \n\n**Note**: You must fully upload and use a chunked upload within 20 minutes of initializing it.\n", "type": "string" }, "maxChunkedUploadParts": { "description": "The maximum number of parts allowed for a chunked upload. This value is configurable per DocuSign environment, account, or integrator. The default value is 128. The maximum possible value is 256. ", "type": "string" }, "maxTotalSize": { "description": "The maximum total size allowed for a chunked upload. This value is configured per DocuSign environment, account, or integrator. The default value is 50 MB.", "type": "string" }, "totalSize": { "description": "The total size of the parts of the chunked upload.\n\n**Note**: When a chunked upload is used as an envelope document, it is subject to the PDF size limit (25 MB) and page count limit that apply to all envelope documents.", "type": "string" } }, "x-ds-definition-name": "chunkedUploadResponse", "description": "This response object is returned after you upload a chunked upload.", "x-ms-summary": "This response object is returned after you upload a chunked upload." }, "cloudStorageProvider": { "type": "object", "properties": { "authenticationUrl": { "description": "The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl. ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "redirectUrl": { "description": "The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl.\n\nThe redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.", "type": "string" }, "service": { "description": "The service name for the cloud storage provider.", "type": "string" }, "serviceId": { "description": "The DocuSign-generated ID for the cloud storage provider.", "type": "string" } }, "x-ds-definition-name": "cloudStorageProvider", "description": "Contains details about a specific cloud storage provider.", "x-ms-summary": "Contains details about a specific cloud storage provider." }, "cloudStorageProviders": { "type": "object", "properties": { "storageProviders": { "description": "An Array containing the storage providers associated with the user.", "type": "array", "items": { "$ref": "#/definitions/cloudStorageProvider" } } }, "x-ds-definition-name": "cloudStorageProviders", "description": "", "x-ms-summary": "" }, "comment": { "type": "object", "properties": { "envelopeId": { "description": "The Guid of the envelope the comment thread belongs to.", "type": "string" }, "hmac": { "description": "Reserved for DocuSign.", "type": "string" }, "id": { "description": "The unique identifier for the comment.", "type": "string" }, "mentions": { "description": "An array of userIds that are mentioned directly in the body of a comment.", "type": "array", "items": { "type": "string" } }, "read": { "description": "When **true**, indicates that the comment was read.", "type": "boolean" }, "sentByEmail": { "description": "The email address of the user who created the comment.", "type": "string" }, "sentByFullName": { "description": "The full name of the user who created the comment.", "type": "string" }, "sentByImageId": { "description": "Reserved for DocuSign.", "type": "string" }, "sentByInitials": { "description": "The initials of the user who created the comment.", "type": "string" }, "sentByRecipientId": { "description": "The recipient id of the user who created the comment.", "type": "string" }, "sentByUserId": { "description": "The user id of the user who created the comment.", "type": "string" }, "signingGroupId": { "description": "The id of the signing group that can view the comment or that created the comment.", "type": "string" }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "subject": { "description": "The subject of the envelope.", "type": "string" }, "tabId": { "description": "The unique identifier for the tab that represents the comment thread.", "type": "string" }, "text": { "description": "The content of the comment, as UTF-8 text. \n\nMaximum Length: 500 characters.\n\n**Note**: The maximum size allowed for the entire message body is 32 KB. ", "type": "string" }, "threadId": { "description": "The unique identifier for the comment thread.", "type": "string" }, "threadOriginatorId": { "description": "The userId of the user who created the thread.", "type": "string" }, "timestamp": { "description": "The time the comment was created.", "type": "string" }, "timeStampFormatted": { "description": "The time the comment was created, formatted according to the format of the user who created the comment.", "type": "string" }, "visibleTo": { "description": "The user ids of the users that the comment is visible to.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "comment", "description": "", "x-ms-summary": "" }, "commentHistoryResult": { "type": "object", "properties": { "comments": { "description": "An array of comment tabs that contain information about users' comments on documents.", "type": "array", "items": { "$ref": "#/definitions/comment" } }, "count": { "format": "int32", "description": "The maximum number of results to return.", "type": "integer" }, "endTimetoken": { "description": "", "type": "string" }, "startTimetoken": { "description": "", "type": "string" } }, "x-ds-definition-name": "commentHistoryResult", "description": "", "x-ms-summary": "" }, "commentPublish": { "type": "object", "properties": { "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "mentions": { "description": "An array of userIds that are mentioned directly in the body of a comment.", "type": "array", "items": { "type": "string" } }, "text": { "description": "Specifies the text that is shown in the dropdown list. ", "type": "string" }, "threadAnchorKeys": { "description": "", "type": "object", "additionalProperties": { "type": "string" } }, "threadId": { "description": "The unique identifier for the comment thread.", "type": "string" }, "visibleTo": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "commentPublish", "description": "", "x-ms-summary": "" }, "commentsPublish": { "type": "object", "properties": { "commentsToPublish": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commentPublish" } } }, "x-ds-definition-name": "commentsPublish", "description": "", "x-ms-summary": "" }, "commentThread": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "comments": { "description": "An array of comment tabs that contain information about users' comments on documents.", "type": "array", "items": { "$ref": "#/definitions/comment" } }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "threadId": { "description": "The unique identifier for the comment thread.", "type": "string" }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "commentThread", "description": "", "x-ms-summary": "" }, "commissionCounty": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "commissionCounty", "description": "", "x-ms-summary": "" }, "commissionExpiration": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "commissionExpiration", "description": "", "x-ms-summary": "" }, "commissionNumber": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "commissionNumber", "description": "", "x-ms-summary": "" }, "commissionState": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "commissionState", "description": "", "x-ms-summary": "" }, "company": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "company", "description": "A tab that displays the recipient's company name.\n", "x-ms-summary": "A tab that displays the recipient's company name.\n" }, "compositeTemplate": { "type": "object", "properties": { "compositeTemplateId": { "description": "The id of this composite template. This id is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document.", "type": "string" }, "document": { "$ref": "#/definitions/document", "description": "An optional document object that will act as the primary document in the composite template object. If the document node is present, it will take precedence over any server template or inline template documents. It always comes first. Only use this when you want to supply the document dynamically." }, "inlineTemplates": { "description": " Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value.", "type": "array", "items": { "$ref": "#/definitions/inlineTemplate" } }, "pdfMetaDataTemplateSequence": { "description": "A number representing the sequence in which to apply the template that contains the PDF metadata.\n\nExample: `4`", "type": "string" }, "serverTemplates": { "description": "Zero or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value", "type": "array", "items": { "$ref": "#/definitions/serverTemplate" } } }, "x-ds-definition-name": "compositeTemplate", "description": "This object contains information about a [composite template][composite], which you can use to to apply multiple templates to a single envelope, combine templates with PDF forms, and combine templates with documents from cloud sources.\n\n[composite]: https://developers.docusign.com/esign-rest-api/guides/features/templates#composite-templates", "x-ms-summary": "This object contains information about a [composite template][composite], which you can use to to apply multiple templates to a single envelope, combine templates with PDF forms, and combine templates with documents from cloud sources.\n\n[composite]: https://developers.docusign.com/esign-rest-api/guides/features/templates#composite-templates" }, "conditionalRecipientRule": { "type": "object", "properties": { "conditions": { "description": "An array of conditions that satisfy the rule.", "type": "array", "items": { "$ref": "#/definitions/conditionalRecipientRuleCondition" } }, "order": { "description": "An integer that specifies the order in which rules are processed.\nLower values are processed before higher values.", "type": "string" }, "recipientGroup": { "$ref": "#/definitions/recipientGroup", "description": "" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" } }, "x-ds-definition-name": "conditionalRecipientRule", "description": "", "x-ms-summary": "" }, "conditionalRecipientRuleCondition": { "type": "object", "properties": { "filters": { "description": "", "type": "array", "items": { "$ref": "#/definitions/conditionalRecipientRuleFilter" } }, "order": { "description": "An integer that specifies the order in which rules are processed.\nLower values are processed before higher values.", "type": "string" }, "recipientLabel": { "description": "", "type": "string" } }, "x-ds-definition-name": "conditionalRecipientRuleCondition", "description": "", "x-ms-summary": "" }, "conditionalRecipientRuleFilter": { "type": "object", "properties": { "operator": { "description": "", "type": "string" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "scope": { "description": "Must be set to \"api\".", "type": "string" }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "value": { "description": "Specifies the value of the tab. ", "type": "string" } }, "x-ds-definition-name": "conditionalRecipientRuleFilter", "description": "", "x-ms-summary": "" }, "connectConfigResults": { "type": "object", "properties": { "configurations": { "description": "An array of DocuSign Connect configurations.", "type": "array", "items": { "$ref": "#/definitions/connectCustomConfiguration" } }, "totalRecords": { "description": "The number of results.", "type": "string" } }, "x-ds-definition-name": "connectConfigResults", "description": "This object contains the results of a ConnectConfigurations::GET method.", "x-ms-summary": "This object contains the results of a ConnectConfigurations::GET method." }, "connectCustomConfiguration": { "type": "object", "properties": { "allowEnvelopePublish": { "description": "When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information.", "type": "string" }, "allowSalesforcePublish": { "description": "When set to **true** (default), DocuSign sends data to the designated Salesforce account through Connect.", "type": "string" }, "allUsers": { "description": "When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect.", "type": "string" }, "configurationType": { "description": "If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`.", "type": "string" }, "connectId": { "description": "The ID of the custom Connect configuration being accessed.", "type": "string" }, "enableLog": { "description": "When set to **true**, Connect logging is turned on. We recommend that you enable this functionality, which helps you troubleshoot any issues. \n\nYou can have a maximum of 100 active logs in your account. You can view the entries in active logs in the **Logs** tab in the console.", "type": "string" }, "envelopeEvents": { "description": "A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. \n\nTo receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both.", "type": "array", "items": { "type": "string" } }, "eventData": { "$ref": "#/definitions/connectEventData", "description": "" }, "externalFolderId": { "description": "The id of an external folder.", "type": "string" }, "externalFolderLabel": { "description": "The label for an external folder.", "type": "string" }, "includeCertificateOfCompletion": { "description": "When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. ", "type": "string" }, "includeCertSoapHeader": { "description": "", "type": "string" }, "includeDocumentFields": { "description": "When set to **true**, the Document Fields associated with the envelope's documents are included in the notification messages. Document Fields are optional custom name-value pairs added to documents using the API. ", "type": "string" }, "includeDocuments": { "description": "reserved", "type": "string" }, "includeEnvelopeVoidReason": { "description": "When set to **true**, if the envelope is voided, the Connect Service notification will include the void reason, as entered by the person that voided the envelope. ", "type": "string" }, "includeHMAC": { "description": "", "type": "string" }, "includeSenderAccountasCustomField": { "description": "When set to **true**, Connect will include the sender account as Custom Field in the data.", "type": "string" }, "includeTimeZoneInformation": { "description": "When set to **true**, Connect will include the envelope time zone information.", "type": "string" }, "name": { "description": "", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "recipientEvents": { "description": "An array of recipient event statuses that will trigger Connect to send notifications to your webhook listener at the url endpoint specified in the `url` property. \n\nTo receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both.", "type": "array", "items": { "type": "string" } }, "requireMutualTls": { "description": "When set to **true**, [Mutual TLS](https://developers.docusign.com/esign-rest-api/guides/mutual-tls-intro) authentication is enabled.", "type": "string" }, "requiresAcknowledgement": { "description": "When set to **true**, event delivery acknowledgements are enabled for your Connect configuration.\n\nDocuSign Connect awaits a valid 200 response from your application acknowledging that it received a message. If you do not acknowledge receiving an event notification message within 100 seconds, DocuSign treats the message as a failure and places it into a failure queue. It is imperative that you acknowledge successful receipt of Connect events as they occur by sending a 200 event back.\n\n#### When set to **true** and Send Individual Messages (SIM) mode is activated\n\nIf the HTTP status response to a notification message is not in the range of 200-299,\nthen the message delivery failed, and the configuration is marked as down.\n\nThe message will be queued and retried once per day.\nWhile a Connect configuration is marked down, subsequent notifications will not be tried. Instead they will be immediately queued with the reason `Pending`.\nWhen a message succeeds, all queued messages for the configuration will be tried immediately, in order.\n\nThere is a maximum of ten retries. Alternately, you can use **Republish Connect Information** to manually republish the notification.\n\n#### When set to **true** and SIM mode is not activated\n\nIf the HTTP Status response to a notification message is not in the range of 200-299, then the message delivery failed, and the message is queued.\n\nThe message will be retried after at least a day the next time a subsequent message is successfully sent to this configuration (subscription). Subsequent notifications will be tried when they occur.\nThere is a maximum of ten retries. Alternately, you can use **Republish Connect Information** to manually republish the notification.\n\n#### When set to **false**\n\nWhen `requiresAcknowledgement` is set to **false** and you do not acknowledge receiving an event notification message within 100 seconds, DocuSign treats the message as a failure and determines that the server is unavailable. It does not retry to send the notification message, and you must handle the failure manually.\n\n", "type": "string" }, "salesforceApiVersion": { "description": "The version of the Salesforce API that you are using.", "type": "string" }, "salesforceAuthcode": { "description": "", "type": "string" }, "salesforceCallBackUrl": { "description": "", "type": "string" }, "salesforceDocumentsAsContentFiles": { "description": "When set to **true**, DocuSign can use documents in your Salesforce account for sending and signing.", "type": "string" }, "senderOverride": { "description": "", "type": "string" }, "senderSelectableItems": { "description": "This property sets the items that are available for selection when adding or editing Connect objects. ", "type": "array", "items": { "type": "string" } }, "sfObjects": { "description": "An array of Salesforce objects.", "type": "array", "items": { "$ref": "#/definitions/connectSalesforceObject" } }, "signMessageWithX509Certificate": { "description": "When set to **true**, Mutual TLS will be enabled for notifications. Mutual TLS must be initiated by the listener (the customer's web server) during the TLS handshake protocol. ", "type": "string" }, "soapNamespace": { "description": "The namespace of the SOAP interface.\n\n**Note**: If `useSoapInterface` is set to **true**, you must set this value.", "type": "string" }, "urlToPublishTo": { "description": "This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address.", "type": "string" }, "userIds": { "description": "A comma-separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When a tracked event occurs for a set user, the a notification message is sent to your Connect listener.\n\n**Note**: If allUsers is set to `false` then you must provide a list of user ids.", "type": "array", "items": { "type": "string" } }, "userName": { "description": "The name of the user.", "type": "string" }, "useSoapInterface": { "description": "When set to **true**, the notifications are sent to your endpoint as SOAP requests. ", "type": "string" } }, "x-ds-definition-name": "connectCustomConfiguration", "description": "", "x-ms-summary": "" }, "connectDebugLog": { "type": "object", "properties": { "connectConfig": { "description": "The name of the Connect configuration.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "eventDateTime": { "description": "The UTC date and time of the event.", "type": "string" }, "eventDescription": { "description": "A description of the event.", "type": "string" }, "payload": { "description": "Log output.", "type": "string" } }, "x-ds-definition-name": "connectDebugLog", "description": "", "x-ms-summary": "" }, "connectEventData": { "type": "object", "properties": { "format": { "description": "", "type": "string" }, "includeData": { "description": "", "type": "array", "items": { "type": "string" } }, "version": { "description": "The version of the rest API.", "type": "string" } }, "x-ds-definition-name": "connectEventData", "description": "", "x-ms-summary": "" }, "connectFailureFilter": { "type": "object", "properties": { "envelopeIds": { "description": "An array of envelope GUIDs.\n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "array", "items": { "type": "string" } }, "synchronous": { "description": "Must be **false**. Setting this property to any other value will result in errors.", "type": "string" } }, "x-ds-definition-name": "connectFailureFilter", "description": "A list of failed envelope IDs to retry.", "x-ms-summary": "A list of failed envelope IDs to retry." }, "connectFailureResult": { "type": "object", "properties": { "configId": { "description": "Reserved for DocuSign.", "type": "string" }, "configUrl": { "description": "Reserved for DocuSign.\n", "type": "string" }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "status": { "description": "The connection status.", "type": "string" }, "statusMessage": { "description": "A human-readable message describing the connection status.", "type": "string" } }, "x-ds-definition-name": "connectFailureResult", "description": "This object contains details about a Connect failure result.", "x-ms-summary": "This object contains details about a Connect failure result." }, "connectFailureResults": { "type": "object", "properties": { "retryQueue": { "description": "Details about a Connect failure result.", "type": "array", "items": { "$ref": "#/definitions/connectFailureResult" } } }, "x-ds-definition-name": "connectFailureResults", "description": "", "x-ms-summary": "" }, "connectLog": { "type": "object", "properties": { "accountId": { "description": "The external account number (int) or account ID GUID.", "type": "string" }, "configUrl": { "description": "The web address of the listener or retrieving service endpoint for Connect.", "type": "string" }, "connectDebugLog": { "description": "A complex element containing information about the Connect configuration, error details, date/time, description and payload.\nThis information is included in the response only when the `additional_info` query is set to **true**.\nThis additional information is only available when retrieving general logs with [ConnectEvents:get](https://developers.docusign.com/esign-rest-api/reference/Connect/ConnectEvents/get), but not when retrieving failure logs with [ConnectEvents:listFailures](https://developers.docusign.com/esign-rest-api/reference/Connect/ConnectEvents/listFailures).", "type": "array", "items": { "$ref": "#/definitions/connectDebugLog" } }, "connectId": { "description": "The id of the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post.", "type": "string" }, "created": { "description": "The UTC DateTime when the Connect post was created.", "type": "string" }, "email": { "description": "The email address of the envelope sender.", "type": "string" }, "envelopeId": { "description": "The id of the envelope that failed to post.", "type": "string" }, "error": { "description": "The server error associated with the Connect post failure.", "type": "string" }, "failureId": { "description": "The id of the Connect post failure.", "type": "string" }, "failureUri": { "description": "The URI for the Connect post failure.", "type": "string" }, "lastTry": { "description": "The UTC DateTime of the last attempt to post.", "type": "string" }, "logId": { "description": "The id of the Connect log entry.", "type": "string" }, "logUri": { "description": "The URI for the Connect log entry.", "type": "string" }, "retryCount": { "description": "The number of times the Connect post has been retried.", "type": "string" }, "retryUri": { "description": "A URI that you can use to retry to publish the Connect post.", "type": "string" }, "status": { "description": "The envelope status for the Connect post. Possible values are:\n- `Any`\n- `Voided`\n- `Created`\n- `Deleted`\n- `Sent`\n- `Delivered`\n- `Signed`\n- `Completed`\n- `Declined`\n- `TimedOut`\n- `Template`\n- `Processing`\n\nFor details about these statuses, see [Envelope Status Code Descriptions](https://developers.docusign.com/esign-rest-api/guides/status-and-error-codes#envelope-status-code-descriptions).", "type": "string" }, "subject": { "description": "The subject of the envelope.", "type": "string" }, "userName": { "description": "The name of the sender of the envelope.", "type": "string" } }, "x-ds-definition-name": "connectLog", "description": "Contains information about a Connect log entry.", "x-ms-summary": "Contains information about a Connect log entry." }, "connectLogs": { "type": "object", "properties": { "failures": { "description": "A list of Connect failure logs.", "type": "array", "items": { "$ref": "#/definitions/connectLog" } }, "logs": { "description": "A list of Connect general logs.", "type": "array", "items": { "$ref": "#/definitions/connectLog" } }, "totalRecords": { "description": "The count of records in the log list.", "type": "string" }, "type": { "description": "", "type": "string" } }, "x-ds-definition-name": "connectLogs", "description": "", "x-ms-summary": "" }, "connectSalesforceField": { "type": "object", "properties": { "dsAttribute": { "description": "", "type": "string" }, "dsLink": { "description": "A URL that links to the information in the DocuSign field.", "type": "string" }, "dsNode": { "description": "", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "sfField": { "description": "", "type": "string" }, "sfFieldName": { "description": "The name of the Salesforce field.", "type": "string" }, "sfFolder": { "description": "The name of the Salesforce folder.", "type": "string" }, "sfLockedValue": { "description": "", "type": "string" } }, "x-ds-definition-name": "connectSalesforceField", "description": "This object is used to match a DocuSign field to a Salesforce field so that Docusign can send information to your Salesforce account.", "x-ms-summary": "This object is used to match a DocuSign field to a Salesforce field so that Docusign can send information to your Salesforce account." }, "connectSalesforceObject": { "type": "object", "properties": { "active": { "description": "When set to **true**, the `connectSalesforceObject` is active.", "type": "string" }, "description": { "description": "A description of the `connectSalesforceObject`.", "type": "string" }, "id": { "description": "The id of the `connectSalesforceObject`.", "type": "string" }, "insert": { "description": "", "type": "string" }, "onCompleteOnly": { "description": "When **true**, Salesforce is updated only when the envelope is complete.", "type": "string" }, "selectFields": { "description": "The DocuSign and Salesforce fields that you want to use to match a Salesforce object with DocuSign information. This information tells Connect when to send updates to Salesforce.", "type": "array", "items": { "$ref": "#/definitions/connectSalesforceField" } }, "sfObject": { "description": "The Salesforce.com object type, such as `case`, `contact`, or `opportunity`.", "type": "string" }, "sfObjectName": { "description": "A name for the Salesforce object.\n\n**Note**: You can enter any name for the object. It does not have to match the `sfObject` property.", "type": "string" }, "updateFields": { "description": "The DocuSign and Salesforce fields that you want to update. \n\n**Note**: You can choose to update SalesForce (with information from DocuSign) only, update DocuSign only, or both.", "type": "array", "items": { "$ref": "#/definitions/connectSalesforceField" } } }, "x-ds-definition-name": "connectSalesforceObject", "description": "A `connectSalesforceObject` is an object that updates envelope and document status or recipient status in your Salesforce account.\n\nWhen you install DocuSign Connect for Salesforce, the service automatically sets up two Connect objects: one that updates envelope status and documents and one that updates recipient status. You can also customize DocuSign Connect for Salesforce by associating DocuSign objects with Salesforce objects so that DocuSign Connect for Salesforce updates or inserts the information into the Salesforce object. For more information, see \n[DocuSign for Salesforce - Adding Completed Documents to the Notes and Attachments](https://support.docusign.com/articles/DocuSign-for-Salesforce-Adding-Completed-Documents-to-the-Notes-and-Attachments-New).", "x-ms-summary": "A `connectSalesforceObject` is an object that updates envelope and document status or recipient status in your Salesforce account.\n\nWhen you install DocuSign Connect for Salesforce, the service automatically sets up two Connect objects: one that updates envelope status and documents and one that updates recipient status. You can also customize DocuSign Connect for Salesforce by associating DocuSign objects with Salesforce objects so that DocuSign Connect for Salesforce updates or inserts the information into the Salesforce object. For more information, see \n[DocuSign for Salesforce - Adding Completed Documents to the Notes and Attachments](https://support.docusign.com/articles/DocuSign-for-Salesforce-Adding-Completed-Documents-to-the-Notes-and-Attachments-New)." }, "connectUserObject": { "type": "object", "properties": { "configurationtype": { "description": "The type of custom Connect configuration being accessed.", "type": "string" }, "connectId": { "description": "The ID of the custom Connect configuration being accessed.", "type": "string" }, "enabled": { "description": "Boolean value that indicates whether the custom Connect configuration is enabled or not.", "type": "string" }, "hasAccess": { "description": "", "type": "string" }, "senderSearchableItems": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "connectUserObject", "description": "", "x-ms-summary": "" }, "consoleViewRequest": { "type": "object", "properties": { "envelopeId": { "description": "The id of the envelope.", "type": "string" }, "returnUrl": { "description": "(Optional) The URL to which the user should be redirected after the console view session has ended.\n\nMaximum Length: 500 characters. If the `returnUrl` exceeds this limit, the user is redirected to a truncated URL.", "type": "string" } }, "x-ds-definition-name": "consoleViewRequest", "description": "The request object for the EnvelopeViews::createConsole method.", "x-ms-summary": "The request object for the EnvelopeViews::createConsole method." }, "consumerDisclosure": { "type": "object", "properties": { "accountEsignId": { "description": "The GUID of the account associated with the consumer disclosure.", "type": "string" }, "allowCDWithdraw": { "description": "When set to **true**, indicates that the customer can withdraw their consent to the consumer disclosure when they decline to sign documents. If these recipients sign documents sent to them from your account in the future, they will be required to agree to the terms in the disclosure. The default value is **false**.\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowCDWithdrawMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowCDWithdraw` property is editable.\n" }, "changeEmail": { "description": "If the customer needs to change their email address, this is the email address to which they should the change request.\n\nMaximum length: 100 characters.", "type": "string" }, "changeEmailOther": { "description": "Other information about the requirements for the user to change their email address.\n\nMaximum length: 255 characters.\n\nExample: \n\n`We do not require any other information from you to change your email address.`", "type": "string" }, "companyName": { "description": "Specifies the company name used in the disclosure. The default value is the account name.\n\nHowever, if your account uses signing brands that specify a company name, you can substitute the brand's company name by setting the `useBrand` property to **true**. Whenever an envelope is sent from the account that uses a signing brand with a specified `companyName`, that value is used in email notifications and in the signing experience.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. You must also set the value of the `useBrand` property to **true**.", "type": "string" }, "companyPhone": { "description": "The phone number of the company associated with the consumer disclosure, as a free-formatted string.", "type": "string" }, "copyCostPerPage": { "description": "The cost per page if the customer requests paper copies.\n\nExample: \n\n`0.0000`", "type": "string" }, "copyFeeCollectionMethod": { "description": "Specifies the fee collection method for cases in which the customer requires paper copies of the document.\n\nMaximum length: 255 characters.\n\nExample: \n\n`We will bill you for any fees at that time, if any.`", "type": "string" }, "copyRequestEmail": { "description": "The email address to which the customer should send a request for copies of a document.\n\nMaximum length: 100 characters.", "type": "string" }, "custom": { "description": "When set to **true**, indicates that the consumer disclosure is a custom disclosure. The default is **false**.", "type": "string" }, "enableEsign": { "description": "When set to **true** (default), indicates that eSign is enabled.", "type": "string" }, "esignAgreement": { "description": "The final, assembled text of the Electronic Record and Signature Disclosure that includes the appropriate `companyName` and other specifics. It also includes the HTML tags used for formatting.", "type": "string" }, "esignText": { "description": "The template for the Electronic Record and Signature Disclosure, which contains placeholders for information such as the `companyName`. It also includes the HTML tags used for formatting.\n\n**Note**: If you are switching to or updating a custom disclosure, you can edit both the text and the HTML formatting.", "type": "string" }, "languageCode": { "description": "The code for the language version of the disclosure. The following languages are supported:\n\n- Arabic (`ar`)\n- Bulgarian (`bg`)\n- Czech (`cs`)\n- Chinese Simplified (`zh_CN`)\n- Chinese Traditional (`zh_TW`)\n- Croatian (`hr`)\n- Danish (`da`)\n- Dutch (`nl`)\n- English US (`en`)\n- English UK (`en_GB`)\n- Estonian (`et`)\n- Farsi (`fa`)\n- Finnish (`fi`)\n- French (`fr`)\n- French Canadian (`fr_CA`)\n- German (`de`)\n- Greek (`el`)\n- Hebrew (`he`)\n- Hindi (`hi`)\n- Hungarian (`hu`)\n- Bahasa Indonesian (`id`)\n- Italian (`it`)\n- Japanese (`ja`)\n- Korean (`ko`)\n- Latvian (`lv`)\n- Lithuanian (`lt`)\n- Bahasa Melayu (`ms`)\n- Norwegian (`no`)\n- Polish (`pl`)\n- Portuguese (`pt`)\n- Portuguese Brazil (`pt_BR`)\n- Romanian (`ro`)\n- Russian (`ru`)\n- Serbian (`sr`)\n- Slovak (`sk`)\n- Slovenian (`sl`)\n- Spanish (`es`)\n- Spanish Latin America (`es_MX`)\n- Swedish (`sv`)\n- Thai (`th`)\n- Turkish (`tr`)\n- Ukrainian (`uk`) \n- Vietnamese (`vi`)\n\nAdditionally, you can automatically detect the browser language being used by the viewer and display the disclosure in that language by setting the value to `browser`.", "type": "string" }, "mustAgreeToEsign": { "description": "When set to **true**, the recipient must agree to the consumer disclosure. The value of this property is read only. It is calculated based on the account setting `consumerDisclosureFrequency` and the user's actions.", "type": "string" }, "pdfId": { "description": "**Deprecated**. \n\nThe `pdfId` property in the consumer_disclosure PUT request is deprecated. For security reasons going forward, any value provided in the request packet must be ignored. ", "type": "string" }, "useBrand": { "description": "When set to **true**, specifies that the company name in the signing brand is used for the disclosure. Whenever an envelope is sent from the account that uses a signing brand with a specified company name, that value is used in email notifications and in the signing experience. \n\nWhen set to **false** (default), or if the signing brand does not specify a company name, the account name is used instead.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. ", "type": "string" }, "useConsumerDisclosureWithinAccount": { "description": "When set to **true**, specifies that recipients in the same account as the sender must agree to eSign an Electronic Record and Signature Disclosure Statement.", "type": "string" }, "useConsumerDisclosureWithinAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.\n" }, "withdrawAddressLine1": { "description": "Contains the first address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawAddressLine2": { "description": "Contains the second address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawByEmail": { "description": "When set to **true** (default), indicates that the customer can withdraw consent by email.", "type": "string" }, "withdrawByMail": { "description": "When set to **true**, indicates that the customer can withdraw consent by postal mail. The default is **false**.", "type": "string" }, "withdrawByPhone": { "description": "When set to **true**, indicates that the customer can withdraw consent by phone. The default is **false**.", "type": "string" }, "withdrawCity": { "description": "Contains the city of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 50 characters. ", "type": "string" }, "withdrawConsequences": { "description": "Text indicating the consequences of withdrawing consent.\n\nMaximum length: 255 characters.", "type": "string" }, "withdrawEmail": { "description": "Contains the email address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawOther": { "description": "Contains any other information needed to withdraw consent.\n\nMaximum length: 255 characters.\n\nExample:\n\n`We do not need any other information from you to withdraw consent.`", "type": "string" }, "withdrawPhone": { "description": "Contains the phone number that a customer can call to register consent withdrawal notification as a free-formatted string.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawPostalCode": { "description": "Contains the postal code of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawState": { "description": "Contains the state of the postal address to which a customer can send a consent withdrawal notification.\n\nExample: `PA`", "type": "string" } }, "x-ds-definition-name": "consumerDisclosure", "description": "Details about consumer disclosures.", "x-ms-summary": "Details about consumer disclosures." }, "contact": { "type": "object", "properties": { "cloudProvider": { "description": "The cloud service that provided the contact. Valid values are:\n\n- `rooms`\n- `docusignCore` (default)\n\n", "type": "string" }, "cloudProviderContainerId": { "description": "The id of the container at the cloud provider. For example, this might be the room id for a DocuSign Transaction Room.", "type": "string" }, "contactId": { "description": "The id of a contact person in the account's address book.", "type": "string" }, "contactPhoneNumbers": { "description": "A list of the contact's phone numbers.\n\n**Note**: The phone numbers associated with shared contacts do not display to users other than the user who added the contact. Additionally, in the following scenarios, the phone number of a shared contact does not populate automatically for anyone other than the user who added the contact:\n\n- Sending an envelope by using SMS\n- Using phone authentication\n\nYou must ask the user who added the contact for the phone number and then manually enter it into the authentication box.", "type": "array", "items": { "$ref": "#/definitions/contactPhoneNumber" } }, "contactUri": { "description": "The URI for retrieving information about the contact.", "type": "string" }, "emails": { "description": "", "type": "array", "items": { "type": "string" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "isOwner": { "description": "", "type": "boolean" }, "name": { "description": "", "type": "string" }, "organization": { "description": "", "type": "string" }, "shared": { "description": "When **true**, the tab is shared.", "type": "string" }, "signingGroup": { "description": "", "type": "string" }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" } }, "x-ds-definition-name": "contact", "description": "", "x-ms-summary": "" }, "contactGetResponse": { "type": "object", "properties": { "contacts": { "description": "A list of contacts.", "type": "array", "items": { "$ref": "#/definitions/contact" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "contactGetResponse", "description": "This response object contains information about the contacts associated with an account.", "x-ms-summary": "This response object contains information about the contacts associated with an account." }, "contactModRequest": { "type": "object", "properties": { "contactList": { "description": "A list of contacts.", "type": "array", "items": { "$ref": "#/definitions/contact" } } }, "x-ds-definition-name": "contactModRequest", "description": "The request object containing the new information for the contacts.", "x-ms-summary": "The request object containing the new information for the contacts." }, "contactPhoneNumber": { "type": "object", "properties": { "phoneNumber": { "description": "The contact's phone number.\n\nExample: `+12223334444`", "type": "string" }, "phoneType": { "description": "The type of phone number. Valid values are:\n\n- `home`\n- `mobile`\n- `work`\n- `other`\n- `fax`", "type": "string" } }, "x-ds-definition-name": "contactPhoneNumber", "description": "Details about the phone numbers associated with a specific contact.", "x-ms-summary": "Details about the phone numbers associated with a specific contact." }, "contactUpdateResponse": { "type": "object", "properties": { "contacts": { "description": "A list of contacts.", "type": "array", "items": { "$ref": "#/definitions/contact" } } }, "x-ds-definition-name": "contactUpdateResponse", "description": "This response objects shows the updated details for the contacts.", "x-ms-summary": "This response objects shows the updated details for the contacts." }, "correctViewRequest": { "type": "object", "properties": { "returnUrl": { "description": "(Optional) The URL to which the user should be redirected after the correct/send view session has ended. DocuSign redirects to this URL and includes an event parameter that your app can use.\n\nMaximum Length: 500 characters. If the `returnUrl` exceeds this limit, the user is redirected to a truncated URL.\n\nThe event parameters returned are:\n\n* `send` (user corrected and sent the envelope)\n* `save` (user saved the envelope)\n* `cancel` (user canceled the transaction.)\n* `error` (there was an error when performing the correct or send)\n* `sessionEnd` (the session ended before the user completed a different action)\n\n**Note**: Include `https://` in the URL or the redirect might not succeed on some browsers.", "type": "string" }, "suppressNavigation": { "description": "Specifies whether the window is displayed with or without dressing.", "type": "string" }, "viewUrl": { "description": "", "type": "string" } }, "x-ds-definition-name": "correctViewRequest", "description": "The request body for the EnvelopeViews::createCorrect method.", "x-ms-summary": "The request body for the EnvelopeViews::createCorrect method." }, "country": { "type": "object", "properties": { "isoCode": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "provinces": { "description": "", "type": "array", "items": { "$ref": "#/definitions/province" } }, "provinceValidated": { "description": "", "type": "string" } }, "x-ds-definition-name": "country", "description": "", "x-ms-summary": "" }, "creditCardInformation": { "type": "object", "properties": { "address": { "$ref": "#/definitions/addressInformation", "description": "A complex element containing the credit card billing address information." }, "cardNumber": { "description": "The credit card number.", "type": "string" }, "cardType": { "description": "The type of credit card. Valid values are: \n\n- `visa` \n- `mastercard` \n- `amex`", "type": "string" }, "cvNumber": { "description": "The 3 or 4-digit card verification value (CVV) number associated with the credit card. CVV numbers are also referred to as card security codes (CSCs).", "type": "string" }, "expirationMonth": { "description": "The month that the credit card expires, expressed as a number from 1 to 12.", "type": "string" }, "expirationYear": { "description": "The year in which the credit card expires, in 4-digit format.", "type": "string" }, "nameOnCard": { "description": "The exact name as it appears on the credit card.", "type": "string" } }, "x-ds-definition-name": "creditCardInformation", "description": "This object contains information about a credit card that is associated with an account.", "x-ms-summary": "This object contains information about a credit card that is associated with an account." }, "creditCardTypes": { "type": "object", "properties": { "cardTypes": { "description": "An array containing supported credit card types.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "creditCardTypes", "description": "", "x-ms-summary": "" }, "currencyFeatureSetPrice": { "type": "object", "properties": { "currencyCode": { "description": "Reserved for DocuSign.", "type": "string" }, "currencySymbol": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeFee": { "description": "Reserved for DocuSign.", "type": "string" }, "fixedFee": { "description": "Reserved for DocuSign.", "type": "string" }, "seatFee": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "currencyFeatureSetPrice", "description": "Information about the price and currency associated with the feature set. Reserved for internal DocuSign use only.", "x-ms-summary": "Information about the price and currency associated with the feature set. Reserved for internal DocuSign use only." }, "currencyPlanPrice": { "type": "object", "properties": { "currencyCode": { "description": "Specifies the ISO currency code for the account.", "type": "string" }, "currencySymbol": { "description": "Specifies the currency symbol for the account.", "type": "string" }, "perSeatPrice": { "description": "The per-seat price associated with the plan.\n\nExample: `\"456.0000\"`", "type": "string" }, "supportedCardTypes": { "$ref": "#/definitions/creditCardTypes", "description": "A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi)." }, "supportIncidentFee": { "description": "The support incident fee charged for each support incident.\n\nExample: `\"$0.00\"`", "type": "string" }, "supportPlanFee": { "description": "The support plan fee charged for this plan.\n\nExample: `\"$0.00\"`", "type": "string" } }, "x-ds-definition-name": "currencyPlanPrice", "description": "", "x-ms-summary": "" }, "customField": { "type": "object", "properties": { "customFieldType": { "description": "The type of custom field. Valid values are:\n\n- `text` (default)\n- `list`", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "fieldId": { "description": "The id of the custom field.", "type": "string" }, "listItems": { "description": "For a list custom field, this is an array of strings that represent the items in a list. \n\nMaximum Length: 2,000 characters.", "type": "array", "items": { "type": "string" } }, "name": { "description": "The name of the custom field.", "type": "string" }, "required": { "description": "When set to **true**, the signer must complete the custom field.", "type": "string" }, "show": { "description": "When set to **true**, the custom field displays at the top of the Certificate of Completion.", "type": "string" }, "value": { "description": "Specifies the value of the custom field. \n\nMaximum Length: 2,000 characters.", "type": "string" } }, "x-ds-definition-name": "customField", "description": "This object provides details about a custom field.", "x-ms-summary": "This object provides details about a custom field." }, "customFields": { "description": "", "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "customFields", "x-ms-summary": "" }, "customFieldsEnvelope": { "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "customFieldsEnvelope", "description": "", "x-ms-summary": "" }, "customSettingsInformation": { "type": "object", "properties": { "customSettings": { "description": "The name/value pair information for the user custom setting.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "customSettingsInformation", "description": "", "x-ms-summary": "" }, "date": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "date", "description": "A tab that allows the recipient to enter a date. Date tabs\nare one-line fields that allow date information to be\nentered in any format. The tooltip for this tab recommends\nentering the date as MM/DD/YYYY, but this is not enforced.\nThe format entered by the signer is retained. If you need a\nparticular date format enforced, DocuSign recommends using a\nText tab with a validation pattern and a validation message\nto enforce the format.\n", "x-ms-summary": "A tab that allows the recipient to enter a date. Date tabs\nare one-line fields that allow date information to be\nentered in any format. The tooltip for this tab recommends\nentering the date as MM/DD/YYYY, but this is not enforced.\nThe format entered by the signer is retained. If you need a\nparticular date format enforced, DocuSign recommends using a\nText tab with a validation pattern and a validation message\nto enforce the format.\n" }, "dateSigned": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "dateSigned", "description": "A tab that displays the date that the recipient signed the\ndocument.\n", "x-ms-summary": "A tab that displays the date that the recipient signed the\ndocument.\n" }, "dateStampProperties": { "type": "object", "properties": { "dateAreaHeight": { "description": "The height of the rectangle.", "type": "string" }, "dateAreaWidth": { "description": "The width of the rectangle.", "type": "string" }, "dateAreaX": { "description": "The X axis position of the top-left corner.", "type": "string" }, "dateAreaY": { "description": "The Y axis position of the top-left corner.", "type": "string" } }, "x-ds-definition-name": "dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle.", "x-ms-summary": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "decline": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "buttonText": { "description": " Specifies the decline text displayed in the tab.", "type": "string" }, "buttonTextMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `buttonText` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "declineReason": { "description": "The reason the recipient declined the document.", "type": "string" }, "declineReasonMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `declineReason` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "decline", "description": "A tab that allows the recipient the option of declining an\nenvelope. If the recipient clicks the tab during the signing\nprocess, the envelope is voided.\n", "x-ms-summary": "A tab that allows the recipient the option of declining an\nenvelope. If the recipient clicks the tab during the signing\nprocess, the envelope is voided.\n" }, "diagnosticsSettingsInformation": { "type": "object", "properties": { "apiRequestLogging": { "description": " When set to **true**, enables API request logging for the user. ", "type": "string" }, "apiRequestLogMaxEntries": { "description": "Specifies the maximum number of API requests to log.", "type": "string" }, "apiRequestLogRemainingEntries": { "description": "Indicates the remaining number of API requests that can be logged.", "type": "string" } }, "x-ds-definition-name": "diagnosticsSettingsInformation", "description": "", "x-ms-summary": "" }, "directDebitProcessorInformation": { "type": "object", "properties": { "bankBranchCode": { "description": "The branch code of the bank used for direct debit.\n\nMaximum Length: 10 characters.", "type": "string" }, "bankCheckDigit": { "description": "The check digit or digits in the international bank account number. These digits are used to confirm the validity of the account.\n\nMaximum Length: 4 characters.", "type": "string" }, "bankCode": { "description": "The code or number that identifies the bank. This is also known as the sort code.\n\nExample: `200000`\n\nMaximum Length: 18 characters.", "type": "string" }, "bankName": { "description": "The name of the direct debit bank.\n\nMaximum Length: 80 characters.", "type": "string" }, "bankTransferAccountName": { "description": "The name on the direct debit bank account. This field is required for POST and PUT requests.\n\nMaximum Length: 60 characters.", "type": "string" }, "bankTransferAccountNumber": { "description": "The customer's bank account number. This value will be obfuscated. This field is required for POST and PUT requests.\n\nMaximum Length: 30 characters.", "type": "string" }, "bankTransferType": { "description": "Specifies the type of direct debit transfer. The value of this field is dependent on the user's country. This field is required for POST and PUT requests. Possible values are:\n\n- `DirectDebitUK`\n- `DirectEntryAU`\n- `SEPA`", "type": "string" }, "country": { "description": "The user's country. The system populates this value automatically.\n\n", "type": "string" }, "email": { "description": "The email address of the user who is associated with the payment method. This field is required for POST and PUT requests.\n\nMaximum Length: 80 characters.", "type": "string" }, "firstName": { "description": "The user's first name. This field is required for POST and PUT requests.\n\nMaximum Length: 30 characters.", "type": "string" }, "iBAN": { "description": "The International Bank Account Number (IBAN). \n\nExample: `DE89370400440532013000`\n\nFor more information, see [PeopleSoft's guide to Setting Up Banks](https://docs.oracle.com/cd/E16365_01/fscm91pbr0/eng/psbooks/fsbk/chapter.htm?File=fsbk/htm/fsbk03.htm).\n\n**Note**: This number will be obfuscated.", "type": "string" }, "lastName": { "description": "The user's last name. This field is required for POST and PUT requests.\n\nMaximum Length: 70 characters.", "type": "string" } }, "x-ds-definition-name": "directDebitProcessorInformation", "description": "Contains information about a bank that processes a customer's direct debit payments.", "x-ms-summary": "Contains information about a bank that processes a customer's direct debit payments." }, "dobInformationInput": { "description": "", "type": "object", "properties": { "dateOfBirth": { "description": "Specifies the recipient's date, month, and year of birth.", "type": "string" }, "displayLevelCode": { "description": "Specifies the display level for the recipient. Valid values are:\n* `ReadOnly`\n* `Editable`\n* `DoNotDisplay`", "type": "string" }, "receiveInResponse": { "description": "A Boolean value that specifies whether the information must be returned in the response.", "type": "string" } }, "x-ds-definition-name": "dobInformationInput", "x-ms-summary": "" }, "document": { "type": "object", "properties": { "applyAnchorTabs": { "description": "Reserved for DocuSign.", "type": "string" }, "display": { "description": "This string sets the display and behavior properties of\nthe document during signing. The possible values are:\n\n* `modal`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a modal window.\n This is the recommended value for supplemental documents. \n\n* `download`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a new browser window. \n\n* `inline`
\n The document is shown in the normal signing window.\n This value is not used with supplemental documents,\n but is the default value for all other documents.\n", "type": "string" }, "documentBase64": { "description": "The document's bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding.", "type": "string" }, "documentFields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "documentId": { "description": "Specifies the document ID of this document. This value is used by tabs to determine which document they appear in.", "type": "string" }, "encryptedWithKeyManager": { "description": "When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance.\n ", "type": "string" }, "fileExtension": { "description": "The file extension type of the document. Non-PDF documents are converted to PDF.\n\nIf the document is not a PDF, `fileExtension` is required.\n\nIf you try to upload a non-PDF document without a `fileExtension`, you will receive an \"unable to load document\" error message. \n ", "type": "string" }, "fileFormatHint": { "description": "", "type": "string" }, "htmlDefinition": { "$ref": "#/definitions/documentHtmlDefinition", "description": "" }, "includeInDownload": { "description": "When set to **true**,\nthe document is included in the combined document download (`documentsCombinedUri`). \nThe default value is **true**.\n", "type": "string" }, "matchBoxes": { "description": "Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. \n\nA matchbox consists of 5 elements:\n\n* pageNumber - The document page number on which the matchbox will appear. \n* xPosition - The x position of the matchbox on a page. \n* yPosition - The y position of the matchbox on a page.\n* width - The width of the matchbox. \n* height - The height of the matchbox. \n", "type": "array", "items": { "$ref": "#/definitions/matchBox" } }, "name": { "description": "The name of the document.", "type": "string" }, "order": { "description": "(Optional) The order in which to sort the results.\n\nValid values are: \n\n\n* `asc`: Ascending order.\n* `desc`: Descending order. ", "type": "string" }, "pages": { "description": "An array of page objects.", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "pdfFormFieldOption": { "description": "", "type": "string" }, "remoteUrl": { "description": "The file id from the cloud storage service where the document is located. This information is returned using [CloudStorage::listFolders](https://developers.docusign.com/esign-rest-api/reference/CloudStorage/CloudStorage/listFolders) or [CloudStorage::list](https://developers.docusign.com/esign-rest-api/reference/CloudStorage/CloudStorage/list).\n", "type": "string" }, "signerMustAcknowledge": { "description": "Sets how the signer interacts with the supplemental document.\nThe possible values are: \n\n*\t`no_interaction`
\n No recipient action is required. \n\n*\t`view`
\n The recipient is required to view the document. \n\n*\t`accept`
\n The recipient is required to accept the document by selecting accept during signing, but is not required to view the document. \n\n*\t`view_accept`
\n The recipient is required to view and accept the document. \n\n", "type": "string" }, "signerMustAcknowledgeUseAccountDefault": { "description": "", "type": "boolean" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "transformPdfFields": { "description": "When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF.\n", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" } }, "x-ds-definition-name": "document", "description": "A document object.", "x-ms-summary": "A document object." }, "documentFieldsInformation": { "type": "object", "properties": { "documentFields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "documentFieldsInformation", "description": "", "x-ms-summary": "" }, "documentHtmlCollapsibleDisplaySettings": { "type": "object", "properties": { "arrowClosed": { "description": "", "type": "string" }, "arrowColor": { "description": "", "type": "string" }, "arrowLocation": { "description": "", "type": "string" }, "arrowOpen": { "description": "", "type": "string" }, "arrowSize": { "description": "", "type": "string" }, "arrowStyle": { "description": "", "type": "string" }, "containerStyle": { "description": "", "type": "string" }, "labelStyle": { "description": "", "type": "string" }, "onlyArrowIsClickable": { "description": "", "type": "boolean" }, "outerLabelAndArrowStyle": { "description": "", "type": "string" } }, "x-ds-definition-name": "documentHtmlCollapsibleDisplaySettings", "description": "", "x-ms-summary": "" }, "documentHtmlDefinition": { "type": "object", "properties": { "displayAnchorPrefix": { "description": "Contains text that all display anchors must start with. Using at least 4 characters will improve anchor processing performance.", "type": "string" }, "displayAnchors": { "description": "An object that defines how to handle a section of the HTML in signing. This property enables an incoming request to make a section of the HTML collapsible and expandable or hidden from view. A start anchor, end anchor, or both are required. If the anchors are not found, the display anchor will be ignored. For a list of the available types, see the `display` enum.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDisplayAnchor" } }, "displayOrder": { "description": "The position on the page where the display section appears.", "type": "string" }, "displayPageNumber": { "description": "The number of the page on which the display section appears.", "type": "string" }, "documentGuid": { "description": "The GUID of the document.", "type": "string" }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "headerLabel": { "description": "Header text or an HTML tag to place above the responsive HTML block.", "type": "string" }, "maxScreenWidth": { "description": "If set, the responsive HTML version of the signing document will only display on screens with the specified pixel width or less. If the screen is larger than the value that you specify, the default PDF version of the content displays instead.", "type": "string" }, "removeEmptyTags": { "description": "Holds a comma-separated list of HTML tags to remove if they have no text within their node (including child nodes).", "type": "string" }, "showMobileOptimizedToggle": { "description": "When set to **true**, the **Mobile-Friendly** toggle displays at the top of the screen on the user's mobile device. This toggle enables the user to switch between the mobile-friendly and PDF versions of a document. For example, the recipient can use this toggle to review the document using the PDF view before they finish signing.", "type": "string" }, "source": { "description": "Specifies the type of responsive signing that will be used with the document. Valid strings are:\n\n- `document`: The HTML signing page will be generated from the provided document. For details, see [Converting a PDF to a signable HTML document](https://developers.docusign.com/esign-rest-api/guides/responsive-signing/converting-pdf).\n- `html`: The HTML signing page will be passed directly. For details, see [Converting a PDF to a signable HTML document](https://developers.docusign.com/esign-rest-api/guides/responsive-signing/converting-pdf).", "type": "string" } }, "x-ds-definition-name": "documentHtmlDefinition", "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "x-ms-summary": "Holds the properties that define how to generate the responsive-formatted HTML for the document." }, "documentHtmlDefinitionOriginal": { "type": "object", "properties": { "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdGuid": { "description": "The GUID of the document.", "type": "string" }, "htmlDefinition": { "$ref": "#/definitions/documentHtmlDefinition", "description": "" } }, "x-ds-definition-name": "documentHtmlDefinitionOriginal", "description": "", "x-ms-summary": "" }, "documentHtmlDefinitionOriginals": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDefinitionOriginal" } } }, "x-ds-definition-name": "documentHtmlDefinitionOriginals", "description": "", "x-ms-summary": "" }, "documentHtmlDefinitions": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "documentHtmlDefinitions", "description": "", "x-ms-summary": "" }, "documentHtmlDisplayAnchor": { "type": "object", "properties": { "caseSensitive": { "description": "When set to **true**, the start or end anchor strings must match the strings specified by the start and end anchor settings in case as well as in content.", "type": "boolean" }, "displaySettings": { "$ref": "#/definitions/documentHtmlDisplaySettings", "description": "This object defines how the HTML section inside the `startAnchor` and `endAnchor` displays." }, "endAnchor": { "description": "Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default.\n\n**Note**: A start anchor, an end anchor, or both are required.", "type": "string" }, "removeEndAnchor": { "description": "When **true**, removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.", "type": "boolean" }, "removeStartAnchor": { "description": "When **true**, removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.", "type": "boolean" }, "startAnchor": { "description": "Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default.\n\n**Note**: A start anchor, an end anchor, or both are required.", "type": "string" } }, "x-ds-definition-name": "documentHtmlDisplayAnchor", "description": "", "x-ms-summary": "" }, "documentHtmlDisplaySettings": { "type": "object", "properties": { "cellStyle": { "description": "Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.", "type": "string" }, "collapsibleSettings": { "$ref": "#/definitions/documentHtmlCollapsibleDisplaySettings", "description": "This object defines the appearance and function of a collapsible section or item." }, "display": { "description": "This string sets the display and behavior properties of\nthe document during signing. The possible values are:\n\n* `modal`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a modal window.\n This is the recommended value for supplemental documents. \n\n* `download`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a new browser window. \n\n* `inline`
\n The document is shown in the normal signing window.\n This value is not used with supplemental documents,\n but is the default value for all other documents.\n", "type": "string" }, "displayLabel": { "description": "The label for the display section.", "type": "string" }, "displayOrder": { "format": "int32", "description": "The position on the page where the display section appears.", "type": "integer" }, "displayPageNumber": { "format": "int32", "description": "The number of the page on which the display section appears.", "type": "integer" }, "hideLabelWhenOpened": { "description": "When **true**, the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.", "type": "boolean" }, "inlineOuterStyle": { "description": "Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.", "type": "string" }, "labelWhenOpened": { "description": "The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.", "type": "string" }, "preLabel": { "description": "Enables you to add descriptive text that appears before a collapsed section or continue button.", "type": "string" }, "scrollToTopWhenOpened": { "description": "When **true** and the section is expanded, the position of the section close is scrolled to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.", "type": "boolean" }, "tableStyle": { "description": "Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.", "type": "string" } }, "x-ds-definition-name": "documentHtmlDisplaySettings", "description": "", "x-ms-summary": "" }, "documentTemplate": { "type": "object", "properties": { "documentEndPage": { "description": "", "type": "string" }, "documentId": { "description": "Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.", "type": "string" }, "documentStartPage": { "description": "", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "templateId": { "description": "The unique identifier of the template. If this is not provided, DocuSign generates an error and the call fails.", "type": "string" } }, "x-ds-definition-name": "documentTemplate", "description": "", "x-ms-summary": "" }, "documentTemplateList": { "type": "object", "properties": { "documentTemplates": { "description": "", "type": "array", "items": { "$ref": "#/definitions/documentTemplate" } } }, "x-ds-definition-name": "documentTemplateList", "description": "", "x-ms-summary": "" }, "documentVisibility": { "type": "object", "properties": { "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "rights": { "description": "Indicates whether the document is editable:\n\n- `editable`\n- `read_only`", "type": "string" }, "visible": { "description": "When **true**, the document is visible to the recipient.", "type": "string" } }, "x-ds-definition-name": "documentVisibility", "description": "This object configures a recipient's read/write access to a document.", "x-ms-summary": "This object configures a recipient's read/write access to a document." }, "documentVisibilityList": { "type": "object", "properties": { "documentVisibility": { "description": "An array of `documentVisibility` objects that specifies which documents are visible to which recipients.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } } }, "x-ds-definition-name": "documentVisibilityList", "description": "A list of `documentVisibility` objects that specify whether documents are visible to recipients.", "x-ms-summary": "A list of `documentVisibility` objects that specify whether documents are visible to recipients." }, "downgradeBillingPlanInformation": { "type": "object", "properties": { "downgradeEventType": { "description": "", "type": "string" }, "planInformation": { "$ref": "#/definitions/planInformation", "description": "An object used to identify the features and attributes of the account being created." } }, "x-ds-definition-name": "downgradeBillingPlanInformation", "description": "", "x-ms-summary": "" }, "downgradePlanUpdateResponse": { "type": "object", "properties": { "accountPaymentMethod": { "description": "The type of payment method used for the account. Valid values are:\n\n- `credit_card`\n- ", "type": "string" }, "downgradeEffectiveDate": { "description": "", "type": "string" }, "downgradePaymentCycle": { "description": "", "type": "string" }, "downgradePlanId": { "description": "", "type": "string" }, "downgradePlanName": { "description": "", "type": "string" }, "downgradeRequestStatus": { "description": "", "type": "string" }, "message": { "description": "", "type": "string" } }, "x-ds-definition-name": "downgradePlanUpdateResponse", "description": "", "x-ms-summary": "" }, "downgradRequestBillingInfoResponse": { "type": "object", "properties": { "downgradePlanInformation": { "$ref": "#/definitions/downgradePlanUpdateResponse", "description": "" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" } }, "x-ds-definition-name": "downgradRequestBillingInfoResponse", "description": "", "x-ms-summary": "" }, "draw": { "type": "object", "properties": { "allowSignerUpload": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "shared": { "description": "When **true**, the tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "useBackgroundAsCanvas": { "description": "", "type": "string" }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "draw", "description": "", "x-ms-summary": "" }, "editor": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address. Notification of the document to sign is sent to this email address. \n\nMaximum length: 100 characters. ", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. \n\nMaximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the document.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.\n", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "editor", "description": "A complex type defining the management and access rights of a recipient assigned as an editor on the envelope. Editors have the same management and access rights for the envelope as the sender. They can make changes to the envelope as if they were using the Correct feature. This recipient can add name and email information, add or change the routing order and set authentication options for the remaining recipients. Additionally, this recipient can edit signature/initial tabs and text tabs for the remaining recipients.", "x-ms-summary": "A complex type defining the management and access rights of a recipient assigned as an editor on the envelope. Editors have the same management and access rights for the envelope as the sender. They can make changes to the envelope as if they were using the Correct feature. This recipient can add name and email information, add or change the routing order and set authentication options for the remaining recipients. Additionally, this recipient can edit signature/initial tabs and text tabs for the remaining recipients." }, "email": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "email", "description": "A tab that allows the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n", "x-ms-summary": "A tab that allows the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n" }, "emailAddress": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This property can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "emailAddress", "description": "A tab that displays the recipient's email as entered in the\nrecipient information.\n", "x-ms-summary": "A tab that displays the recipient's email as entered in the\nrecipient information.\n" }, "emailSettings": { "description": "", "type": "object", "properties": { "bccEmailAddresses": { "description": "An array containing the email address that should receive a copy of all email communications related to an envelope for archiving purposes. Maximum Length: 100 characters.\n\nWhile this property is an array, note that it takes only a single email address.\n\n**Note**: Only users with the `canManageAccount` setting set to **true** can use this option. \n\nDocuSign verifies that the email format is correct, but does not verify that the email address is active. You can use this for archiving purposes. However, using this property overrides the BCC for Email Archive information setting for this envelope. \n\n**Example**: if your account has BCC for Email Archive set up for the email address archive@mycompany.com and you send an envelope using the BCC Email Override to send a BCC email to salesarchive@mycompany.com, then a copy of the envelope is only sent to the salesarchive@mycompany.com email address.", "type": "array", "items": { "$ref": "#/definitions/bccEmailAddress" } }, "replyEmailAddressOverride": { "description": "The Reply To email address to use for email replies, instead of the one that is configured at the account level. DocuSign verifies that the email address is in a correct format, but does not verify that it is active. Maximum Length: 100 characters.", "type": "string" }, "replyEmailNameOverride": { "description": "The name to associate with the Reply To email address, instead of the name that is configured at the account level. Maximum Length: 100 characters.", "type": "string" } }, "x-ds-definition-name": "emailSettings", "x-ms-summary": "" }, "eNoteConfiguration": { "type": "object", "properties": { "apiKey": { "description": "", "type": "string" }, "connectConfigured": { "description": "When **false**, the user must configure Connect and eOriginal for the integration to work.", "type": "string" }, "eNoteConfigured": { "description": "When **false**, the user must configure eNote for the feature to work.\n\n**Note**: In the account settings, `allowENoteEOriginal` must be set to **true** to make changes to the configuration.", "type": "string" }, "organization": { "description": "The name of the organization.", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "userName": { "description": "The user's username.", "type": "string" } }, "x-ds-definition-name": "eNoteConfiguration", "description": "This object contains information used to configure [eNote](https://www.docusign.com/products/enote) functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly.", "x-ms-summary": "This object contains information used to configure [eNote](https://www.docusign.com/products/enote) functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly." }, "envelope": { "type": "object", "properties": { "accessControlListBase64": { "description": "Reserved for DocuSign.", "type": "string" }, "allowComments": { "description": "When set to **true**, users can add comments to the documents in the envelope. For example, if a signer has a question about the text in the document, they can add a comment to the document.", "type": "string" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowReassign": { "description": "When **true**, the recipient can redirect an envelope to a more appropriate recipient.", "type": "string" }, "allowViewHistory": { "description": "When set to **true**, recipients can view the history of the envelope.", "type": "string" }, "anySigner": { "description": "Deprecated. This feature has been replaced by signing groups.", "type": "string" }, "asynchronous": { "description": "When **true**, the envelope is queued for processing and the value of the `status` property is set to `Processing`. Additionally, GET status calls return `Processing` until completed. \n\n\n**Note**: A `transactionId` is required for this call to work correctly. When the envelope is created, the status is `Processing` and an `envelopeId` is not returned in the response. To get the `envelopeId`, use a GET envelope query by using the [transactionId](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition) or by checking the Connect notification.", "type": "string" }, "attachmentsUri": { "description": "Contains a URL for retrieving the attachments that are associated with the envelope.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyDefault": { "description": "The default `authoritativeCopy` setting for documents in this envelope that do not have `authoritativeCopy` set.\nIf this property is not set, each document defaults to the envelope's `authoritativeCopy`.", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "brandId": { "description": "The id of the brand.", "type": "string" }, "brandLock": { "description": "When **true**, the `brandId` for the envelope is locked and senders cannot change the brand used for the envelope.", "type": "string" }, "certificateUri": { "description": "The URI for retrieving certificate information.", "type": "string" }, "completedDateTime": { "description": "Specifies the date and time this item was completed.", "type": "string" }, "copyRecipientData": { "description": "", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "customFieldsUri": { "description": "The URI for retrieving custom fields.", "type": "string" }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "deletedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "disableResponsiveDocument": { "description": "When set to **true**, responsive documents are disabled for the envelope.", "type": "string" }, "documentsCombinedUri": { "description": "The URI for retrieving all of the documents associated with the envelope as a single PDF file.", "type": "string" }, "documentsUri": { "description": "The URI for retrieving all of the documents associated with the envelope as separate files.", "type": "string" }, "emailBlurb": { "description": "This is the same as the email body. If the sender enters an email blurb, it is included in the email body for all envelope recipients.", "type": "string" }, "emailSettings": { "$ref": "#/definitions/emailSettings", "description": "A complex type that contains email settings." }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "enableWetSign": { "description": "When set to **true**, the signer is allowed to print the document and sign it on paper.", "type": "string" }, "enforceSignerVisibility": { "description": "When set to **true**, signers can only view the documents on which they have tabs. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all of the documents in an envelope, unless they are specifically excluded by using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded by using this setting when an envelope is sent.\n\n**Note**: To use this functionality, [Document Visibility][docviz] must be enabled for the account by making the account setting `allowDocumentVisibility` **true**.\n\n[docviz]: /esign/restapi/Envelopes/EnvelopeDocumentVisibility", "type": "string" }, "envelopeAttachments": { "description": "An array of attachment objects that provide information about the attachments that are associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "envelopeIdStamping": { "description": "When set to **true**, [Envelope ID Stamping](https://support.docusign.com/en/guides/ndse-user-guide-set-advanced-document-options) is enabled.\nAfter a document or attachment is stamped with an Envelope ID,\nthe ID is seen by all recipients\nand becomes a permanent part of the document\nand cannot be removed.", "type": "string" }, "envelopeLocation": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeMetadata": { "$ref": "#/definitions/envelopeMetadata", "description": "Provides information about the features and services that are enabled for the envelope, including the Correct feature, the Advanced Correct feature, and DocuSign eNotary service." }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "externalEnvelopeId": { "description": "May contain an external identifier for the envelope.", "type": "string" }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasComments": { "description": "When set to **true**, indicates that users have added comments to the envelope.", "type": "string" }, "hasFormDataChanged": { "description": "When set to **true**, indicates that the data collected through form fields on a document has changed.", "type": "string" }, "hasWavFile": { "description": "When set to **true**, indicates that a .wav file used for voice authentication is included in the envelope. ", "type": "string" }, "holder": { "description": "Reserved for DocuSign.", "type": "string" }, "initialSentDateTime": { "description": "The date and time the envelope was initially sent.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "isDynamicEnvelope": { "description": "When set to **true**, indicates that the envelope is a dynamic envelope.", "type": "string" }, "isSignatureProviderEnvelope": { "description": "When set to **true**, indicates that the envelope is a signature-provided envelope.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "location": { "description": "Reserved for DocuSign.", "type": "string" }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "messageLock": { "description": "When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. \n\nAdditionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. \n\nHowever, if the `messageLock` node is set to **true** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.", "type": "string" }, "notification": { "$ref": "#/definitions/notification", "description": "" }, "notificationUri": { "description": "The URI for retrieving notifications.", "type": "string" }, "powerForm": { "$ref": "#/definitions/powerForm", "description": "Information about any PowerForms that are included in the envelope." }, "purgeCompletedDate": { "description": "The date that a purge was completed.", "type": "string" }, "purgeRequestDate": { "description": "The date that a purge was requested.", "type": "string" }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects that provides details about the recipients of the envelope." }, "recipientsLock": { "description": "When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.", "type": "string" }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "sender": { "$ref": "#/definitions/userInfo", "description": "Information about the sender of the envelope." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signingLocation": { "description": "Specifies the physical location where the signing takes place. It can have two enumeration values; `inPerson` and `online`. The default value is `online`.", "type": "string" }, "status": { "description": "Indicates the envelope status. Valid values are:\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusChangedDateTime": { "description": "The data and time that the status changed.", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "templatesUri": { "description": "The URI for retrieving the templates.", "type": "string" }, "transactionId": { "description": "Specifies the Transaction ID from the AppStore.", "type": "string" }, "useDisclosure": { "description": "When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. \n\nIf the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information.", "type": "string" }, "voidedDateTime": { "description": "The date and time the envelope or template was voided.", "type": "string" }, "voidedReason": { "description": "The reason the envelope or template was voided.", "type": "string" }, "workflow": { "$ref": "#/definitions/workflow", "description": "" } }, "x-ds-definition-name": "envelope", "description": "", "x-ms-summary": "" }, "envelopeAttachment": { "type": "object", "properties": { "accessControl": { "description": "Valid values are `sender` and `senderAndAllRecipients`.", "type": "string" }, "attachmentId": { "description": "The unique identifier for the attachment.", "type": "string" }, "attachmentType": { "description": "Specifies the type of the attachment for the recipient. Possible values are:\n\n- `.htm`\n- `.xml`", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "label": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" } }, "x-ds-definition-name": "envelopeAttachment", "description": "", "x-ms-summary": "" }, "envelopeAttachmentsRequest": { "type": "object", "properties": { "attachments": { "description": "An object that contains information about the attachment.", "type": "array", "items": { "$ref": "#/definitions/attachment" } } }, "x-ds-definition-name": "envelopeAttachmentsRequest", "description": "", "x-ms-summary": "" }, "envelopeAttachmentsResult": { "type": "object", "properties": { "attachments": { "description": "An array of attachment objects that contain information about the attachments.", "type": "array", "items": { "$ref": "#/definitions/envelopeAttachment" } } }, "x-ds-definition-name": "envelopeAttachmentsResult", "description": "", "x-ms-summary": "" }, "envelopeAuditEvent": { "type": "object", "properties": { "eventFields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "envelopeAuditEvent", "description": "", "x-ms-summary": "" }, "envelopeAuditEventResponse": { "type": "object", "properties": { "auditEvents": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/envelopeAuditEvent" } } }, "x-ds-definition-name": "envelopeAuditEventResponse", "description": "", "x-ms-summary": "" }, "envelopeDefinition": { "type": "object", "properties": { "accessControlListBase64": { "description": "Reserved for DocuSign.", "type": "string" }, "accessibility": { "description": "Sets the document reading zones for screen reader applications. This element can only be used if Document Accessibility is enabled for the account.\n\n**Note**: This information is currently generated from the DocuSign web console by setting the reading zones when creating a template, exporting the reading zone string information, and adding it here.", "type": "string" }, "allowComments": { "description": "When **true**, comments are allowed on the envelope.", "type": "string" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowReassign": { "description": "When **true**, the recipient can redirect an envelope to a more appropriate recipient.", "type": "string" }, "allowRecipientRecursion": { "description": "When set to **true**, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order.", "type": "string" }, "allowViewHistory": { "description": "When **true**, users can view the history of the envelope.", "type": "string" }, "anySigner": { "description": "Deprecated. This feature has been replaced by signing groups.", "type": "string" }, "asynchronous": { "description": "When **true**, the envelope is queued for processing and the value of the `status` property is set to `Processing`. Additionally, GET status calls return `Processing` until completed. \n\n\n**Note**: A `transactionId` is required for this call to work correctly. When the envelope is created, the status is `Processing` and an `envelopeId` is not returned in the response. To get the `envelopeId`, use a GET envelope query by using the [transactionId](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition) or by checking the Connect notification.", "type": "string" }, "attachments": { "description": "An array of attachment objects containing details about any envelope attachments.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "attachmentsUri": { "description": "The URI for retrieving the envelope attachments.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyDefault": { "description": "The default `authoritativeCopy` setting for documents in this envelope that do not have `authoritativeCopy` set.\nIf this property is not set, each document defaults to the envelope's `authoritativeCopy`.", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "brandId": { "description": "The id of the brand, or text and formatting, to use for the envelope. To use brands, account branding must be enabled for the account.", "type": "string" }, "brandLock": { "description": "When **true**, the `brandId` for the envelope is locked and senders cannot change the brand used for the envelope.", "type": "string" }, "certificateUri": { "description": "The URI for retrieving certificate information.", "type": "string" }, "completedDateTime": { "description": "The date and time that the envelope was completed.", "type": "string" }, "compositeTemplates": { "description": "A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope.", "type": "array", "items": { "$ref": "#/definitions/compositeTemplate" } }, "copyRecipientData": { "description": "", "type": "string" }, "createdDateTime": { "description": "The date and time that the envelope was created.", "type": "string" }, "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "customFieldsUri": { "description": "The URI for retrieving custom fields.", "type": "string" }, "declinedDateTime": { "description": "The date and time that the recipient declined the envelope.", "type": "string" }, "deletedDateTime": { "description": "The date and time that the envelope was deleted.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "disableResponsiveDocument": { "description": "When set to **true**, the responsive document feature is turned off for the envelope.", "type": "string" }, "documents": { "description": "A complex element that contains details about the documents associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/document" } }, "documentsCombinedUri": { "description": "The URI for retrieving all of the documents associated with the envelope as a single PDF file.", "type": "string" }, "documentsUri": { "description": "The URI for retrieving all of the documents associated with the envelope as separate files.", "type": "string" }, "emailBlurb": { "description": "This optional element holds the body of the email message that is sent to all envelope recipients. \n\nMaximum Length: 10000 characters.", "type": "string" }, "emailSettings": { "$ref": "#/definitions/emailSettings", "description": "This optional complex element enables the sender to override some envelope email setting information. This can be used to override the Reply To email address and name associated with the envelope, as well as the BCC email addresses to which an envelope is sent. When the `emailSettings` information is used for an envelope, it only applies to that envelope.\n\n**Important Note**: The `emailSettings` information is not returned in the GET method for envelope status. Use GET /email_settings to return information about the emailSettings." }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "enableWetSign": { "description": "When set to **true**, the signer is allowed to print the document and sign it on paper.", "type": "string" }, "enforceSignerVisibility": { "description": "When set to **true**, signers can only view the documents on which they have tabs. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all of the documents in an envelope, unless they are specifically excluded by using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded by using this setting when an envelope is sent.\n\n**Note**: To use this functionality, [Document Visibility][docviz] must be enabled for the account by making the account setting `allowDocumentVisibility` **true**.\n\n[docviz]: /esign/restapi/Envelopes/EnvelopeDocumentVisibility", "type": "string" }, "envelopeAttachments": { "description": "An array of attachment objects that provide information about the attachments that are associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "envelopeIdStamping": { "description": "When set to **true**, [Envelope ID Stamping](https://support.docusign.com/en/guides/ndse-user-guide-set-advanced-document-options) is enabled.\nAfter a document or attachment is stamped with an Envelope ID,\nthe ID is seen by all recipients\nand becomes a permanent part of the document\nand cannot be removed.", "type": "string" }, "envelopeLocation": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeMetadata": { "$ref": "#/definitions/envelopeMetadata", "description": "Metadata about the features that are enabled for the envelope." }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "eventNotification": { "$ref": "#/definitions/eventNotification", "description": "This optional object is used to register a webhook that will receive status changes for this envelope." }, "eventNotifications": { "description": "An array of `eventNotification` objects.", "type": "array", "items": { "$ref": "#/definitions/eventNotification" } }, "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "externalEnvelopeId": { "description": "May contain an external identifier for the envelope.", "type": "string" }, "folders": { "description": "An array of folders that the envelope belongs to.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasComments": { "description": "When set to **true**, indicates that users have added comments to the envelope.", "type": "string" }, "hasFormDataChanged": { "description": "When set to **true**, indicates that the form data associated with the envelope has changed since it was sent. If **false**, this property does not appear in the response.", "type": "string" }, "hasWavFile": { "description": "When set to **true**, indicates that a wave file (voice recording) is part of the envelope.", "type": "string" }, "holder": { "description": "Reserved for DocuSign.", "type": "string" }, "initialSentDateTime": { "description": "The date and time that the envelope was first sent.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "isDynamicEnvelope": { "description": "When set to **true**, indicates that the envelope is a dynamic envelope.", "type": "string" }, "isSignatureProviderEnvelope": { "description": "When set to **true**, indicates that the envelope is a signature-provided envelope.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "location": { "description": "Reserved for DocuSign.", "type": "string" }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "messageLock": { "description": "When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. \n\nAdditionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. \n\nHowever, if the `messageLock` node is set to **true** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.", "type": "string" }, "notification": { "$ref": "#/definitions/notification", "description": "An optional complex element that specifies the notification options for the envelope." }, "notificationUri": { "description": "The URI for retrieving notifications.", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "powerForm": { "$ref": "#/definitions/powerForm", "description": "Information about any PowerForms that are included in the envelope." }, "purgeCompletedDate": { "description": "The date that a purge was completed.", "type": "string" }, "purgeRequestDate": { "description": "The date that a purge was requested.", "type": "string" }, "purgeState": { "description": "Initiates a purge request. Valid values are:\n* `documents_queued`: Places envelope documents in the purge queue.\n* `documents_and_metadata_queued`: Places envelope documents and metadata in the purge queue.\n", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "Specifies the envelope recipients." }, "recipientsLock": { "description": "When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.", "type": "string" }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "sender": { "$ref": "#/definitions/userInfo", "description": "Information about the sender of the envelope." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signingLocation": { "description": "Specifies the physical location where the signing takes place. It can have two enumeration values; `inPerson` and `online`. The default value is `online`.", "type": "string" }, "status": { "description": "Indicates the envelope status. Valid values when creating an envelope are: \n\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n\nYou can query these additional statuses once the recipients have interacted with the envelope.\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusChangedDateTime": { "description": "The data and time that the status changed.", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "templateId": { "description": "The id of the template. If a value is not provided, DocuSign generates a value. ", "type": "string" }, "templateRoles": { "description": "This object specifies the template recipients. Each `roleName` in the template must have a recipient assigned to it. This object is comprised of the following elements:\n\n* `email`: The recipient's email address.\n* `name`: The recipient's name.\n* `roleName`: The template roleName associated with the recipient.\n* `clientUserId`: An optional property that specifies whether the recipient is embedded or remote. If the `clientUserId` is not null, then the recipient is embedded. Note that if a `clientUserId` is used and the account settings `signerMustHaveAccount` or `signerMustLoginToSign` are **true**, an error is generated on sending.\n* `defaultRecipient`: Optional, When set to **true**, this recipient is the default recipient and any tabs generated by the `transformPdfFields` option are mapped to this recipient.\n* `routingOrder`: This specifies the routing order of the recipient in the envelope.\n* `accessCode`: This optional element specifies the access code a recipient has to enter to validate the identity. Maximum Length: 50 characters.\n* `inPersonSignerName`: Optional. If the template role is an in-person signer, this is the full legal name of the signer. Maximum Length: 100 characters.\n* `emailNotification`: This is an optional complex element that has a role-specific `emailSubject`, `emailBody`, and `language`. It follows the same format as the `emailNotification` property for recipients.\n* `tabs`: This property enables the tab values to be specified for matching to tabs in the template.\n", "type": "array", "items": { "$ref": "#/definitions/templateRole" } }, "templatesUri": { "description": "The URI for retrieving any templates associated with the envelope.", "type": "string" }, "transactionId": { "description": " Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. We recommend that you use a transaction ID for offline signing to ensure that an envelope is not sent multiple times. You can use the `transactionId` property to determine an envelope's status (i.e. was it created or not) in cases where the Internet connection was lost before the envelope status was returned.", "type": "string" }, "useDisclosure": { "description": "When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. \n\nIf the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information.", "type": "string" }, "voidedDateTime": { "description": "The date and time the envelope or template was voided.", "type": "string" }, "voidedReason": { "description": "The reason the envelope or template was voided.", "type": "string" }, "workflow": { "$ref": "#/definitions/workflow", "description": "Describes the workflow for this envelope." } }, "x-ds-definition-name": "envelopeDefinition", "description": "Envelope object definition.", "x-ms-summary": "Envelope object definition." }, "envelopeDocument": { "type": "object", "properties": { "addedRecipientIds": { "description": "If recipients were added by converting form fields into tabs, their ids appear here. Read only.", "type": "array", "items": { "type": "string" } }, "attachmentTabId": { "description": "If this document is an attachment to another document in the envelope, this is the id of the attachment tab it is associated with on the other document.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `authoritativeCopy` property. Not applicable for template documents." }, "availableDocumentTypes": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureType" } }, "containsPdfFormFields": { "description": "When **true**, the document has editable form fields that are made available through a PDF format.", "type": "string" }, "display": { "description": "This string sets the display and behavior properties of\nthe document during signing. The possible values are:\n\n* `modal`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a modal window.\n This is the recommended value for supplemental documents. \n\n* `download`
\n The document is shown as a supplement action strip\n and can be viewed, downloaded, or printed in a new browser window. \n\n* `inline`
\n The document is shown in the normal signing window.\n This value is not used with supplemental documents,\n but is the default value for all other documents.\n", "type": "string" }, "displayMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `display` property. Not applicable for template documents." }, "documentFields": { "description": "An object containing information about the custom fields on the document.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "documentId": { "description": "The id of the document that the tab is placed on. This value must refer to the id of an existing document.", "type": "string" }, "documentIdGuid": { "description": "The GUID of the document.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "includeInDownload": { "description": "When set to **true**,\nthe document is included in the combined document download (`documentsCombinedUri`). \nThe default value is **true**.\n", "type": "string" }, "includeInDownloadMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `includeInDowload` property. Not applicable for template documents." }, "name": { "description": "The document's file name. \n\nExample: `Q1-Report.docx`", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `name` property. Not applicable for template documents." }, "order": { "description": "(Optional) The order in which to sort the results.\n\nValid values are: \n\n\n* `asc`: Ascending order.\n* `desc`: Descending order. ", "type": "string" }, "pages": { "description": "An array of page objects that contain information about the pages in the document.", "type": "array", "items": { "$ref": "#/definitions/page" } }, "signerMustAcknowledge": { "description": "Sets how the signer interacts with the supplemental document.\nThe possible values are: \n\n*\t`no_interaction`
\n No recipient action is required. \n\n*\t`view`
\n The recipient is required to view the document. \n\n*\t`accept`
\n The recipient is required to accept the document by selecting accept during signing, but is not required to view the document. \n\n*\t`view_accept`
\n The recipient is required to view and accept the document. \n\n", "type": "string" }, "signerMustAcknowledgeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `signerMustAcknowledge` property. Not applicable for template documents." }, "sizeBytes": { "description": "", "type": "string" }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "type": { "description": "", "type": "string" }, "uri": { "description": "The URI for retrieving the document.", "type": "string" } }, "x-ds-definition-name": "envelopeDocument", "description": "This object contains details about the envelope document.", "x-ms-summary": "This object contains details about the envelope document." }, "envelopeDocumentsResult": { "type": "object", "properties": { "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" } }, "x-ds-definition-name": "envelopeDocumentsResult", "description": "", "x-ms-summary": "" }, "envelopeEvent": { "type": "object", "properties": { "envelopeEventStatusCode": { "description": "An envelope status for which your webhook should be called. Values: Draft, Sent, Delivered, Completed, Declined, or Voided.", "type": "string" }, "includeDocuments": { "description": "reserved", "type": "string" } }, "x-ds-definition-name": "envelopeEvent", "description": "For which envelope events should your webhook be called?", "x-ms-summary": "For which envelope events should your webhook be called?" }, "envelopeFormData": { "type": "object", "properties": { "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "formData": { "description": "", "type": "array", "items": { "$ref": "#/definitions/formDataItem" } }, "recipientFormData": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientFormData" } }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "envelopeFormData", "description": "", "x-ms-summary": "" }, "envelopeId": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located.\nFor supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "envelopeId", "description": "A tab that displays the envelope ID. Recipients cannot enter\nor change the information in this tab.\n", "x-ms-summary": "A tab that displays the envelope ID. Recipients cannot enter\nor change the information in this tab.\n" }, "envelopeIdsRequest": { "type": "object", "properties": { "envelopeIds": { "description": "A comma-separated list of envelope IDs to include in the results.", "type": "array", "items": { "type": "string" } }, "transactionIds": { "description": "A comma-separated list of transaction IDs to include in the results. Note that transaction IDs are valid for seven days.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "envelopeIdsRequest", "description": "Lists of envelope and transaction IDs to use in the results.", "x-ms-summary": "Lists of envelope and transaction IDs to use in the results." }, "envelopeMetadata": { "type": "object", "properties": { "allowAdvancedCorrect": { "description": "Specifies if the Advanced Correct feature is enabled for the envelope. This feature enables you to correct the details of in process envelopes that you sent or are shared with you. It offers more functionality than the Correct feature.", "type": "string" }, "allowCorrect": { "description": "Specifies if the Correct feature is enabled for the envelope. This feature enables you to correct the details of in process envelopes that you sent or are shared with you, including the recipient, envelope, and document information.", "type": "string" }, "enableSignWithNotary": { "description": "Specifies if DocuSign eNotary service is enabled for the envelope.", "type": "string" } }, "x-ds-definition-name": "envelopeMetadata", "description": "", "x-ms-summary": "" }, "envelopeNotificationRequest": { "type": "object", "properties": { "expirations": { "$ref": "#/definitions/expirations", "description": "A complex element that specifies the expiration settings for the envelope." }, "reminders": { "$ref": "#/definitions/reminders", "description": "A complex element that specifies reminder settings for the envelope" }, "useAccountDefaults": { "description": "When set to **true**, the account default notification settings are used for the envelope, overriding the reminders and expirations settings. When set to **false**, the reminders and expirations settings specified in this request are used.", "type": "string" } }, "x-ds-definition-name": "envelopeNotificationRequest", "description": "A complex element that specifies the notification settings for the envelope.", "x-ms-summary": "A complex element that specifies the notification settings for the envelope." }, "envelopePurgeConfiguration": { "type": "object", "properties": { "purgeEnvelopes": { "description": "When set to **true**, purging is enabled.", "type": "string" }, "redactPII": { "description": "When set to **true**, the system also redacts personally identifiable information (PII).\n\n**Note**: To redact PII, you must also set the property `removeTabsAndEnvelopeAttachments` to **true**.", "type": "string" }, "removeTabsAndEnvelopeAttachments": { "description": "When set to **true**, the system also purges the tabs and attachments associated with the envelopes. ", "type": "string" }, "retentionDays": { "description": "The number of days to retain envelope documents before purging them. This value must be a number between `0` and `999`.", "type": "string" } }, "x-ds-definition-name": "envelopePurgeConfiguration", "description": "Contains information about the current envelope purge configuration for an account, which enables account administrators to purge documents from completed and voided envelopes after a set number of days (`retentionDays`). ", "x-ms-summary": "Contains information about the current envelope purge configuration for an account, which enables account administrators to purge documents from completed and voided envelopes after a set number of days (`retentionDays`). " }, "envelopesInformation": { "type": "object", "properties": { "continuationToken": { "description": "A token returned by an earlier API call that you can use with a new call to resume a search query at the point where it left off. This token system enhances the performance of the API.", "type": "string" }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopes": { "description": "Set of envelope information", "type": "array", "items": { "$ref": "#/definitions/envelope" } }, "envelopeTransactionStatuses": { "description": "Array of envelope statuses and transaction IDs in the result set.", "type": "array", "items": { "$ref": "#/definitions/envelopeTransactionStatus" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "lastQueriedDateTime": { "description": "The last time that a query was performed.", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "envelopesInformation", "description": "Result set for the Envelopes: listStatusChanges method", "x-ms-summary": "Result set for the Envelopes: listStatusChanges method" }, "envelopeSummary": { "type": "object", "properties": { "bulkEnvelopeStatus": { "$ref": "#/definitions/bulkEnvelopeStatus", "description": "An object that describes the status of the bulk send envelopes." }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "status": { "description": "Indicates the envelope status. Valid values are: \n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" } }, "x-ds-definition-name": "envelopeSummary", "description": " This object describes an envelope.", "x-ms-summary": " This object describes an envelope." }, "envelopeTemplate": { "type": "object", "properties": { "accessControlListBase64": { "description": "Reserved for DocuSign.", "type": "string" }, "allowComments": { "description": "When set to **true**, users can add comments to the documents in the envelope. For example, if a signer has a question about the text in the document, they can add a comment to the document.", "type": "string" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowReassign": { "description": "When **true**, the recipient can redirect an envelope to a more appropriate recipient.", "type": "string" }, "allowViewHistory": { "description": "When set to **true**, recipients can view the history of the envelope.", "type": "string" }, "anySigner": { "description": "Deprecated. This feature has been replaced by signing groups.", "type": "string" }, "asynchronous": { "description": "When **true**, the envelope is queued for processing and the value of the `status` property is set to `Processing`. Additionally, GET status calls return `Processing` until completed. \n\n\n**Note**: A `transactionId` is required for this call to work correctly. When the envelope is created, the status is `Processing` and an `envelopeId` is not returned in the response. To get the `envelopeId`, use a GET envelope query by using the [transactionId](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition) or by checking the Connect notification.", "type": "string" }, "attachmentsUri": { "description": "Contains a URL for retrieving the attachments that are associated with the envelope.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyDefault": { "description": "The default `authoritativeCopy` setting for documents in this envelope that do not have `authoritativeCopy` set.\nIf this property is not set, each document defaults to the envelope's `authoritativeCopy`.", "type": "string" }, "autoMatch": { "description": "By default, templates that have been used within\nthe last 60 days are included in auto-matching.\n\nBy explicitly setting `autoMatch`,\nyou can permanently include or exclude the template\nin auto matching.\n\nWhen **true** the template is included in auto-matching\nregardless of when it was last used.\n\nWhen **false** the template is never included in auto-matching.", "type": "string" }, "autoMatchSpecifiedByUser": { "description": "If **true**, the template has been explicitly included in or excluded from auto-matching. The default is false.\nThis is a read-only property.", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "brandId": { "description": "The id of the brand.", "type": "string" }, "brandLock": { "description": "When **true**, the `brandId` for the envelope is locked and senders cannot change the brand used for the envelope.", "type": "string" }, "certificateUri": { "description": "The URI for retrieving certificate information.", "type": "string" }, "completedDateTime": { "description": "Specifies the date and time this item was completed.", "type": "string" }, "copyRecipientData": { "description": "", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "customFieldsUri": { "description": "The URI for retrieving custom fields.", "type": "string" }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "deletedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "disableResponsiveDocument": { "description": "When set to **true**, responsive documents are disabled for the envelope.", "type": "string" }, "documents": { "description": "A complex element that contains details about the documents associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/document" } }, "documentsCombinedUri": { "description": "The URI for retrieving all of the documents associated with the envelope as a single PDF file.", "type": "string" }, "documentsUri": { "description": "The URI for retrieving all of the documents associated with the envelope as separate files.", "type": "string" }, "emailBlurb": { "description": "This is the same as the email body. If the sender enters an email blurb, it is included in the email body for all envelope recipients.", "type": "string" }, "emailSettings": { "$ref": "#/definitions/emailSettings", "description": "A complex type that contains email settings." }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "enableWetSign": { "description": "When set to **true**, the signer is allowed to print the document and sign it on paper.", "type": "string" }, "enforceSignerVisibility": { "description": "When set to **true**, signers can only view the documents on which they have tabs. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all of the documents in an envelope, unless they are specifically excluded by using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded by using this setting when an envelope is sent.\n\n**Note**: To use this functionality, [Document Visibility][docviz] must be enabled for the account by making the account setting `allowDocumentVisibility` **true**.\n\n[docviz]: /esign/restapi/Envelopes/EnvelopeDocumentVisibility", "type": "string" }, "envelopeAttachments": { "description": "An array of attachment objects that provide information about the attachments that are associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "envelopeIdStamping": { "description": "When set to **true**, [Envelope ID Stamping](https://support.docusign.com/en/guides/ndse-user-guide-set-advanced-document-options) is enabled.\nAfter a document or attachment is stamped with an Envelope ID,\nthe ID is seen by all recipients\nand becomes a permanent part of the document\nand cannot be removed.", "type": "string" }, "envelopeLocation": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeMetadata": { "$ref": "#/definitions/envelopeMetadata", "description": "Provides information about the features and services that are enabled for the envelope, including the Correct feature, the Advanced Correct feature, and DocuSign eNotary service." }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "externalEnvelopeId": { "description": "May contain an external identifier for the envelope.", "type": "string" }, "favoritedByMe": { "description": "", "type": "string" }, "folderId": { "description": "The id of the folder.", "type": "string" }, "folderIds": { "description": "", "type": "array", "items": { "type": "string" } }, "folderName": { "description": "", "type": "string" }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasComments": { "description": "When set to **true**, indicates that users have added comments to the envelope.", "type": "string" }, "hasFormDataChanged": { "description": "When set to **true**, indicates that the data collected through form fields on a document has changed.", "type": "string" }, "hasWavFile": { "description": "When set to **true**, indicates that a .wav file used for voice authentication is included in the envelope. ", "type": "string" }, "holder": { "description": "Reserved for DocuSign.", "type": "string" }, "initialSentDateTime": { "description": "The date and time the envelope was initially sent.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "isDynamicEnvelope": { "description": "When set to **true**, indicates that the envelope is a dynamic envelope.", "type": "string" }, "isSignatureProviderEnvelope": { "description": "When set to **true**, indicates that the envelope is a signature-provided envelope.", "type": "string" }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedBy": { "$ref": "#/definitions/userInfo", "description": "" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "lastUsed": { "description": "", "type": "string" }, "location": { "description": "Reserved for DocuSign.", "type": "string" }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "messageLock": { "description": "When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. \n\nAdditionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. \n\nHowever, if the `messageLock` node is set to **true** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.", "type": "string" }, "name": { "description": "", "type": "string" }, "newPassword": { "description": "The user's new password.", "type": "string" }, "notification": { "$ref": "#/definitions/notification", "description": "" }, "notificationUri": { "description": "The URI for retrieving notifications.", "type": "string" }, "owner": { "$ref": "#/definitions/userInfo", "description": "" }, "pageCount": { "description": "An integer value specifying the number of document pages in the template. ", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "passwordProtected": { "description": "", "type": "string" }, "powerForm": { "$ref": "#/definitions/powerForm", "description": "Information about any PowerForms that are included in the envelope." }, "powerForms": { "description": "An array of PowerForm objects.", "type": "array", "items": { "$ref": "#/definitions/powerForm" } }, "purgeCompletedDate": { "description": "The date that a purge was completed.", "type": "string" }, "purgeRequestDate": { "description": "The date that a purge was requested.", "type": "string" }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects that provides details about the recipients of the envelope." }, "recipientsLock": { "description": "When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.", "type": "string" }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "sender": { "$ref": "#/definitions/userInfo", "description": "Information about the sender of the envelope." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "shared": { "description": "When **true**, the tab is shared.", "type": "string" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signingLocation": { "description": "Specifies the physical location where the signing takes place. It can have two enumeration values; `inPerson` and `online`. The default value is `online`.", "type": "string" }, "status": { "description": "Indicates the envelope status. Valid values are:\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusChangedDateTime": { "description": "The data and time that the status changed.", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "templateId": { "description": "The id of the template.", "type": "string" }, "templatesUri": { "description": "The URI for retrieving the templates.", "type": "string" }, "transactionId": { "description": "Specifies the Transaction ID from the AppStore.", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "useDisclosure": { "description": "When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. \n\nIf the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information.", "type": "string" }, "voidedDateTime": { "description": "The date and time the envelope or template was voided.", "type": "string" }, "voidedReason": { "description": "The reason the envelope or template was voided.", "type": "string" }, "workflow": { "$ref": "#/definitions/workflow", "description": "" } }, "x-ds-definition-name": "envelopeTemplate", "description": "", "x-ms-summary": "" }, "envelopeTemplateResults": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopeTemplates": { "description": "The list of requested templates.", "type": "array", "items": { "$ref": "#/definitions/envelopeTemplate" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "envelopeTemplateResults", "description": "Information about templates.", "x-ms-summary": "Information about templates." }, "envelopeTransactionStatus": { "type": "object", "properties": { "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "status": { "description": "Indicates the envelope status. Valid values are:\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "transactionId": { "description": " Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.", "type": "string" } }, "x-ds-definition-name": "envelopeTransactionStatus", "description": "", "x-ms-summary": "" }, "envelopeTransferRule": { "type": "object", "properties": { "carbonCopyOriginalOwner": { "description": "When set to **true**, the original owner is added as a carbon copy recipient after envelope transfer. The default value is **false**.", "type": "string" }, "enabled": { "description": "When set to **true**, the envelope transfer rule is active.", "type": "string" }, "envelopeTransferRuleId": { "description": "The id of the envelope transfer rule. The system generates this id when the rule is first created.", "type": "string" }, "eventType": { "description": "The type of envelope event that triggers the transfer. Valid values are:\n\n- `sent`\n- `before sent` \n- `completed`", "type": "string" }, "fromGroup": { "$ref": "#/definitions/group", "description": "Information about the group that triggers the transfer." }, "fromUser": { "$ref": "#/definitions/userInformation", "description": "Information about the user who triggers the transfer." }, "modifiedDate": { "description": "The UTC DateTime when the envelope transfer rule was last modified. This property is read only.", "type": "string" }, "modifiedUser": { "$ref": "#/definitions/userInformation", "description": "Information about the user who last modified the envelope transfer rule." }, "toFolder": { "$ref": "#/definitions/folder", "description": "Information about the destination folder to which the envelope is transferred." }, "toUser": { "$ref": "#/definitions/userInformation", "description": "Information about the user to which the envelope is transferred." } }, "x-ds-definition-name": "envelopeTransferRule", "description": "This object contains details about an envelope transfer rule.", "x-ms-summary": "This object contains details about an envelope transfer rule." }, "envelopeTransferRuleInformation": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopeTransferRules": { "description": "Contains information about a specific envelope transfer rule.", "type": "array", "items": { "$ref": "#/definitions/envelopeTransferRule" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "envelopeTransferRuleInformation", "description": "", "x-ms-summary": "" }, "envelopeTransferRuleRequest": { "type": "object", "properties": { "carbonCopyOriginalOwner": { "description": "When set to **true**, the original owner is added as a carbon copy recipient after envelope transfer. The default value is **false**.", "type": "string" }, "enabled": { "description": "When set to **true**, the envelope transfer rule is active.", "type": "string" }, "envelopeTransferRuleId": { "description": "The id of the envelope transfer rule. The system generates this id when the rule is first created.", "type": "string" }, "eventType": { "description": "The type of envelope event that triggers the transfer. Valid values are:\n\n- `sent`\n- `before sent` \n- `completed`", "type": "string" }, "fromGroups": { "description": "Information about the group that triggers the transfer.", "type": "array", "items": { "$ref": "#/definitions/group" } }, "fromUsers": { "description": "Information about the user who triggers the transfer.", "type": "array", "items": { "$ref": "#/definitions/userInformation" } }, "modifiedDate": { "description": "The UTC DateTime when the envelope transfer rule was last modified. This property is read only.", "type": "string" }, "modifiedUser": { "$ref": "#/definitions/userInformation", "description": "Information about the user who last modified the envelope transfer rule." }, "toFolder": { "$ref": "#/definitions/folder", "description": "Information about the destination folder to which the envelope is transferred." }, "toUser": { "$ref": "#/definitions/userInformation", "description": "Information about the user to which the envelope is transferred." } }, "x-ds-definition-name": "envelopeTransferRuleRequest", "description": "This object contains details about the envelope transfer rule that you want to create.", "x-ms-summary": "This object contains details about the envelope transfer rule that you want to create." }, "envelopeUpdateSummary": { "type": "object", "properties": { "bulkEnvelopeStatus": { "$ref": "#/definitions/bulkEnvelopeStatus", "description": "An object that describes the status of the bulk send envelopes." }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "listCustomFieldUpdateResults": { "description": "", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipientUpdateResults": { "description": "An array of `recipientUpdateResults` objects that contain details about the recipients.", "type": "array", "items": { "$ref": "#/definitions/recipientUpdateResponse" } }, "tabUpdateResults": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "" }, "textCustomFieldUpdateResults": { "description": "", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "envelopeUpdateSummary", "description": "", "x-ms-summary": "" }, "errorDetails": { "description": "This object describes errors that occur. It is only valid for responses and ignored in requests.", "type": "object", "properties": { "errorCode": { "description": "The code associated with the error condition.", "type": "string" }, "message": { "description": "A brief message describing the error condition.", "type": "string" } }, "x-ds-definition-name": "errorDetails", "x-ms-summary": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "eventNotification": { "description": "Register a Connect webhook for a specific envelope", "type": "object", "properties": { "envelopeEvents": { "description": "A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. \n\nTo receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both.", "type": "array", "items": { "$ref": "#/definitions/envelopeEvent" } }, "eventData": { "$ref": "#/definitions/connectEventData", "description": "" }, "includeCertificateOfCompletion": { "description": "When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. ", "type": "string" }, "includeCertificateWithSoap": { "description": "When set to **true**, the Connect service will digitally sign the XML data. The signature will be included in the XML message.", "type": "string" }, "includeDocumentFields": { "description": "When set to **true**, the Document Fields associated with the envelope's documents are included in the notification messages. Document Fields are optional custom name-value pairs added to documents using the API. ", "type": "string" }, "includeDocuments": { "description": "When set to **true**, the XML webhook messages will include the envelope's PDF documents. Including the PDF documents will greatly increase the size of the notification messages. Ensure that your listener can handle incoming messages that are 25MB or larger. ", "type": "string" }, "includeEnvelopeVoidReason": { "description": "When set to **true**, if the envelope is voided, the Connect Service notification will include the void reason, as entered by the person that voided the envelope. ", "type": "string" }, "includeHMAC": { "description": "", "type": "string" }, "includeSenderAccountAsCustomField": { "description": "When set to **true**, Connect will include the sender account as Custom Field in the data.", "type": "string" }, "includeTimeZone": { "description": "When set to **true**, the envelope's time zone information is included in the webhook messages. ", "type": "string" }, "loggingEnabled": { "description": "When set to **true**, the webhook messages are logged. They can be viewed on the DocuSign Administration Web Tool in the Connect section. Logged messages can also be downloaded via the [ConnectEvents resource](https://developers.docusign.com/esign-rest-api/reference/Connect/ConnectEvents).", "type": "string" }, "recipientEvents": { "description": "An array of recipient event statuses that will trigger Connect to send notifications to your webhook listener at the url endpoint specified in the `url` property. \n\nTo receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both.", "type": "array", "items": { "$ref": "#/definitions/recipientEvent" } }, "requireAcknowledgment": { "description": "When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures. ", "type": "string" }, "signMessageWithX509Cert": { "description": "When set to **true**, Mutual TLS will be enabled for notifications. Mutual TLS must be initiated by the listener (the customer's web server) during the TLS handshake protocol. ", "type": "string" }, "soapNameSpace": { "description": "The namespace of the SOAP interface.\n\nThe namespace value must be set if useSoapInterface is set to true.", "type": "string" }, "url": { "description": "The endpoint to which webhook notification messages are sent via an HTTPS POST request. The url must start with https. The customer's web server must use an SSL/TLS certificate whose CA is in the Microsoft list of trusted CAs. Self-signed certificates are not ok. Free certificates from Let's Encrypt can be used.", "type": "string" }, "useSoapInterface": { "description": "When set to **true**, the notifications are sent to your endpoint as SOAP requests. ", "type": "string" } }, "x-ds-definition-name": "eventNotification", "x-ms-summary": "Register a Connect webhook for a specific envelope" }, "eventResult": { "type": "object", "properties": { "eventTimestamp": { "description": "Date/time of the event.", "type": "string" }, "failureDescription": { "description": "Reason for failure, if the event failed.", "type": "string" }, "status": { "description": "Event status.", "type": "string" }, "vendorFailureStatusCode": { "description": "Failure status code, if the event failed.", "type": "string" } }, "x-ds-definition-name": "eventResult", "description": "Information about the result of an event.", "x-ms-summary": "Information about the result of an event." }, "expirations": { "description": "A complex element that specifies the expiration settings for the envelope.", "type": "object", "properties": { "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "expireWarn": { "description": "An integer that specifying the number of days before the envelope expires that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent.", "type": "string" } }, "x-ds-definition-name": "expirations", "x-ms-summary": "A complex element that specifies the expiration settings for the envelope." }, "externalDocServiceErrorDetails": { "type": "object", "properties": { "authenticationUrl": { "description": "Reserved: TBD", "type": "string" }, "errorCode": { "description": "A code associated with the error condition.", "type": "string" }, "message": { "description": "", "type": "string" } }, "x-ds-definition-name": "externalDocServiceErrorDetails", "description": "", "x-ms-summary": "" }, "externalDocumentSources": { "type": "object", "properties": { "boxnetEnabled": { "description": "The account is enabled to allow external documents to be attached from BoxNet.", "type": "string" }, "boxnetMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `boxnetEnabled` property is editable." }, "dropboxEnabled": { "description": "The account is enabled to allow external documents to be attached from DropBox.", "type": "string" }, "dropboxMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `dropboxEnabled` property is editable." }, "googleDriveEnabled": { "description": "The account is enabled to allow external documents to be attached from Google Drive.", "type": "string" }, "googleDriveMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `googleDriveEnabled` property is editable." }, "oneDriveEnabled": { "description": "The account is enabled to allow external documents to be attached from OneDrive.", "type": "string" }, "oneDriveMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `oneDriveEnabled` property is editable." }, "salesforceEnabled": { "description": "The account is enabled to allow external documents to be attached from Salesforce.", "type": "string" }, "salesforceMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata indicating whether the `salesforceEnabled` property is editable." } }, "x-ds-definition-name": "externalDocumentSources", "description": "A complex object specifying the external document sources.", "x-ms-summary": "A complex object specifying the external document sources." }, "externalFile": { "type": "object", "properties": { "date": { "description": "The UTC date and time that the file or folder was last modified.", "type": "string" }, "id": { "description": "The storage provider's id for the file or folder.", "type": "string" }, "img": { "description": "The file extension for a file.\n\n**Note**: If the item is a folder, this value is null.", "type": "string" }, "name": { "description": "The full name of a file.", "type": "string" }, "size": { "description": "The size of the file. The file size limit varies based on the cloud storage provider.", "type": "string" }, "supported": { "description": "When set to **true**, DocuSign supports the file type for upload.", "type": "string" }, "type": { "description": "The type of cloud storage item. Valid values are:\n\n- `file`\n- `folder`", "type": "string" }, "uri": { "description": "The URI for the file or folder.", "type": "string" } }, "x-ds-definition-name": "externalFile", "description": "This object contains information about a file or folder in cloud storage.", "x-ms-summary": "This object contains information about a file or folder in cloud storage." }, "externalFolder": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/externalDocServiceErrorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "items": { "description": "", "type": "array", "items": { "$ref": "#/definitions/externalFile" } }, "name": { "description": "", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "externalFolder", "description": "", "x-ms-summary": "" }, "favoriteTemplatesContentItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "favoritedDate": { "description": "", "type": "string" }, "templateId": { "description": "The id of the template.", "type": "string" } }, "x-ds-definition-name": "favoriteTemplatesContentItem", "description": "", "x-ms-summary": "" }, "favoriteTemplatesInfo": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "favoriteTemplates": { "description": "", "type": "array", "items": { "$ref": "#/definitions/favoriteTemplatesContentItem" } }, "templatesUpdatedCount": { "format": "int32", "description": "", "type": "integer" } }, "x-ds-definition-name": "favoriteTemplatesInfo", "description": "", "x-ms-summary": "" }, "featureAvailableMetadata": { "type": "object", "properties": { "availabilty": { "description": "", "type": "string" }, "featureName": { "description": "", "type": "string" } }, "x-ds-definition-name": "featureAvailableMetadata", "description": "", "x-ms-summary": "" }, "featureSet": { "type": "object", "properties": { "currencyFeatureSetPrices": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/currencyFeatureSetPrice" } }, "envelopeFee": { "description": "Reserved for DocuSign.", "type": "string" }, "featureSetId": { "description": "Reserved for DocuSign.", "type": "string" }, "fixedFee": { "description": "Reserved for DocuSign.", "type": "string" }, "is21CFRPart11": { "description": "Reserved for DocuSign.", "type": "string" }, "isActive": { "description": "Reserved for DocuSign.", "type": "string" }, "isEnabled": { "description": "When set to **true**, the feature set is actively enabled as part of the plan.", "type": "string" }, "name": { "description": "Reserved for DocuSign.", "type": "string" }, "seatFee": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "featureSet", "description": "This object provides details about a feature set, or add-on product that is associated with an account. It is reserved for DocuSign internal use only.", "x-ms-summary": "This object provides details about a feature set, or add-on product that is associated with an account. It is reserved for DocuSign internal use only." }, "fileType": { "type": "object", "properties": { "fileExtension": { "description": "", "type": "string" }, "mimeType": { "description": "The mime-type of a file type listed in a fileTypes collection.", "type": "string" } }, "x-ds-definition-name": "fileType", "description": "", "x-ms-summary": "" }, "fileTypeList": { "type": "object", "properties": { "fileTypes": { "description": "A collection of file types.", "type": "array", "items": { "$ref": "#/definitions/fileType" } } }, "x-ds-definition-name": "fileTypeList", "description": "", "x-ms-summary": "" }, "filter": { "type": "object", "properties": { "actionRequired": { "description": "When set to **true**, the current user needs to take action on the item.", "type": "string" }, "expires": { "description": "The number of days a sent envelope remains active before it expires.", "type": "string" }, "folderIds": { "description": "Filters for any combination of folder ids and folder types. The possible folder types are:\n\n- `awaiting_my_signature`\n- `completed`\n- `draft`\n- `drafts`\n- `expiring_soon`\n- `inbox`\n- `out_for_signature`\n- `recyclebin`\n- `sentitems`\n- `waiting_for_others`", "type": "string" }, "fromDateTime": { "description": "The UTC DateTime of the beginning of a date range. If no value is provided, the default search is the previous 30 days.", "type": "string" }, "isTemplate": { "description": "When set to **true**, the item is a template.", "type": "string" }, "order": { "description": "(Optional) The order in which to sort the results.\n\nValid values are: \n\n\n* `asc`: Ascending order.\n* `desc`: Descending order. ", "type": "string" }, "orderBy": { "description": "The field used to sort the results.\n\nExample: `Created`", "type": "string" }, "searchTarget": { "description": "Reserved for DocuSign.", "type": "string" }, "searchText": { "description": "A free text search field for searching across the items in a folder. The search looks for the text that you enter in the recipient names and emails, envelope custom fields, sender name, and subject.", "type": "string" }, "status": { "description": "The status of the envelope. By default, all statuses are returned.\n\nFor details, see [Envelope Status Code Descriptions](https://developers.docusign.com/esign-rest-api/guides/status-and-error-codes#envelope-status-code-descriptions).", "type": "string" }, "toDateTime": { "description": "The UTC DateTime of the end of a date range. If no value is provided, the default search is to the current date.", "type": "string" } }, "x-ds-definition-name": "filter", "description": "Use this object to create a filtered view of the items in a folder.", "x-ms-summary": "Use this object to create a filtered view of the items in a folder." }, "firstName": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "firstName", "description": "A tab that displays the recipient's first name. This tab\ntakes the recipient's name as entered in the recipient\ninformation, splits it into sections based on spaces and\nuses the first section as the first name.\n", "x-ms-summary": "A tab that displays the recipient's first name. This tab\ntakes the recipient's name as entered in the recipient\ninformation, splits it into sections based on spaces and\nuses the first section as the first name.\n" }, "folder": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "filter": { "$ref": "#/definitions/filter", "description": "An object used to present a filtered view of the items in a folder." }, "folderId": { "description": "The id of the folder.", "type": "string" }, "folderItems": { "description": "A list of envelopes and templates that the folder contains.", "type": "array", "items": { "$ref": "#/definitions/folderItem_v2" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasAccess": { "description": "When set to **true**, the current user has access to the folder.", "type": "string" }, "hasSubFolders": { "description": "When set to **true**, the folder has subfolders.", "type": "string" }, "itemCount": { "description": "The number of items in the folder.", "type": "string" }, "name": { "description": "The name of the folder.", "type": "string" }, "owner": { "$ref": "#/definitions/userInfo", "description": "Information about the user who owns the folder." }, "parentFolderId": { "description": "The id of the parent folder, or the special value `root` for the root folder.", "type": "string" }, "parentFolderUri": { "description": "The URI of the parent folder.", "type": "string" }, "subFolderCount": { "description": "The number of subfolders.", "type": "string" }, "type": { "description": "The type of folder. Possible values include:\n\n- `draft`\n- `inbox`\n- `normal` (a system-generated folder)\n- `recyclebin`\n- `sentitems`\n- `custom` (a custom folder created by a user)", "type": "string" }, "uri": { "description": "The URI for the folder.", "type": "string" } }, "x-ds-definition-name": "folder", "description": "This object contains details about a folder.", "x-ms-summary": "This object contains details about a folder." }, "folderItem_v2": { "type": "object", "properties": { "completedDateTime": { "description": "If the item is an envelope, this is the UTC DateTime when the envelope was completed.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "envelopeId": { "description": "If the item is an envelope, this is the id of the envelope.", "type": "string" }, "envelopeUri": { "description": "If the item is an envelope, this is the URI for retrieving it.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "folderId": { "description": "The id of the folder.", "type": "string" }, "folderUri": { "description": "If the item is a subfolder, this is the URI for retrieving it.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "ownerName": { "description": "The name of the user who owns the folder.", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects that provides details about the recipients of the envelope." }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "senderCompany": { "description": "The name of the sender's company.", "type": "string" }, "senderEmail": { "description": "The sender's email address.", "type": "string" }, "senderName": { "description": "The sender's name.", "type": "string" }, "senderUserId": { "description": "The sender's id.", "type": "string" }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" }, "subject": { "description": "The subject of the envelope.", "type": "string" }, "templateId": { "description": "The id of the template.", "type": "string" }, "templateUri": { "description": "The URI for retrieving the template.", "type": "string" } }, "x-ds-definition-name": "folderItem_v2", "description": "Information about folder item results.", "x-ms-summary": "Information about folder item results." }, "folderItemResponse": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "folderItems": { "description": "A list of the envelopes in the specified folder or folders. ", "type": "array", "items": { "$ref": "#/definitions/folderItem_v2" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalRows": { "description": "The total number of items in the result.", "type": "string" } }, "x-ds-definition-name": "folderItemResponse", "description": "Results from a folder item request.", "x-ms-summary": "Results from a folder item request." }, "folderItemsResponse": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopes": { "description": "An array containing PowerForm data.", "type": "array", "items": { "$ref": "#/definitions/envelopeSummary" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "folderItemsResponse", "description": "", "x-ms-summary": "" }, "folderSharedItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "folderId": { "description": "The id of the folder.", "type": "string" }, "name": { "description": "The name of the folder.", "type": "string" }, "owner": { "$ref": "#/definitions/userInfo", "description": "Information about the user who owns the folder." }, "parentFolderId": { "description": "The id of the parent folder.", "type": "string" }, "parentFolderUri": { "description": "The URI for the parent folder.", "type": "string" }, "shared": { "description": "Indicates how the folder is shared. Valid values are:\n\n- `not_shared`\n- `shared_to`", "type": "string" }, "sharedGroups": { "description": "A list of groups that share the folder.", "type": "array", "items": { "$ref": "#/definitions/memberGroupSharedItem" } }, "sharedUsers": { "description": "A list of users that share the folder.", "type": "array", "items": { "$ref": "#/definitions/userSharedItem" } }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "user": { "$ref": "#/definitions/userInfo", "description": "Information about the user associated with the folder." } }, "x-ds-definition-name": "folderSharedItem", "description": "", "x-ms-summary": "" }, "foldersRequest": { "type": "object", "properties": { "envelopeIds": { "description": "A comma-separated list of envelope IDs.", "type": "array", "items": { "type": "string" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "fromFolderId": { "description": " The id of the folder that the envelope is being moved from.", "type": "string" } }, "x-ds-definition-name": "foldersRequest", "description": "Information for a folder request.", "x-ms-summary": "Information for a folder request." }, "foldersResponse": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopes": { "description": "An array containing PowerForm data.", "type": "array", "items": { "$ref": "#/definitions/envelopeSummary" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "foldersResponse", "description": "", "x-ms-summary": "" }, "forgottenPasswordInformation": { "description": "A complex element that has up to four Question/Answer pairs for forgotten password information.", "type": "object", "properties": { "forgottenPasswordAnswer1": { "description": "The answer to the first forgotten password challenge question.", "type": "string" }, "forgottenPasswordAnswer2": { "description": "The answer to the second forgotten password challenge question.", "type": "string" }, "forgottenPasswordAnswer3": { "description": "The answer to the third forgotten password challenge question.", "type": "string" }, "forgottenPasswordAnswer4": { "description": "The answer to the fourth forgotten password challenge question.", "type": "string" }, "forgottenPasswordQuestion1": { "description": "The first challenge question presented to a user who has forgotten their password.", "type": "string" }, "forgottenPasswordQuestion2": { "description": "The second challenge question presented to a user who has forgotten their password.", "type": "string" }, "forgottenPasswordQuestion3": { "description": "The third challenge question presented to a user who has forgotten their password.", "type": "string" }, "forgottenPasswordQuestion4": { "description": "The fourth challenge question presented to a user who has forgotten their password.", "type": "string" } }, "x-ds-definition-name": "forgottenPasswordInformation", "x-ms-summary": "A complex element that has up to four Question/Answer pairs for forgotten password information." }, "formDataItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "listSelectedValue": { "description": "The selected value in a list.", "type": "string" }, "name": { "description": "The name of the form field.", "type": "string" }, "originalValue": { "description": "The initial value associated with the form field.", "type": "string" }, "value": { "description": "The current value associated with the form field.", "type": "string" } }, "x-ds-definition-name": "formDataItem", "description": "", "x-ms-summary": "" }, "formulaTab": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "formula": { "description": "Contains the formula\nfor calculating the value of\nthis tab.\n\nUse a tab's `tabLabel`,\nenclosed in brackets,\nto refer to it.\n\nFor example,\nyou want to present the total cost\nof two items, tax included.\n\nThe cost of each item is stored\nin number tabs labeled Item1 and Item2.\nThe tax rate is in a number tab\nlabeled TaxRate.\n\nThe formula string for this property\nwould be:\n`([Item1] + [Item2]) * (1 + [TaxRate])`\n\nSee [Calculated Fields][calculatedfields]\nin the DocuSign Support Center\nto learn more about formulas.\n\nMaximum Length: 2000 characters\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n", "type": "string" }, "formulaMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata indicating if the sender can edit the `formula` property." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "hidden": { "description": "If this is a regular formula (no `paymentDetails` property is present):\n\n* **true**: The tab is hidden.\n* **false**: The tab is shown.\n\nIf the formula is payment item (a `paymentDetails` property is present):\n\n* **true**: The tab is displayed as a payment.\n* **false**: The tab is displayed as a regular formula.\n", "type": "string" }, "hiddenMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `hidden` property is editable." }, "isPaymentAmount": { "description": "When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. ", "type": "string" }, "isPaymentAmountMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `isPaymentAmount` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "paymentDetails": { "$ref": "#/definitions/paymentDetails", "description": "This property indicates \nthat this formula tab \nis a payment item. \nSee [Requesting Payments Along with Signatures][paymentguide] \nin the DocuSign Support Center \nto learn more about payments. \n\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "roundDecimalPlaces": { "description": "The number of decimal places to round to.", "type": "string" }, "roundDecimalPlacesMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `roundDecimalPlaces` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+35, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+35, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "formulaTab", "description": "The value of a formula tab is calculated\nfrom the values of other\nnumber or date tabs in the document.\nWhen the recipient completes the underlying fields,\nthe formula tab calculates and displays the result.\n\nThe `formula` property of the tab\ncontains the references\nto the underlying tabs.\nSee [Calculated Fields][calculatedfields]\nin the DocuSign Support Center\nto learn more about formulas.\n\nIf a formula tab contains\na `paymentDetails` property,\nthe tab is considered a payment item.\nSee [Requesting Payments Along with Signatures][paymentguide]\nin the DocuSign Support Center\nto learn more about payments.\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n", "x-ms-summary": "The value of a formula tab is calculated\nfrom the values of other\nnumber or date tabs in the document.\nWhen the recipient completes the underlying fields,\nthe formula tab calculates and displays the result.\n\nThe `formula` property of the tab\ncontains the references\nto the underlying tabs.\nSee [Calculated Fields][calculatedfields]\nin the DocuSign Support Center\nto learn more about formulas.\n\nIf a formula tab contains\na `paymentDetails` property,\nthe tab is considered a payment item.\nSee [Requesting Payments Along with Signatures][paymentguide]\nin the DocuSign Support Center\nto learn more about payments.\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n" }, "fullName": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "fullName", "description": "A tab that displays the recipient's full name.\n", "x-ms-summary": "A tab that displays the recipient's full name.\n" }, "graphicsContext": { "type": "object", "properties": { "fillColor": { "description": "The fill color to use for the overlay. Colors are typically specified by their RGB hex values, but you can also use a [friendly CSS color name](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value).", "type": "string" }, "lineColor": { "description": "The line color to use for the overlay. Colors are typically specified by their RGB hex values, but you can also use a [friendly CSS color name](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value).", "type": "string" }, "lineWeight": { "description": "The line weight or thickness to use for the overlay.", "type": "string" } }, "x-ds-definition-name": "graphicsContext", "description": "", "x-ms-summary": "" }, "group": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "groupId": { "description": "The DocuSign group ID for the group.", "type": "string" }, "groupName": { "description": "The name of the group.", "type": "string" }, "groupType": { "description": "The group type. Possible values include:\n\n- `adminstrators`\n- `everyone`\n- `customGroup`\n- `sharedSigningGroup`\n\n", "type": "string" }, "permissionProfileId": { "description": "The ID of the permission profile associated with the group. Possible values include:\n\n- `2301416` (for the `DocuSign Viewer` profile)\n- `2301415` (for the `DocuSign Sender` profile)\n- `2301414` (for the `Account Administrator` profile)", "type": "string" }, "users": { "description": "A list of the users in the group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "usersCount": { "description": "The total number of users in the group.", "type": "string" } }, "x-ds-definition-name": "group", "description": "This object contains information about a group.", "x-ms-summary": "This object contains information about a group." }, "groupInformation": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "groups": { "description": "A collection group objects containing information about the groups.", "type": "array", "items": { "$ref": "#/definitions/group" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "groupInformation", "description": "", "x-ms-summary": "" }, "idCheckConfiguration": { "type": "object", "properties": { "authSteps": { "description": "A list of ID check security steps, each specifying an authorization type.", "type": "array", "items": { "$ref": "#/definitions/idCheckSecurityStep" } }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "name": { "description": "The name of the signature.", "type": "string" } }, "x-ds-definition-name": "idCheckConfiguration", "description": "A complex object specifying ID check configuration.", "x-ms-summary": "A complex object specifying ID check configuration." }, "idCheckInformationInput": { "description": "A complex element that contains input information related to a recipient ID check.", "type": "object", "properties": { "addressInformationInput": { "$ref": "#/definitions/addressInformationInput", "description": "An object that specifies recipient address information and how it is displayed." }, "dobInformationInput": { "$ref": "#/definitions/dobInformationInput", "description": "An object that specifies recipient date of birth information and how it is displayed." }, "ssn4InformationInput": { "$ref": "#/definitions/ssn4InformationInput", "description": "An object that specifies the last four digits of the recipient's Social Security Number (SSN)." }, "ssn9InformationInput": { "$ref": "#/definitions/ssn9InformationInput", "description": "An object that specifies the recipient's Social Security Number (SSN) information. Note that ssn9 information cannot be returned in a response." } }, "x-ds-definition-name": "idCheckInformationInput", "x-ms-summary": "A complex element that contains input information related to a recipient ID check." }, "idCheckSecurityStep": { "type": "object", "properties": { "authType": { "description": "Type of authorization used for the security check.", "type": "string" } }, "x-ds-definition-name": "idCheckSecurityStep", "description": "", "x-ms-summary": "" }, "initialHere": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "optional": { "description": "When set to **true**, the recipient does not need to complete this tab to complete the signing process.", "type": "string" }, "optionalMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `optional` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "scaleValue": { "description": "Sets the size of the tab. This field accepts values from `0.5` to `1.0`, where `1.0` represents full size and `0.5` is 50% of full size.", "type": "string" }, "scaleValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `scaleValue` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+2, -7)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+2, -7)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "initialHere", "description": "A tab that allows the recipient to initial the document. May\nbe optional.\n", "x-ms-summary": "A tab that allows the recipient to initial the document. May\nbe optional.\n" }, "inlineTemplate": { "type": "object", "properties": { "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "documents": { "description": "A complex element that contains details about the documents associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/document" } }, "envelope": { "$ref": "#/definitions/envelope", "description": "A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients." }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects that provides details about the recipients of the envelope." }, "sequence": { "description": "Specifies the order in which templates are overlaid.", "type": "string" } }, "x-ds-definition-name": "inlineTemplate", "description": "", "x-ms-summary": "" }, "inPersonSigner": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "canSignOffline": { "description": "When set to **true**, specifies that the signer can perform the signing ceremony offline.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion. \n\nIf this number is greater than `0` for a signing group, only the user who previously completed may sign again.", "type": "string" }, "creationReason": { "description": "The reason why the recipient was created (for example, `sender`). Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "defaultRecipient": { "description": "When set to **true**,\nthis is the default recipient for the envelope.\nThis option is used when creating an envelope from a template.\n", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The signer's email address in an eNotary flow.\n\nUse only when `inPersonSigningType` is `notary`.\nFor regular in-person-signer flow, use `signerEmail` instead.\n", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "hostEmail": { "description": "The email address of the signing host.\nThis is the DocuSign user that is hosting the in-person signing session.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `email` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "hostEmailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `hostEmail` property is editable." }, "hostName": { "description": "The name of the signing host.\nThis is the DocuSign user that is hosting the in-person signing session.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `name` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "hostNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `hostName` property is editable." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "inPersonSigningType": { "description": "Specifies whether the envelope uses the eNotary feature.\nValid values:\n\n* `inPersonSigner`: The envelope uses the normal in-person signing flow.\n* `notary`: The envelope uses the eNotary in-person signing flow.\n", "type": "string" }, "inPersonSigningTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `inPersonSigningType` property is editable." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The signer's full legal name in an eNotary flow.\n\nRequired when `inPersonSigningType` is `notary`.\nFor a regular in-person-signer flow, use `signerName` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "notaryHost": { "$ref": "#/definitions/notaryHost", "description": "Information about the notary host. The following information is required when using the eNotary in-person signing flow:\n\n- `name`: The name of the notary.\n- `email`: The email address of the notary.\n- `recipientId`: A unique ID number for the notary signing host." }, "notaryId": { "description": "", "type": "string" }, "note": { "description": "A note sent to the in-person signer in the signing email.\nThis note is visible only to this recipient.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the document.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "recipientSuppliesTabs": { "description": "When set to **true**, specifies that the recipient creates the tabs.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "requireSignerCertificate": { "description": "By default, DocuSign signers create electronic signatures. This field can be used to require the signer to use a SAFE-BioPharma digital certificate for signing.\n\nThis parameter should only be used to select a SAFE-BioPharma certificate. New integrations should use the `recipientSignatureProviders` parameter for other types of digital certificates. \n\nSet this parameter to `safe` to use a SAFE-BioPharma certificate.\n\nThe signer must be enrolled in the SAFE program to sign with a SAFE certificate.", "type": "string" }, "requireSignOnPaper": { "description": "When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign.", "type": "string" }, "requireUploadSignature": { "description": "When set to **true**, the signer is required to upload a new signature, even if they have a pre-adopted signature in their personal DocuSign account.", "type": "string" }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signatureInfo": { "$ref": "#/definitions/recipientSignatureInformation", "description": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers." }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signerEmail": { "description": "The in-person signer's email address.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `email` instead.\n\nMaximum Length: 100 characters.\n\n", "type": "string" }, "signerEmailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the in-person signer's email address." }, "signerFirstName": { "description": "The signer's first name.", "type": "string" }, "signerFirstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the `signerFirstName` property is editable." }, "signerLastName": { "description": "The signer's last name.", "type": "string" }, "signerLastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signerLastName` property is editable." }, "signerName": { "description": "The in-person signer's full legal name.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `name` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "signerNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signerName` property is editable." }, "signInEachLocation": { "description": "When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once).", "type": "string" }, "signInEachLocationMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signInEachLocation` property is editable. Read only." }, "signingGroupId": { "description": "Not applicable. You cannot use a signing group for an in-person signer.", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Not applicable." }, "signingGroupName": { "description": "Not applicable.", "type": "string" }, "signingGroupUsers": { "description": "Not applicable.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "inPersonSigner", "description": "Contains information about an in-person recipient. This is a DocuSign user,\nacting as a Signing Host,\nwho is in the same physical location as the signer.\nTo learn about the fields used\nfor the eNotary feature,\nsee the [EnvelopeRecipients resource][resource].\n\n[resource]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipients#in-person-signer-recipient\n", "x-ms-summary": "Contains information about an in-person recipient. This is a DocuSign user,\nacting as a Signing Host,\nwho is in the same physical location as the signer.\nTo learn about the fields used\nfor the eNotary feature,\nsee the [EnvelopeRecipients resource][resource].\n\n[resource]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipients#in-person-signer-recipient\n" }, "integratedUserInfoList": { "type": "object", "properties": { "allUsersSelected": { "description": "", "type": "string" }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } } }, "x-ds-definition-name": "integratedUserInfoList", "description": "", "x-ms-summary": "" }, "intermediary": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address. Notification of the document to sign is sent to this email address. \n\nMaximum length: 100 characters. ", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the document.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipientâÂÂs email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.\n", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "intermediary", "description": "Contains information about an intermediary recipient. An intermediary is a recipient who can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order, unless subsequent agents, editors or intermediaries are added.", "x-ms-summary": "Contains information about an intermediary recipient. An intermediary is a recipient who can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order, unless subsequent agents, editors or intermediaries are added." }, "jurisdiction": { "type": "object", "properties": { "allowSystemCreatedSeal": { "description": "If **true**, the seal can be generated by the platform.", "type": "string" }, "allowUserUploadedSeal": { "description": "If **true**, the seal can be uploaded by the user.", "type": "string" }, "commissionIdInSeal": { "description": "If **true**, the notary's `comissionId` appears in the seal.", "type": "string" }, "county": { "description": "The county of the jurisdiction.", "type": "string" }, "countyInSeal": { "description": "If **true**, the county name appears in the seal.", "type": "string" }, "enabled": { "description": "If **true**, this jurisdiction is enabled.", "type": "string" }, "jurisdictionId": { "description": "The ID of the jurisdiction.\nThe following jurisdictions\nare supported:\n\n- `5 - California`\n- `6 - Colorado`\n- `9 - Florida`\n- `10 - Georgia`\n- `12 - Idaho`\n- `13 - Illinois`\n- `14 - Indiana`\n- `15 - Iowa`\n- `17 - Kentucky`\n- `23 - Minnesota`\n- `25 - Missouri`\n- `30 - New Jersey`\n- `32 - New York`\n- `33 - North Carolina`\n- `35 - Ohio`\n- `37 - Oregon`\n- `38 - Pennsylvania`\n- `40 - South Carolina`\n- `43 - Texas`\n- `44 - Utah`\n- `47 - Washington`\n- `48 - West Virginia`\n- `49 - Wisconsin`\n- `62 - Florida Commissioner of Deeds`\n", "type": "string" }, "name": { "description": "The name of the jurisdiction. Typically the state name.", "type": "string" }, "notaryPublicInSeal": { "description": "If **true**, the name of the notary appears in the seal.", "type": "string" }, "stateNameInSeal": { "description": "If **true**, the name of the state appears in the seal.", "type": "string" } }, "x-ds-definition-name": "jurisdiction", "description": "Describes the jurisdiction of a notary.\nThis is read-only object.", "x-ms-summary": "Describes the jurisdiction of a notary.\nThis is read-only object." }, "lastName": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "lastName", "description": "A tab that displays the recipient's last name. This tab\ntakes the recipient's name as entered in the recipient\ninformation, splits it into sections based on spaces and\nuses the last section as the last name.\n", "x-ms-summary": "A tab that displays the recipient's last name. This tab\ntakes the recipient's name as entered in the recipient\ninformation, splits it into sections based on spaces and\nuses the last section as the last name.\n" }, "list": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "listItems": { "description": "The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four]\n\nMaximum Length of listItems: 2048 characters.\nMaximum Length of items in the list: 100 characters. \n", "type": "array", "items": { "$ref": "#/definitions/listItem" } }, "listSelectedValue": { "description": "The value in the list that is selected by default.", "type": "string" }, "listSelectedValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `listSelectedValue` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "The value to use when the item is selected.", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "list", "description": "This tab offers a list of options to choose from.\nThe `listItems`\nproperty contains a list of\n[`listItem`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/listItem)\nobjects to specify the selectable options.\n", "x-ms-summary": "This tab offers a list of options to choose from.\nThe `listItems`\nproperty contains a list of\n[`listItem`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/listItem)\nobjects to specify the selectable options.\n" }, "listCustomField": { "type": "object", "properties": { "configurationType": { "description": "If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "fieldId": { "description": "The id of the custom field.", "type": "string" }, "listItems": { "description": "An array of strings that represents the options in a list.\n\nMaximum length: 2048 characters, but each individual option string can only be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "name": { "description": "The name of the custom field.", "type": "string" }, "required": { "description": "When set to **true**, senders are required to select an option from the list before they can send the envelope.", "type": "string" }, "show": { "description": "When set to **true**, the field displays in the **Envelope Custom Fields** section when a user creates or sends an envelope.", "type": "string" }, "value": { "description": "The value of the custom field. This is the value that the user who creates or sends the envelope selects from the list.", "type": "string" } }, "x-ds-definition-name": "listCustomField", "description": "This object represents a list custom field from which envelope creators and senders can select custom data.", "x-ms-summary": "This object represents a list custom field from which envelope creators and senders can select custom data." }, "listItem": { "type": "object", "properties": { "selected": { "description": "When set to **true**, indicates that this item is the default selection shown to a signer. \n\nOnly one selection can be set as the default.", "type": "string" }, "selectedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `selected` property is editable." }, "text": { "description": "Specifies the text that is shown in the dropdown list. ", "type": "string" }, "textMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "value": { "description": "Specifies the value that is used when the list item is selected.", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." } }, "x-ds-definition-name": "listItem", "description": "One of the selectable items\nin the `listItems` property\nof a [`list`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/list) tab.", "x-ms-summary": "One of the selectable items\nin the `listItems` property\nof a [`list`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/list) tab." }, "localePolicy": { "type": "object", "properties": { "addressFormat": { "description": "", "type": "string" }, "addressFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "allowRegion": { "description": "", "type": "string" }, "calendarType": { "description": "", "type": "string" }, "calendarTypeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "cultureName": { "description": "", "type": "string" }, "cultureNameMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "currencyCode": { "description": "The currency code for the account, based on the [ISO 4217 currency code](https://www.iso.org/iso-4217-currency-codes.html).", "type": "string" }, "currencyCodeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `currencyCode` property is editable." }, "currencyNegativeFormat": { "description": "", "type": "string" }, "currencyNegativeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "currencyPositiveFormat": { "description": "", "type": "string" }, "currencyPositiveFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "customDateFormat": { "description": "", "type": "string" }, "customSignDateFormat": { "description": "", "type": "string" }, "customSignTimeFormat": { "description": "", "type": "string" }, "customTimeFormat": { "description": "", "type": "string" }, "dateFormat": { "description": "", "type": "string" }, "dateFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "effectiveAddressFormat": { "description": "", "type": "string" }, "effectiveCalendarType": { "description": "", "type": "string" }, "effectiveCurrencyCode": { "description": "", "type": "string" }, "effectiveCurrencyNegativeFormat": { "description": "", "type": "string" }, "effectiveCurrencyPositiveFormat": { "description": "", "type": "string" }, "effectiveCustomDateFormat": { "description": "", "type": "string" }, "effectiveCustomTimeFormat": { "description": "", "type": "string" }, "effectiveDateFormat": { "description": "", "type": "string" }, "effectiveInitialFormat": { "description": "", "type": "string" }, "effectiveNameFormat": { "description": "", "type": "string" }, "effectiveTimeFormat": { "description": "", "type": "string" }, "effectiveTimeZone": { "description": "", "type": "string" }, "initialFormat": { "description": "", "type": "string" }, "initialFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "nameFormat": { "description": "", "type": "string" }, "nameFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "signDateFormat": { "description": "The format for the signature date. Valid values are:\n\n- `d/M/yyyy`\n- `dd-MM-yy`\n- `dd-MMM-yy`\n- `dd-MM-yyyy`\n- `dd.MM.yyyy`\n- `dd-MMM-yyyy`\n- `dd MMMM yyyy`\n- `M/d/yyyy`\n- `MM-dd-yyyy`\n- `MM/dd/yyyy`\n- `MM/dd/yy`\n- `MMM-dd-yyyy`\n- `MMM d, yyyy`\n- `MMMM d, yyyy`\n- `yyyy-MM-dd`\n- `yyyy-MMM-dd`\n- `yyyy/MM/dd`\n- `yyyy MMMM d`\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signDateFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signDateFormat` property is editable.\n" }, "signTimeFormat": { "description": "The format for the signature time. Valid values are:\n\n- `none`\n- `HH:mm`\n- `h:mm`\n- `HH:mm:ss`\n- `h:mm:ss`\n", "type": "string" }, "signTimeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `signTimeFormat` property is editable.\n" }, "timeFormat": { "description": "", "type": "string" }, "timeFormatMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "timeZone": { "description": "", "type": "string" }, "timeZoneMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" } }, "x-ds-definition-name": "localePolicy", "description": "", "x-ms-summary": "" }, "localePolicyTab": { "type": "object", "properties": { "addressFormat": { "description": "", "type": "string" }, "calendarType": { "description": "", "type": "string" }, "cultureName": { "description": "", "type": "string" }, "currencyNegativeFormat": { "description": "", "type": "string" }, "currencyPositiveFormat": { "description": "", "type": "string" }, "customDateFormat": { "description": "", "type": "string" }, "customTimeFormat": { "description": "", "type": "string" }, "dateFormat": { "description": "", "type": "string" }, "initialFormat": { "description": "", "type": "string" }, "nameFormat": { "description": "", "type": "string" }, "timeFormat": { "description": "", "type": "string" }, "timeZone": { "description": "", "type": "string" } }, "x-ds-definition-name": "localePolicyTab", "description": "", "x-ms-summary": "" }, "lockInformation": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "lockDurationInSeconds": { "description": "The number of seconds to lock the envelope for editing. This value must be greater than `0` seconds.", "type": "string" }, "lockedByApp": { "description": "The human-readable name of the application that is locking the envelope or template. This value displays to the user in error messages when lock conflicts occur.", "type": "string" }, "lockedByUser": { "$ref": "#/definitions/userInfo", "description": "A complex type containing information about the user that has the envelope or template locked." }, "lockedUntilDateTime": { "description": "The date and time that the lock expires.", "type": "string" }, "lockToken": { "description": "A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock.", "type": "string" }, "lockType": { "description": "The type of lock. Currently `edit` is the only supported type.", "type": "string" }, "useScratchPad": { "description": "When set to **true**, a scratchpad is used to edit information.\n ", "type": "string" } }, "x-ds-definition-name": "lockInformation", "description": "", "x-ms-summary": "" }, "lockRequest": { "type": "object", "properties": { "lockDurationInSeconds": { "description": "The number of seconds to lock the envelope for editing. This value must be greater than `0` seconds.", "type": "string" }, "lockedByApp": { "description": "The human-readable name of the application that is locking the envelope or template. This value displays to the user in error messages when lock conflicts occur.", "type": "string" }, "lockType": { "description": "The type of lock. Currently `edit` is the only supported type.", "type": "string" }, "templatePassword": { "description": "The [password for the template](https://support.docusign.com/en/guides/ndse-user-guide-template-passwords). If you are using a lock for a template that has a password or an envelope that is based on a template that has a password, you must enter the `templatePassword` to save the changes.", "type": "string" }, "useScratchPad": { "description": "When set to **true**, a scratchpad is used to edit information.\n ", "type": "string" } }, "x-ds-definition-name": "lockRequest", "description": "This request object contains information about the lock that you want to create or update.", "x-ms-summary": "This request object contains information about the lock that you want to create or update." }, "loginAccount": { "type": "object", "properties": { "accountId": { "description": "The account ID associated with the envelope.", "type": "string" }, "accountIdGuid": { "description": "The GUID associated with the account ID.", "type": "string" }, "baseUrl": { "description": "The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl.", "type": "string" }, "email": { "description": "The email address for the user.", "type": "string" }, "isDefault": { "description": "This value is true if this is the default account for the user, otherwise false is returned.", "type": "string" }, "loginAccountSettings": { "description": "A list of settings on the acccount that indicate what features are available.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "loginUserSettings": { "description": "A list of user-level settings that indicate what user-specific features are available.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "name": { "description": "The name associated with the account.", "type": "string" }, "siteDescription": { "description": "An optional descirption of the site that hosts the account.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "userName": { "description": "The name of this user as defined by the account.", "type": "string" } }, "x-ds-definition-name": "loginAccount", "description": "", "x-ms-summary": "" }, "loginInformation": { "type": "object", "properties": { "apiPassword": { "description": "Contains a token that can be used for authentication in API calls instead of using the user name and password.", "type": "string" }, "loginAccounts": { "description": "The list of accounts that authenticating user is a member of.", "type": "array", "items": { "$ref": "#/definitions/loginAccount" } } }, "x-ds-definition-name": "loginInformation", "description": "", "x-ms-summary": "" }, "matchBox": { "type": "object", "properties": { "height": { "description": "The height of the tab in pixels.", "type": "string" }, "pageNumber": { "description": "Specifies the page number on which the tab is located.\nMust be 1 for supplemental documents.\n", "type": "string" }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" } }, "x-ds-definition-name": "matchBox", "description": "", "x-ms-summary": "" }, "memberGroupSharedItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "group": { "$ref": "#/definitions/group", "description": "The group sharing the item." }, "shared": { "description": "How the item is shared. One of:\n\n\n- `not_shared`: The item is not shared.\n\n- `shared_to`: The item is shared.", "type": "string" } }, "x-ds-definition-name": "memberGroupSharedItem", "description": "Information about items shared among groups.", "x-ms-summary": "Information about items shared among groups." }, "memberSharedItems": { "type": "object", "properties": { "envelopes": { "description": "List of information about shared envelopes.", "type": "array", "items": { "$ref": "#/definitions/sharedItem" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "folders": { "description": "List of information about shared folders.", "type": "array", "items": { "$ref": "#/definitions/folderSharedItem" } }, "templates": { "description": "List of information about shared templates.", "type": "array", "items": { "$ref": "#/definitions/templateSharedItem" } }, "user": { "$ref": "#/definitions/userInfo", "description": "Information about the user requesting sharing information." } }, "x-ds-definition-name": "memberSharedItems", "description": "Information about shared items.", "x-ms-summary": "Information about shared items." }, "mergeField": { "description": "Contains information for transfering values between Salesforce data fields and DocuSign Tabs.", "type": "object", "properties": { "allowSenderToEdit": { "description": "When **true**, the sender can modify the value of the `mergeField` tab during the sending process.", "type": "string" }, "allowSenderToEditMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `allowSenderToEdit` property." }, "configurationType": { "description": "If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`.", "type": "string" }, "configurationTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `configurationType` property." }, "path": { "description": "Sets the object associated with the custom tab. Currently this is the Salesforce Object.", "type": "string" }, "pathExtended": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/pathExtendedElement" } }, "pathExtendedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "pathMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `path` property is editable.\n" }, "row": { "description": "Specifies the row number in a Salesforce table that the merge field value corresponds to.", "type": "string" }, "rowMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `row` property is editable.\n" }, "writeBack": { "description": "When **true**, data entered into the merge field during Signing will update the mapped Salesforce field.", "type": "string" }, "writeBackMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates if the sender can edit the `writeBack` property." } }, "x-ds-definition-name": "mergeField", "x-ms-summary": "Contains information for transfering values between Salesforce data fields and DocuSign Tabs." }, "mobileNotifierConfiguration": { "type": "object", "properties": { "deviceId": { "description": "", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "platform": { "description": "The Platform of the client application", "type": "string" } }, "x-ds-definition-name": "mobileNotifierConfiguration", "description": "", "x-ms-summary": "" }, "mobileNotifierConfigurationInformation": { "type": "object", "properties": { "mobileNotifierConfigurations": { "description": "", "type": "array", "items": { "$ref": "#/definitions/mobileNotifierConfiguration" } } }, "x-ds-definition-name": "mobileNotifierConfigurationInformation", "description": "", "x-ms-summary": "" }, "money": { "type": "object", "properties": { "amountInBaseUnit": { "description": "The total payment amount\nin the currency's base unit.\nFor example, for USD\nthe base currency is one cent.\n", "type": "string" }, "currency": { "description": "The three-letter\n[ISO 4217][ISO4217] currency code for the payment.\n\nFor example:\n\n* AUD Australian dollar\n* CAD Canadian dollar\n* EUR Euro\n* GBP Great Britain pound\n* USD United States dollar\n\nThis is a read-only property.\n\n[ISO4217]: https://en.wikipedia.org/wiki/ISO_4217\n", "type": "string" }, "displayAmount": { "description": "The payment amount as displayed\nin the `currency`.\n\nFor example, if the payment amount\nis USD 12.59,\nthe `amountInBaseUnit` is 1259 (cents),\nand the displayed amount is `$12.59 USD`.\n\nThis is a read-only property.\n", "type": "string" } }, "x-ds-definition-name": "money", "description": "Describes information\nabout the `total` of a payment.\n", "x-ms-summary": "Describes information\nabout the `total` of a payment.\n" }, "nameValue": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "name": { "description": "The name of the item.", "type": "string" }, "originalValue": { "description": "The initial value of the item.", "type": "string" }, "value": { "description": "The current value of the item.", "type": "string" } }, "x-ds-definition-name": "nameValue", "description": "A name-value pair that describes an item and provides a value for the item.", "x-ms-summary": "A name-value pair that describes an item and provides a value for the item." }, "newAccountDefinition": { "type": "object", "properties": { "accountName": { "description": "The account name for the new account.", "type": "string" }, "accountSettings": { "$ref": "#/definitions/accountSettingsInformation", "description": "The list of\n[account settings][accountsettings]\nthat determine\nthe features available for the account.\nNote that some features are determined\nby the plan used to create the account and cannot be overridden.\n\n[accountsettings]: https://developers.docusign.com/esign-rest-api/reference/Accounts/Accounts/create/#account-settings\n" }, "addressInformation": { "$ref": "#/definitions/accountAddress", "description": "A complex type that contains the following information for the new account: `Street1`, `Street2`, `City`, `State`, `Zip`, `Phone`, and `Fax`." }, "creditCardInformation": { "$ref": "#/definitions/creditCardInformation", "description": "A complex type that has information about the credit card used to pay for this account." }, "directDebitProcessorInformation": { "$ref": "#/definitions/directDebitProcessorInformation", "description": "Information about the bank that processes direct debits for the payment plan." }, "distributorCode": { "description": "The Distributor Code that you received from DocuSign.", "type": "string" }, "distributorPassword": { "description": "The password for the `distributorCode`.", "type": "string" }, "envelopePartitionId": { "description": "Reserved for DocuSign.", "type": "string" }, "initialUser": { "$ref": "#/definitions/userInformation", "description": "A complex type with the initial user information for the new account. Note that some user information is set internally based on the plan and cannot be overridden." }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "paymentProcessorInformation": { "$ref": "#/definitions/paymentProcessorInformation", "description": "Information about the entity that processes payments for the billing plan." }, "planInformation": { "$ref": "#/definitions/planInformation", "description": "An object used to identify the features and attributes of the account being created." }, "referralInformation": { "$ref": "#/definitions/referralInformation", "description": "A complex type that contains properties for entering referral and discount information." }, "socialAccountInformation": { "$ref": "#/definitions/socialAccountInformation", "description": "Contains properties that map a DocuSign user to a social account such as Facebook or Yahoo." } }, "x-ds-definition-name": "newAccountDefinition", "description": "", "x-ms-summary": "" }, "newAccountSummary": { "type": "object", "properties": { "accountId": { "description": "The account ID associated with the envelope.", "type": "string" }, "accountIdGuid": { "description": "The GUID associated with the account ID.", "type": "string" }, "accountName": { "description": "The account name for the new account.", "type": "string" }, "apiPassword": { "description": "Contains a token that can be used for authentication in API calls instead of using the user name and password.", "type": "string" }, "baseUrl": { "description": "The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl.", "type": "string" }, "billingPlanPreview": { "$ref": "#/definitions/billingPlanPreview", "description": "" }, "userId": { "description": "Specifies the user ID of the new user.", "type": "string" } }, "x-ds-definition-name": "newAccountSummary", "description": "", "x-ms-summary": "" }, "newUser": { "type": "object", "properties": { "apiPassword": { "description": "Contains a token that can be used for authentication in API calls instead of using the user name and password.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "email": { "description": "The user's email address.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "membershipId": { "description": "The user's membership ID.", "type": "string" }, "permissionProfileId": { "description": "The ID of the permission profile. Possible values include:\n\n- `2301416` (for the `DocuSign Viewer` profile)\n- `2301415` (for the `DocuSign Sender` profile)\n- `2301414` (for the `Account Administrator` profile)\n\nIn addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`.", "type": "string" }, "permissionProfileName": { "description": "The name of the account permission profile. \n\nExample: `Account Administrator`", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userId": { "description": "Specifies the user ID for the new user.", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" }, "userStatus": { "description": "Status of the user's account. One of:\n\n- `ActivationRequired`\n- `ActivationSent`\n- `Active`\n- `Closed`\n- `Disabled`\n", "type": "string" } }, "x-ds-definition-name": "newUser", "description": "Object representing a new user.", "x-ms-summary": "Object representing a new user." }, "newUsersDefinition": { "type": "object", "properties": { "newUsers": { "description": "A list of one or more new users.", "type": "array", "items": { "$ref": "#/definitions/userInformation" } } }, "x-ds-definition-name": "newUsersDefinition", "description": "", "x-ms-summary": "" }, "newUsersSummary": { "type": "object", "properties": { "newUsers": { "description": "A list of one or more new users.", "type": "array", "items": { "$ref": "#/definitions/newUser" } } }, "x-ds-definition-name": "newUsersSummary", "description": "Object representing a summary of data for new users.", "x-ms-summary": "Object representing a summary of data for new users." }, "notarize": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "notarize", "description": "A tab that alerts notary recipients that\nthey must take action on the page.\nOnly one notarize tab can appear on a page.", "x-ms-summary": "A tab that alerts notary recipients that\nthey must take action on the page.\nOnly one notarize tab can appear on a page." }, "notary": { "type": "object", "properties": { "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "enabled": { "description": "The date the this object was created.", "type": "string" }, "searchable": { "description": "If **true**, this notary is searchable.", "type": "string" }, "userInfo": { "$ref": "#/definitions/userInformation", "description": "Information about the user registering to be a notary." } }, "x-ds-definition-name": "notary", "description": "", "x-ms-summary": "" }, "notaryHost": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The notary's email address.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "hostRecipientId": { "description": "", "type": "string" }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The notary's full legal name.\n\nMaximum Length: 100 characters.\n", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "note": { "description": "A note sent to the notary in the signing email.\nThis note is visible only to this notary.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only. ", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "notaryHost", "description": "This object is used only when `inPersonSigningType` in the `inPersonSigner` object is `notary`.\n\nIt describes information about the notary host.\nThe following information is required\nwhen using the eNotary in-person signing flow:\n\n* `name`: Specifies the notary's full legal name.\n* `email`: Specifies the notary's email address.\n* `recipientId`: A unique ID number for the notary signing host.\n", "x-ms-summary": "This object is used only when `inPersonSigningType` in the `inPersonSigner` object is `notary`.\n\nIt describes information about the notary host.\nThe following information is required\nwhen using the eNotary in-person signing flow:\n\n* `name`: Specifies the notary's full legal name.\n* `email`: Specifies the notary's email address.\n* `recipientId`: A unique ID number for the notary signing host.\n" }, "notaryJournal": { "type": "object", "properties": { "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "documentName": { "description": "", "type": "string" }, "jurisdiction": { "$ref": "#/definitions/jurisdiction", "description": "" }, "notaryJournalId": { "description": "", "type": "string" }, "notaryJournalMetaData": { "$ref": "#/definitions/notaryJournalMetaData", "description": "" }, "signerName": { "description": "The in-person signer's full legal name.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `name` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" } }, "x-ds-definition-name": "notaryJournal", "description": "", "x-ms-summary": "" }, "notaryJournalCredibleWitness": { "type": "object", "properties": { "address": { "description": "The user's address.", "type": "string" }, "name": { "description": "", "type": "string" }, "signatureImage": { "description": "", "type": "string" } }, "x-ds-definition-name": "notaryJournalCredibleWitness", "description": "", "x-ms-summary": "" }, "notaryJournalList": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "notaryJournals": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryJournal" } }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "notaryJournalList", "description": "", "x-ms-summary": "" }, "notaryJournalMetaData": { "type": "object", "properties": { "comment": { "description": "", "type": "string" }, "credibleWitnesses": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryJournalCredibleWitness" } }, "signatureImage": { "description": "", "type": "string" }, "signerIdType": { "description": "", "type": "string" } }, "x-ds-definition-name": "notaryJournalMetaData", "description": "", "x-ms-summary": "" }, "notaryJurisdiction": { "type": "object", "properties": { "commissionExpiration": { "description": "The expiration date of the notary's commission in format: `MM/DD/YYYY`.", "type": "string" }, "commissionId": { "description": "The notary's commission identification. This varies from jurisdiction to jurisdiction.", "type": "string" }, "county": { "description": "The county that the commission is valid in.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "jurisdiction": { "$ref": "#/definitions/jurisdiction", "description": "Description of the jurisdiction for this notary.\nThis is a read-only property." }, "registeredName": { "description": "The registered name of the notary.", "type": "string" }, "sealType": { "description": "The seal type used for this juridiction.\n\n- `not_available`\n- `system_created`\n- `user_uploaded`", "type": "string" } }, "x-ds-definition-name": "notaryJurisdiction", "description": "A notary jurisdiction.", "x-ms-summary": "A notary jurisdiction." }, "notaryJurisdictionList": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "notaryJurisdictions": { "description": "An array of jurisdictions.", "type": "array", "items": { "$ref": "#/definitions/notaryJurisdiction" } }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "notaryJurisdictionList", "description": "A paged list of jurisdictions.", "x-ms-summary": "A paged list of jurisdictions." }, "notaryRecipient": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "agentCanEditEmail": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account.", "type": "string" }, "agentCanEditName": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated name. This element is only active if enabled for the account.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "bulkRecipientsUri": { "description": "Reserved for DocuSign.", "type": "string" }, "canSignOffline": { "description": "When set to **true**, specifies that the signer can perform the signing ceremony offline.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "creationReason": { "description": "The reason why the item was created.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "defaultRecipient": { "description": "When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The user's first name. \nMaximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "isBulkRecipient": { "description": "Reserved for DocuSign.\n", "type": "string" }, "isBulkRecipientMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "lastName": { "description": "The user's last name. \nMaximum Length: 50 characters.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "notaryId": { "description": "", "type": "string" }, "notarySigners": { "description": "", "type": "array", "items": { "type": "string" } }, "notaryType": { "description": "", "type": "string" }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "offlineAttributes": { "$ref": "#/definitions/offlineAttributes", "description": "Reserved for DocuSign." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "proofFile": { "$ref": "#/definitions/recipientProofFile", "description": "" }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "recipientSuppliesTabs": { "description": "When set to **true**, specifies that the recipient creates the tabs.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "requireSignerCertificate": { "description": "By default, DocuSign signers create electronic signatures. This field can be used to require the signer to use a SAFE-BioPharma digital certificate for signing.\n\nThis parameter should only be used to select a SAFE-BioPharma certificate. New integrations should use the `recipientSignatureProviders` parameter for other types of digital certificates. \n\nSet this parameter to `safe` to use a SAFE-BioPharma certificate.\n\nThe signer must be enrolled in the SAFE program to sign with a SAFE certificate.", "type": "string" }, "requireSignOnPaper": { "description": "When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign.", "type": "string" }, "requireUploadSignature": { "description": "When set to **true**, the signer is required to upload a new signature, even if they have a pre-adopted signature in their personal DocuSign account.", "type": "string" }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signatureInfo": { "$ref": "#/definitions/recipientSignatureInformation", "description": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers." }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signInEachLocation": { "description": "When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once).", "type": "string" }, "signInEachLocationMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signInEachLocation` property is editable. Read only." }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The status of the item.", "type": "string" }, "statusCode": { "description": "Reserved for DocuSign.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "notaryRecipient", "description": "", "x-ms-summary": "" }, "notaryResult": { "type": "object", "properties": { "jurisdictions": { "description": "", "type": "array", "items": { "$ref": "#/definitions/jurisdiction" } }, "notary": { "$ref": "#/definitions/notary", "description": "" } }, "x-ds-definition-name": "notaryResult", "description": "Describes a single notary jurisdiction.", "x-ms-summary": "Describes a single notary jurisdiction." }, "notarySeal": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "scaleValue": { "description": "Sets the size of the tab. This field accepts values from `0.5` to `1.0`, where `1.0` represents full size and `0.5` is 50% of full size.", "type": "string" }, "scaleValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `scaleValue` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "notarySeal", "description": "", "x-ms-summary": "" }, "note": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "note", "description": "A tab that displays additional information, in the form of a\nnote, for the recipient.\n", "x-ms-summary": "A tab that displays additional information, in the form of a\nnote, for the recipient.\n" }, "notification": { "description": "A complex element that specifies the notification settings for the envelope.", "type": "object", "properties": { "expirations": { "$ref": "#/definitions/expirations", "description": "A complex element that specifies the expiration settings for the envelope." }, "reminders": { "$ref": "#/definitions/reminders", "description": "A complex element that specifies reminder settings for the envelope" }, "useAccountDefaults": { "description": "When set to **true**, the account default notification settings are used for the envelope, overriding the reminders and expirations settings. When set to **false**, the reminders and expirations settings specified in this request are used.", "type": "string" } }, "x-ds-definition-name": "notification", "x-ms-summary": "A complex element that specifies the notification settings for the envelope." }, "notificationDefaults": { "type": "object", "properties": { "apiEmailNotifications": { "$ref": "#/definitions/notificationDefaultSettings", "description": "The default notification settings for envelopes sent by using the console." }, "emailNotifications": { "$ref": "#/definitions/notificationDefaultSettings", "description": "The default notification settings for envelopes sent by using the API." } }, "x-ds-definition-name": "notificationDefaults", "description": "", "x-ms-summary": "" }, "notificationDefaultSettings": { "type": "object", "properties": { "senderEmailNotifications": { "$ref": "#/definitions/senderEmailNotifications", "description": " \nAn array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. \n\nThe user inherits the default account sender email notification settings when the user is created. The email notifications are:\n\n* envelopeComplete\n* changedSigner \n* senderEnvelopeDeclined \n* withdrawnConsent \n* recipientViewed \n* deliveryFailed \n " }, "signerEmailNotifications": { "$ref": "#/definitions/signerEmailNotifications", "description": "An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created." } }, "x-ds-definition-name": "notificationDefaultSettings", "description": "Contains details about the default notification settings for the envelope notifications that senders and signers receive.", "x-ms-summary": "Contains details about the default notification settings for the envelope notifications that senders and signers receive." }, "number": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "formula": { "description": "Contains the formula\nfor calculating the value of\nthis tab.\n\nUse a tab's `tabLabel`,\nenclosed in brackets,\nto refer to it.\n\nFor example,\nyou want to present the total cost\nof two items, tax included.\n\nThe cost of each item is stored\nin number tabs labeled Item1 and Item2.\nThe tax rate is in a number tab\nlabeled TaxRate.\n\nThe formula string for this property\nwould be:\n`([Item1] + [Item2]) * (1 + [TaxRate])`\n\nSee [Calculated Fields][calculatedfields]\nin the DocuSign Support Center\nto learn more about formulas.\n\nMaximum Length: 2000 characters\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n", "type": "string" }, "formulaMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata indicating if the sender can edit the `formula` property." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "isPaymentAmount": { "description": "When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. ", "type": "string" }, "isPaymentAmountMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `isPaymentAmount` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "number", "description": "A tab that allows the recipient to enter numbers and decimal\n(.) points.\n", "x-ms-summary": "A tab that allows the recipient to enter numbers and decimal\n(.) points.\n" }, "oauthAccess": { "type": "object", "properties": { "access_token": { "description": "Access token information.", "type": "string" }, "data": { "description": "A Base64-encoded representation of the attachment that is used to upload and download the file. File attachments may be up to 50 MB in size.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "expires_in": { "description": "", "type": "string" }, "refresh_token": { "description": "", "type": "string" }, "scope": { "description": "Must be set to \"api\".", "type": "string" }, "token_type": { "description": "", "type": "string" } }, "x-ds-definition-name": "oauthAccess", "description": "", "x-ms-summary": "" }, "page": { "description": "Description of a page of a document.", "type": "object", "properties": { "dpi": { "description": "The number of dots per inch used for the page image.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "If an error occurs, this property describes the error." }, "height": { "description": "The height of the page in pixels.", "type": "string" }, "imageBytes": { "description": "The number of image bytes.", "type": "string" }, "mimeType": { "description": "The MIME type.", "type": "string" }, "pageId": { "description": "The id of the page.", "type": "string" }, "sequence": { "description": "The sequence of the page in the document, or page number.", "type": "string" }, "width": { "description": "The width of the page in pixels.", "type": "string" } }, "x-ds-definition-name": "page", "x-ms-summary": "Description of a page of a document." }, "pageImages": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "pages": { "description": "An array of page objects.", "type": "array", "items": { "$ref": "#/definitions/page" } }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "pageImages", "description": "", "x-ms-summary": "" }, "pageRequest": { "type": "object", "properties": { "password": { "description": "The user's encrypted password hash.", "type": "string" }, "rotate": { "description": "Sets the direction the page image is rotated. The possible settings are: left or right", "type": "string" } }, "x-ds-definition-name": "pageRequest", "description": "", "x-ms-summary": "" }, "pathExtendedElement": { "type": "object", "properties": { "name": { "description": "", "type": "string" }, "type": { "description": "", "type": "string" }, "typeName": { "description": "", "type": "string" } }, "x-ds-definition-name": "pathExtendedElement", "description": "", "x-ms-summary": "" }, "paymentDetails": { "type": "object", "properties": { "allowedPaymentMethods": { "description": "An array of accepted payment methods:\n\n* `CreditCard`\n* `ApplePay`\n* `AndroidPay`\n* `BankAccount`\n\nFor example, if you only accept credit cards and ACH transfers, you would set this property to:\n\n`'[\"BankAccount\", \"CreditCard\"]'`\n\nDo not specify `BankAccount` (ACH) if you are also using in-person signing.\n", "type": "array", "items": { "type": "string" } }, "chargeId": { "description": "The GUID set by the payment gateway (such as Stripe) that identifies a transaction. The `chargeId` is created when authorizing a payment and must be referenced when completing a payment.", "type": "string" }, "currencyCode": { "description": "Specifies the three-letter\n[ISO 4217][ISO4217] currency code for the payment.\n\nSupported currencies are:\n\n* AUD: Australian dollar\n* CAD: Canadian dollar\n* EUR: Euro\n* GBP: Great Britain pound\n* USD: United States dollar\n\nSpecifying any other ISO 4217 code for payments is an error.\n\n[ISO4217]: https://en.wikipedia.org/wiki/ISO_4217\n", "type": "string" }, "currencyCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `currencyCode` property is editable." }, "customerId": { "description": "The customer ID.", "type": "string" }, "customMetadata": { "description": "This is a sender-defined field that passes any extra metadata about the payment that will show up in the Authorize.net transaction under **Description** in the merchant gateway portal. The custom metadata will be recorded in downloaded Authorize.net reports. \n\nThe following example shows what the **Description** field of the transaction will look like: \n\n`, `", "type": "string" }, "customMetadataRequired": { "description": "A sender-defined field that specifies whether custom metadata is required for the transaction. When set to **true**, custom metadata is required. This property only applies if you are using an Authorize.net payment gateway account.", "type": "boolean" }, "gatewayAccountId": { "description": "A GUID that identifies the payment gateway\nconnected to the sender's DocuSign account.\n\nThere is no public API\nfor connecting payment gateway accounts\nYou must connect and manage payment gateway accounts\nthrough the DocuSign Admin console\nand through your chosen payment gateway.\n\nYou can get the gateway account ID\nin the Payments section\nof the DocuSign Admin console.\n\n\n[paymentgateways]: https://support.docusign.com/en/guides/managing-payment-gateways\n", "type": "string" }, "gatewayAccountIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `gatewayAccountId` property is editable." }, "gatewayDisplayName": { "description": "Display name of the gateway connected to sender's Docusign account.\n\nPossible values are: Stripe, Braintree, Authorize.Net.", "type": "string" }, "gatewayName": { "description": "Name of the gateway connected to sender's DocuSign account.\n\nPossible values are:\n\n* `Stripe`\n* `Braintree`\n* `AuthorizeDotNet`", "type": "string" }, "lineItems": { "description": "A payment formula can have\none or more line items\nthat provide detail about\nindividual items in a payment request.\n\nThe list of line items\nare returned as metadata\nto the payment gateway.\n", "type": "array", "items": { "$ref": "#/definitions/paymentLineItem" } }, "paymentOption": { "description": "This property specifies how the signer's collected payment details will be used.\n\nPossible values:\n\n- `authorize`: The payment details will be used to collect payment. This is the default value.\n- `save`: The signer's payment method (credit card or bank account) will be saved to the sender's payment gateway.\n- `save_and_authorize`: The signer's payment method (credit card or bank account) will be saved to the sender's payment gateway and will also be used to collect payment.", "type": "string" }, "paymentSourceId": { "description": "The payment source ID.", "type": "string" }, "status": { "description": "This read-only property describes the status of a payment.\n\n* `new`
\n This is a new payment request.\n The envelope has been created,\n but no payment authorizations have been made.\n\n* `auth_complete`
\n A recipient has entered their credit card information,\n but the envelope has not been completed.\n The card has not been charged.\n\n* `payment_complete`
\n The recipient's card has been charged.\n\n* `payment_capture_failed`
\n Final charge failed.\n This can happen when too much time\n passes between authorizing the payment\n and completing the document.\n\n* `future_payment_saved`
\nThe recipient's payment method has been saved to the sender's payment gateway.\n", "type": "string" }, "total": { "$ref": "#/definitions/money", "description": "This read-only property\nis a currency-formatted string\nthat represents the total\nof all the line items.\nThe total is available\nonly after the document is completed,\nwhich is when all recipients have paid and\nhave completed all required fields.\n" } }, "x-ds-definition-name": "paymentDetails", "description": "When a formula tab\nhas a `paymentDetails` property,\nthe formula tab\nis a payment item.\nSee [Requesting Payments Along with Signatures][paymentguide]\nin the DocuSign Support Center\nto learn more about payments.\n\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n", "x-ms-summary": "When a formula tab\nhas a `paymentDetails` property,\nthe formula tab\nis a payment item.\nSee [Requesting Payments Along with Signatures][paymentguide]\nin the DocuSign Support Center\nto learn more about payments.\n\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n" }, "paymentGatewayAccount": { "type": "object", "properties": { "allowCustomMetadata": { "description": "When **true**, the sender can pass custom metadata about the payment to the payment gateway. You pass in this metadata on an EnvelopeRecipientTab, in the `customMetadata` property under `paymentDetails`. \n\nFor example, this property is set to **true** for the Authorize.net gateway by default. As a result, the extra metadata that you send displays for the Authorize.net transaction in the merchant gateway portal under **Description**.\n\n**Note**: This property is read only and cannot be changed.", "type": "boolean" }, "config": { "$ref": "#/definitions/paymentGatewayAccountSetting", "description": "This property contains metadata about the payment gateway account's configuration such as the API key, `userId`, and `merchantId` details." }, "displayName": { "description": "A user-defined name for a connected gateway account.\n\nThis name is used in the Admin panel in the list of connected accounts and in Tagger in the payment gateway selector.\n\nThe human-readable version of `paymentGatewayAccountId`.", "type": "string" }, "isEnabled": { "description": "When **true**, the payment gateway account is enabled.", "type": "string" }, "isLegacy": { "description": "Reserved for DocuSign.", "type": "string" }, "lastModified": { "description": "The UTC DateTime that the payment gateway account was last updated.", "type": "string" }, "paymentGateway": { "description": "Payment gateway used by the connected gateway account.\nThis is the name used by the API.\nFor a human-readable version use `paymentGatewayDisplayName`.\n\nPossible values are:\n\n* `Stripe`\n* `Braintree`\n* `AuthorizeDotNet`", "type": "string" }, "paymentGatewayAccountId": { "description": "A GUID that identifies the payment gateway account. For a human-readable version use `displayName`.", "type": "string" }, "paymentGatewayDisplayName": { "description": "The display name of the payment gateway that the connected gateway account uses.\nThis is the human-readable version of `paymentGateway`.\n\nPossible values are:\n\n* Stripe\n* Braintree\n* Authorize.Net", "type": "string" }, "payPalLegacySettings": { "$ref": "#/definitions/payPalLegacySettings", "description": "Reserved for DocuSign." }, "supportedCurrencies": { "description": "A list of ISO 4217 currency codes for the currencies that the payment gateway account supports.\n\nExamples: \n\n- `USD`\n- `CAD`\n- `EUR`\n- `HKD`", "type": "array", "items": { "type": "string" } }, "supportedPaymentMethods": { "description": "An array of paymentMethodWithOptions objects that specify the payment methods that are available for the gateway.", "type": "array", "items": { "type": "string" } }, "supportedPaymentMethodsWithOptions": { "description": "An array of `paymentMethodWithOptions` objects that specify the payment methods that are available for the gateway, as well as the payment options that are compatible with each payment method.", "type": "array", "items": { "$ref": "#/definitions/paymentMethodWithOptions" } }, "zeroDecimalCurrencies": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "paymentGatewayAccount", "description": "This object contains details about a payment gateway account.", "x-ms-summary": "This object contains details about a payment gateway account." }, "paymentGatewayAccountSetting": { "type": "object", "properties": { "apiFields": { "description": "", "type": "string" }, "authorizationCode": { "description": "", "type": "string" }, "credentialStatus": { "description": "", "type": "string" }, "merchantId": { "description": "", "type": "string" } }, "x-ds-definition-name": "paymentGatewayAccountSetting", "description": "", "x-ms-summary": "" }, "paymentGatewayAccountsInfo": { "type": "object", "properties": { "paymentGatewayAccounts": { "description": "A list of payment gateway accounts.", "type": "array", "items": { "$ref": "#/definitions/paymentGatewayAccount" } } }, "x-ds-definition-name": "paymentGatewayAccountsInfo", "description": "Holds information about connected payment accounts.", "x-ms-summary": "Holds information about connected payment accounts." }, "paymentLineItem": { "type": "object", "properties": { "amountReference": { "description": "This is a the `tabLabel`\nthat specifies the amount paid\nfor the line items.\n\n", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "itemCode": { "description": "This is the sender-defined\nSKU, inventory number, or other item code\nfor the line item.\n", "type": "string" }, "name": { "description": "This is a sender-defined\nproduct name, service name,\nor other designation for the line item.\n", "type": "string" } }, "x-ds-definition-name": "paymentLineItem", "description": "A line item describes details\nabout an individual line item\nin a payment request.\n\n", "x-ms-summary": "A line item describes details\nabout an individual line item\nin a payment request.\n\n" }, "paymentMethodWithOptions": { "type": "object", "properties": { "supportedOptions": { "description": "The payment options that are compatible with the payment method in the `type` property.\n\nPossible values are:\n\n- `save` \n- `save_and_authorize`\n- `authorize`", "type": "array", "items": { "type": "string" } }, "type": { "description": "The name of a payment method that the gateway accepts.\n\nPossible values are:\n\n- `CreditCard`\n- `ApplePay`\n- `AndroidPay`\n- `BankAccount`\n- `PayPal`", "type": "string" } }, "x-ds-definition-name": "paymentMethodWithOptions", "description": "This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it.", "x-ms-summary": "This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it." }, "paymentProcessorInformation": { "type": "object", "properties": { "address": { "$ref": "#/definitions/addressInformation", "description": "The mailing address associated with the payment processor." }, "billingAgreementId": { "description": "The id of the billing agreement.", "type": "string" }, "email": { "description": "The email address associated with the payment processor.", "type": "string" } }, "x-ds-definition-name": "paymentProcessorInformation", "description": "", "x-ms-summary": "" }, "payPalLegacySettings": { "type": "object", "properties": { "currency": { "description": "The three-letter\n[ISO 4217][ISO4217] currency code for the payment.\n\nFor example:\n\n* AUD Australian dollar\n* CAD Canadian dollar\n* EUR Euro\n* GBP Great Britain pound\n* USD United States dollar\n\nThis is a read-only property.\n\n[ISO4217]: https://en.wikipedia.org/wiki/ISO_4217\n", "type": "string" }, "partner": { "description": "", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" }, "vendor": { "description": "", "type": "string" } }, "x-ds-definition-name": "payPalLegacySettings", "description": "", "x-ms-summary": "" }, "permissionProfile": { "type": "object", "properties": { "modifiedByUsername": { "description": "The username of the user who last modified the permission profile.", "type": "string" }, "modifiedDateTime": { "description": "The date and time when the permission profile was last modified.", "type": "string" }, "permissionProfileId": { "description": "The ID of the permission profile. Possible values include:\n\n- `2301416` (for the `DocuSign Viewer` profile)\n- `2301415` (for the `DocuSign Sender` profile)\n- `2301414` (for the `Account Administrator` profile)\n\nIn addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`.", "type": "string" }, "permissionProfileName": { "description": "The name of the account permission profile. \n\nExample: `Account Administrator`", "type": "string" }, "settings": { "$ref": "#/definitions/accountRoleSettings", "description": "This object specifies the permissions that are associated with the account permission profile." }, "userCount": { "description": "The total number of users in the group associated with the account permission profile.", "type": "string" }, "users": { "description": "A list of user objects containing information about the users who are associated with the account permission profile.", "type": "array", "items": { "$ref": "#/definitions/userInformation" } } }, "x-ds-definition-name": "permissionProfile", "description": "This object defines the account permissions for a profile that you can apply to a group of users.", "x-ms-summary": "This object defines the account permissions for a profile that you can apply to a group of users." }, "permissionProfileInformation": { "type": "object", "properties": { "permissionProfiles": { "description": "A complex type containing a collection of permission profiles.", "type": "array", "items": { "$ref": "#/definitions/permissionProfile" } } }, "x-ds-definition-name": "permissionProfileInformation", "description": "Contains details about the permission profiles associated with an account.", "x-ms-summary": "Contains details about the permission profiles associated with an account." }, "phoneNumber": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "phoneNumber", "description": "", "x-ms-summary": "" }, "planInformation": { "description": "An object used to identify the features and attributes of the account being created.", "type": "object", "properties": { "addOns": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/addOn" } }, "currencyCode": { "description": "Specifies the ISO currency code for the account.", "type": "string" }, "freeTrialDaysOverride": { "description": "Reserved for DocuSign.", "type": "string" }, "planFeatureSets": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/featureSet" } }, "planId": { "description": "DocuSign's id for the account plan.", "type": "string" }, "recipientDomains": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientDomain" } } }, "x-ds-definition-name": "planInformation", "x-ms-summary": "An object used to identify the features and attributes of the account being created." }, "polyLine": { "type": "object", "properties": { "x1": { "description": "", "type": "string" }, "x2": { "description": "", "type": "string" }, "y1": { "description": "", "type": "string" }, "y2": { "description": "", "type": "string" } }, "x-ds-definition-name": "polyLine", "description": "", "x-ms-summary": "" }, "polyLineOverlay": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "graphicsContext": { "$ref": "#/definitions/graphicsContext", "description": "Contains details about the style used for the strike through graphic." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "overlayType": { "description": "The type of overlay to use. The API currently supports only the `outline` overlay type.", "type": "string" }, "overlayTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `overlayType` property is editable.\n" }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "polyLines": { "description": "An array of `polyLine` objects that contain x- and y-coordinates representing the locations of the lines.", "type": "array", "items": { "$ref": "#/definitions/polyLine" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "shared": { "description": "When set to **true**, indicates that the tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "polyLineOverlay", "description": "This tab enables users to strike through the text of a document. The tab is implemented as a line represented as a pair of x and y coordinates.", "x-ms-summary": "This tab enables users to strike through the text of a document. The tab is implemented as a line represented as a pair of x and y coordinates." }, "powerForm": { "type": "object", "properties": { "createdBy": { "description": "The id of the user who created the PowerForm.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "emailBody": { "description": "The body of the email message sent to the recipients. \n\nMaximum length: 10000 characters.", "type": "string" }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "envelopes": { "description": "An array containing PowerForm data.", "type": "array", "items": { "$ref": "#/definitions/envelope" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "instructions": { "description": "The instructions that display on the landing page for the first recipient. These instructions are important if the recipient accesses the PowerForm by a method other than email. If instructions are entered, they display as an introduction after the recipient accesses the PowerForm. Limit: 2000 characters.", "type": "string" }, "isActive": { "description": "When **true**, indicates that the PowerForm is active and can be sent to recipients. This is the default value.\n\nWhen **false**, the PowerForm cannot be emailed or accessed by a recipient, even if they arrive at the PowerForm URL. \n\nIf a recipient attempts to sign an inactive PowerForm, an error message informs the recipient that the document is not active and suggests that they contact the sender.\n", "type": "string" }, "lastUsed": { "description": "The UTC DateTime when the PowerForm was last used.", "type": "string" }, "limitUseInterval": { "description": "The length of time before the same recipient can sign the same PowerForm. This property is used in combination with the `limitUseIntervalUnits` property.", "type": "string" }, "limitUseIntervalEnabled": { "description": "When **true**, the `limitUseInterval` is enabled.", "type": "string" }, "limitUseIntervalUnits": { "description": "The units associated with the `limitUseInterval`. Valid values are:\n\n- `minutes`\n- `hours\n- `days`\n- `weeks`\n- `months`\n\nFor example, to limit a recipient to signing once per year, set the `limitUseInterval` to 365 and the `limitUseIntervalUnits` to `days`.\n", "type": "string" }, "maxUseEnabled": { "description": "When set to **true**, you can set a maximum number of uses for the PowerForm.", "type": "string" }, "name": { "description": "The name of the PowerForm.", "type": "string" }, "powerFormId": { "description": "The id of the PowerForm.", "type": "string" }, "powerFormUrl": { "description": "The URL for the PowerForm.", "type": "string" }, "recipients": { "description": "An array of recipient objects that provides details about the recipients of the envelope.", "type": "array", "items": { "$ref": "#/definitions/powerFormRecipient" } }, "senderName": { "description": "The sender's name.", "type": "string" }, "senderUserId": { "description": "The id of the sender.", "type": "string" }, "signingMode": { "description": "The signing mode to use. Valid values are:\n \n- `email`: Verifies the recipient's identity using email authentication before the recipient can sign a document. The recipient enters their email address and then clicks **Begin Signing** to begin the signing process. The system then sends an email message with a validation code for the PowerForm to the recipient. If the recipient does not provide a valid email address, they cannot open and sign the document. \n- `direct`: Does not require any verification. After a recipient enters their email address and clicks **Begin Signing**, a new browser tab opens and the recipient can immediately begin the signing process. Because the recipient's identity is not verified by using email authentication, we strongly recommend that you only use the `direct` signing mode when the PowerForm is accessible behind a secure portal where the recipient's identity is already authenticated, or where another form of authentication is specified for the recipient in the DocuSign template (for example, an access code, phone authentication, or ID check). \n\n**Note**: In the account settings, `enablePowerFormDirect` must be **true** to use `direct` as the `signingMode`.", "type": "string" }, "templateId": { "description": "The id of the template used to create the PowerForm.", "type": "string" }, "templateName": { "description": "The name of the template used to create the PowerForm.", "type": "string" }, "timesUsed": { "description": "The number of times the PowerForm has been used. ", "type": "string" }, "uri": { "description": "The URI for the PowerForm.", "type": "string" }, "usesRemaining": { "description": "The number of times the PowerForm can still be used.", "type": "string" } }, "x-ds-definition-name": "powerForm", "description": "Contains details about a PowerForm.", "x-ms-summary": "Contains details about a PowerForm." }, "powerFormFormDataEnvelope": { "type": "object", "properties": { "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "recipients": { "description": "An array of recipient objects that provides details about the recipients of the envelope.", "type": "array", "items": { "$ref": "#/definitions/powerFormFormDataRecipient" } } }, "x-ds-definition-name": "powerFormFormDataEnvelope", "description": "", "x-ms-summary": "" }, "powerFormFormDataRecipient": { "type": "object", "properties": { "email": { "description": "", "type": "string" }, "formData": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "name": { "description": "The name of the recipient.", "type": "string" }, "recipientId": { "description": "The unique id for the recipient. It is used by the tab element to indicate which recipient is to sign the document.", "type": "string" } }, "x-ds-definition-name": "powerFormFormDataRecipient", "description": "", "x-ms-summary": "" }, "powerFormRecipient": { "type": "object", "properties": { "accessCode": { "description": "(Optional) The access code that the recipient must enter to access the PowerForm.\n\nMaximum Length: 50 characters. The code must also conform to the account's access code format setting.\n\nIf blank but the signer accessCode property is set in the envelope, then that value is used.\n\nIf blank and the signer accessCode property is not set, then the access code is not required.", "type": "string" }, "accessCodeLocked": { "description": "When **true**, the `accessCode` property is locked and cannot be edited.", "type": "string" }, "accessCodeRequired": { "description": "When **true**, the recipient must enter the `accessCode` to access the PowerForm.", "type": "string" }, "email": { "description": "The email address of the recipient.\n\n**Note**: For self-service documents where you do not know who the recipients are in advance, you can leave this property blank.", "type": "string" }, "emailLocked": { "description": "When **true**, the recipient's email address is locked and cannot be edited.", "type": "string" }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckRequired": { "description": "Indicates if authentication is configured for the account. Valid values are:\n\n- `always`: Authentication checks are performed on every envelope. \n- `never`: Authentication checks are not performed on any envelopes. \n- `optional:` Authentication is configurable per envelope.", "type": "string" }, "name": { "description": "The name of the PowerForm recipient.\n\n**Note**: For self-service documents where you do not know who the recipients are in advance, you can leave this property blank.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "roleName": { "description": "The role associated with the recipient (for example, `Member`).\n\nThis property is required when you are working with template recipients and PowerForm recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "templateRequiresIdLookup": { "description": "When **true**, the template used to create the PowerForm requires ID lookup for the recipient.", "type": "string" }, "userNameLocked": { "description": "When **true**, the `userName` property for the recipient is locked and cannot be edited.", "type": "string" } }, "x-ds-definition-name": "powerFormRecipient", "description": "**Note**: For a self-service PowerForm on a website, you can specify the intended recipients generically (for example, use `Member` as the `Name`), and omit personal details such as `email`.", "x-ms-summary": "**Note**: For a self-service PowerForm on a website, you can specify the intended recipients generically (for example, use `Member` as the `Name`), and omit personal details such as `email`." }, "powerFormSendersResponse": { "type": "object", "properties": { "endPosition": { "format": "int32", "description": "The last index position in the result set. ", "type": "integer" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "powerFormSenders": { "description": "An array of `userInfo` objects containing information about users who have sent PowerForms.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "format": "int32", "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "integer" }, "startPosition": { "format": "int32", "description": "The starting index position of the current result set.", "type": "integer" }, "totalSetSize": { "format": "int32", "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "integer" } }, "x-ds-definition-name": "powerFormSendersResponse", "description": "This object includes information about the users who have sent PowerForms.", "x-ms-summary": "This object includes information about the users who have sent PowerForms." }, "powerFormsFormDataResponse": { "type": "object", "properties": { "envelopes": { "description": "An array containing PowerForm data.", "type": "array", "items": { "$ref": "#/definitions/powerFormFormDataEnvelope" } } }, "x-ds-definition-name": "powerFormsFormDataResponse", "description": "", "x-ms-summary": "" }, "powerFormsRequest": { "type": "object", "properties": { "powerForms": { "description": "An array of PowerForm objects.", "type": "array", "items": { "$ref": "#/definitions/powerForm" } } }, "x-ds-definition-name": "powerFormsRequest", "description": "", "x-ms-summary": "" }, "powerFormsResponse": { "type": "object", "properties": { "endPosition": { "format": "int32", "description": "The last index position in the result set. ", "type": "integer" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "powerForms": { "description": "An array of PowerForm objects.", "type": "array", "items": { "$ref": "#/definitions/powerForm" } }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "format": "int32", "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "integer" }, "startPosition": { "format": "int32", "description": "The starting index position of the current result set.", "type": "integer" }, "totalSetSize": { "format": "int32", "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "integer" } }, "x-ds-definition-name": "powerFormsResponse", "description": "A list of PowerForms.", "x-ms-summary": "A list of PowerForms." }, "proofServiceResourceToken": { "type": "object", "properties": { "proofBaseURI": { "description": "Returns the available base URIs to request the [ID Evidence API](https://developers.docusign.com/docs/idevidence-api/).", "type": "string" }, "resourceToken": { "description": "Token that can be used to access [ID Evidence API](https://developers.docusign.com/docs/idevidence-api/) endpoints.", "type": "string" } }, "x-ds-definition-name": "proofServiceResourceToken", "description": "", "x-ms-summary": "" }, "proofServiceViewLink": { "type": "object", "properties": { "ViewLink": { "description": "", "type": "string" } }, "x-ds-definition-name": "proofServiceViewLink", "description": "", "x-ms-summary": "" }, "propertyMetadata": { "type": "object", "properties": { "options": { "description": "An array of option strings supported by this setting.", "type": "array", "items": { "type": "string" } }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" } }, "x-ds-definition-name": "propertyMetadata", "description": "Metadata about a property.", "x-ms-summary": "Metadata about a property." }, "province": { "type": "object", "properties": { "isoCode": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" } }, "x-ds-definition-name": "province", "description": "", "x-ms-summary": "" }, "provisioningInformation": { "type": "object", "properties": { "defaultConnectionId": { "description": "", "type": "string" }, "defaultPlanId": { "description": "", "type": "string" }, "distributorCode": { "description": "The code that identifies the billing plan groups and plans for the new account.", "type": "string" }, "distributorPassword": { "description": "The password for the `distributorCode`.", "type": "string" }, "passwordRuleText": { "description": "", "type": "string" }, "planPromotionText": { "description": "", "type": "string" }, "purchaseOrderOrPromAllowed": { "description": "", "type": "string" } }, "x-ds-definition-name": "provisioningInformation", "description": "", "x-ms-summary": "" }, "purchasedEnvelopesInformation": { "type": "object", "properties": { "amount": { "description": "The total amount of the purchase.", "type": "string" }, "appName": { "description": "The AppName of the client application.", "type": "string" }, "currencyCode": { "description": "The currency code for the account, based on the [ISO 4217 currency code](https://www.iso.org/iso-4217-currency-codes.html).", "type": "string" }, "platform": { "description": "The Platform of the client application", "type": "string" }, "productId": { "description": "The Product ID from the AppStore.", "type": "string" }, "quantity": { "description": "The quantity of envelopes to add to the account.", "type": "string" }, "receiptData": { "description": "The encrypted Base64 encoded receipt data.", "type": "string" }, "storeName": { "description": "The name of the AppStore.", "type": "string" }, "transactionId": { "description": "Specifies the Transaction ID from the AppStore.", "type": "string" } }, "x-ds-definition-name": "purchasedEnvelopesInformation", "description": "", "x-ms-summary": "" }, "radio": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "pageNumber": { "description": "Specifies the page number on which the tab is located.\nMust be 1 for supplemental documents.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "selected": { "description": "When set to **true**, the radio button is selected.", "type": "string" }, "selectedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `selected` property is editable." }, "status": { "description": "The status of the item.", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "radio", "description": "One of the selectable radio buttons\nin the `radios` property\nof a [`radioGroup`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup) tab.\n", "x-ms-summary": "One of the selectable radio buttons\nin the `radios` property\nof a [`radioGroup`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup) tab.\n" }, "radioGroup": { "type": "object", "properties": { "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "groupName": { "description": "The name of the group. The search_text provided in the call automatically performs a wild card search on group_name.", "type": "string" }, "groupNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `groupName` property is editable." }, "radios": { "description": "Specifies the locations and status for radio buttons that are grouped together.", "type": "array", "items": { "$ref": "#/definitions/radio" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "tooltipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tooltip` property is editable." } }, "x-ds-definition-name": "radioGroup", "description": "This group tab is used to place radio buttons on a document.\nThe `radios` property\ncontains a list of\n[`radio`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radio)\nobjects associated with the group. Only one radio button can\nbe selected in a group.\n", "x-ms-summary": "This group tab is used to place radio buttons on a document.\nThe `radios` property\ncontains a list of\n[`radio`](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radio)\nobjects associated with the group. Only one radio button can\nbe selected in a group.\n" }, "recipientAdditionalNotification": { "type": "object", "properties": { "phoneNumber": { "$ref": "#/definitions/recipientPhoneNumber", "description": "" }, "secondaryDeliveryMethod": { "description": "", "type": "string" }, "secondaryDeliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "secondaryDeliveryStatus": { "description": "", "type": "string" } }, "x-ds-definition-name": "recipientAdditionalNotification", "description": "", "x-ms-summary": "" }, "recipientAttachment": { "type": "object", "properties": { "attachmentId": { "description": "The unique identifier for the attachment.", "type": "string" }, "attachmentType": { "description": "Specifies the type of the attachment for the recipient. Possible values are:\n\n- `.htm`\n- `.xml`", "type": "string" }, "data": { "description": "A Base64-encoded representation of the attachment that is used to upload and download the file. File attachments may be up to 50 MB in size.", "type": "string" }, "label": { "description": "An optional label for the attachment.", "type": "string" }, "name": { "description": "The name of the attachment.", "type": "string" }, "remoteUrl": { "description": "The URL of a previously staged chunked upload. Using a chunked upload enables you to stage a large, chunkable temp file. You then use the `remoteUrl` property to reference the chunked upload as the content in attachment and document-related requests. The `remoteUrl` property cannot be used for downloads.", "type": "string" } }, "x-ds-definition-name": "recipientAttachment", "description": "", "x-ms-summary": "" }, "recipientDomain": { "type": "object", "properties": { "active": { "description": "", "type": "string" }, "domainCode": { "description": "", "type": "string" }, "domainName": { "description": "", "type": "string" }, "recipientDomainId": { "description": "", "type": "string" } }, "x-ds-definition-name": "recipientDomain", "description": "", "x-ms-summary": "" }, "recipientEmailNotification": { "type": "object", "properties": { "emailBody": { "description": "The body of the email message.", "type": "string" }, "emailBodyMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `emailBody` property can be edited." }, "emailSubject": { "description": "The subject line for the email notification.", "type": "string" }, "emailSubjectMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `emailSubject` property can be edited." }, "supportedLanguage": { "description": "The language to use for the standard email format and signing view for a recipient.\n\nFor example, in the recipient's email notification, this setting affects elements such as the standard introductory text describing the request to sign. It also determines the language used for buttons and tabs in both the email notification and the signing experience.\n\n**Note**: This setting affects only DocuSign standard text. Any custom text that you enter for the `emailBody` and `emailSubject` of the notification is not translated, and appears exactly as you enter it.\n\n To retrieve the possible values, use the [Accounts::listSupportedLanguages][ListLang] method.\n\n[ListLang]: /esign/restapi/Accounts/Accounts/listSupportedLanguages/", "type": "string" }, "supportedLanguageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `supportedLanguage` property can be edited." } }, "x-ds-definition-name": "recipientEmailNotification", "description": "", "x-ms-summary": "" }, "recipientEvent": { "type": "object", "properties": { "includeDocuments": { "description": "reserved", "type": "string" }, "recipientEventStatusCode": { "description": "Send a webhook notification for the following recipient statuses: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.", "type": "string" } }, "x-ds-definition-name": "recipientEvent", "description": "", "x-ms-summary": "" }, "recipientFormData": { "type": "object", "properties": { "DeclinedTime": { "description": "The date and time the recipient declined the envelope.", "type": "string" }, "DeliveredTime": { "description": "The date and time the recipient viewed the documents in the envelope in the DocuSign signing UI.", "type": "string" }, "email": { "description": "The recipient's email address.", "type": "string" }, "formData": { "description": "An array of form data objects.", "type": "array", "items": { "$ref": "#/definitions/formDataItem" } }, "name": { "description": "The name of the recipient.", "type": "string" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "SentTime": { "description": "The date and time the envelope was sent to the recipient.", "type": "string" }, "SignedTime": { "description": "The date and time the recipient signed the documents.", "type": "string" } }, "x-ds-definition-name": "recipientFormData", "description": "", "x-ms-summary": "" }, "recipientGroup": { "type": "object", "properties": { "groupMessage": { "description": "The group message, typically a description of the group.", "type": "string" }, "groupName": { "description": "The name of the group", "type": "string" }, "recipients": { "description": "An array of recipient objects that provides details about the recipients of the envelope.", "type": "array", "items": { "$ref": "#/definitions/recipientOption" } } }, "x-ds-definition-name": "recipientGroup", "description": "Describes a group of recipients.", "x-ms-summary": "Describes a group of recipients." }, "recipientIdentityInputOption": { "type": "object", "properties": { "name": { "description": "", "type": "string" }, "phoneNumberList": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientIdentityPhoneNumber" } }, "valueType": { "description": "", "type": "string" } }, "x-ds-definition-name": "recipientIdentityInputOption", "description": "", "x-ms-summary": "" }, "recipientIdentityPhoneNumber": { "type": "object", "properties": { "countryCode": { "description": "The three-letter code for the user's country.", "type": "string" }, "extension": { "description": "", "type": "string" }, "number": { "description": "", "type": "string" } }, "x-ds-definition-name": "recipientIdentityPhoneNumber", "description": "", "x-ms-summary": "" }, "recipientIdentityVerification": { "type": "object", "properties": { "inputOptions": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientIdentityInputOption" } }, "workflowId": { "description": "ID of the Identity Verification worklow used to verify recipients' identity. This ID must match one of the [workflowId](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list#accountIdentityVerificationWorkflow) available to your account.", "type": "string" } }, "x-ds-definition-name": "recipientIdentityVerification", "description": "Specifies ID Verification applied on an envelope by workflow ID. See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account. This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods. ", "x-ms-summary": "Specifies ID Verification applied on an envelope by workflow ID. See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account. This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods. " }, "recipientNamesResponse": { "type": "object", "properties": { "multipleUsers": { "description": "When set to **true**, the email address is used by more than one user.", "type": "string" }, "recipientNames": { "description": "The names of the recipients associated with the email address.", "type": "array", "items": { "type": "string" } }, "reservedRecipientEmail": { "description": "When set to **true**, new names cannot be added to the email address.", "type": "string" } }, "x-ds-definition-name": "recipientNamesResponse", "description": "This response object contains a list of recipients.", "x-ms-summary": "This response object contains a list of recipients." }, "recipientOption": { "type": "object", "properties": { "email": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "recipientLabel": { "description": "", "type": "string" }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" } }, "x-ds-definition-name": "recipientOption", "description": "", "x-ms-summary": "" }, "recipientPhoneAuthentication": { "description": "A complex type that contains the elements:\n\n* `recipMayProvideNumber`: A Boolean value that specifies whether the recipient can use the phone number of their choice.\n* `senderProvidedNumbers`: A list of phone numbers that the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.", "type": "object", "properties": { "recipMayProvideNumber": { "description": "Boolean. When set to **true**, the recipient can supply a phone number their choice.", "type": "string" }, "recipMayProvideNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipMayProvideNumber` property can be edited." }, "recordVoicePrint": { "description": "Reserved for DocuSign.", "type": "string" }, "recordVoicePrintMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "senderProvidedNumbers": { "description": "An array containing a list of phone numbers that the recipient can use for SMS text authentication. ", "type": "array", "items": { "type": "string" } }, "senderProvidedNumbersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderProvidedNumbers` property can be edited." }, "validateRecipProvidedNumber": { "description": " Reserved for DocuSign.", "type": "string" }, "validateRecipProvidedNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." } }, "x-ds-definition-name": "recipientPhoneAuthentication", "x-ms-summary": "A complex type that contains the elements:\n\n* `recipMayProvideNumber`: A Boolean value that specifies whether the recipient can use the phone number of their choice.\n* `senderProvidedNumbers`: A list of phone numbers that the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign." }, "recipientPhoneNumber": { "type": "object", "properties": { "countryCode": { "description": "The three-letter code for the user's country.", "type": "string" }, "countryCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "number": { "description": "", "type": "string" }, "numberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" } }, "x-ds-definition-name": "recipientPhoneNumber", "description": "", "x-ms-summary": "" }, "recipientPreviewRequest": { "type": "object", "properties": { "assertionId": { "description": "A unique identifier of the authentication event executed by the client application.", "type": "string" }, "authenticationInstant": { "description": "A sender-generated value that indicates the date and time that the signer was authenticated.", "type": "string" }, "authenticationMethod": { "description": "Required. Choose a value that most closely matches the technique your application used to authenticate the recipient / signer. \n\nChoose a value from this list: \n* Biometric \n* Email\n* HTTPBasicAuth\n* Kerberos\n* KnowledgeBasedAuth\n* None\n* PaperDocuments\n* Password\n* RSASecureID\n* SingleSignOn_CASiteminder\n* SingleSignOn_InfoCard\n* SingleSignOn_MicrosoftActiveDirectory\n* SingleSignOn_Other\n* SingleSignOn_Passport\n* SingleSignOn_SAML\n* Smartcard\n* SSLMutualAuth\n* X509Certificate\n\nThis information is included in the Certificate of Completion.", "type": "string" }, "pingFrequency": { "description": "Only used if `pingUrl` is specified. This is the interval, in seconds, between pings on the `pingUrl`. The default is `300` seconds. Valid values are 60-1200 seconds.", "type": "string" }, "pingUrl": { "description": "The client URL that the DocuSign Signing experience should ping to indicate to the client that Signing is active. An HTTP GET call is executed against the client. The response from the client is ignored. The intent is for the client to reset its session timer when the request is received.", "type": "string" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "returnUrl": { "description": "The URL to which the sender should be redirected after viewing the preview.", "type": "string" }, "securityDomain": { "description": "The domain in which the user authenticated.", "type": "string" }, "xFrameOptions": { "description": "Specifies whether a browser should be allowed to render a page in a frame or IFrame. Setting this property ensures that your content is not embedded into unauthorized pages or frames.\n\nValid values are:\n\n- `deny`: The page cannot be displayed in a frame.\n- `same_origin`: The page can only be displayed in a frame on the same origin as the page itself.\n- `allow_from`: The page can only be displayed in a frame on the origin specified by the `xFrameOptionsAllowFromUrl` property.", "type": "string" }, "xFrameOptionsAllowFromUrl": { "description": "When the value of `xFrameOptions` is `allow_from`, this property specifies the origin on which the page is allowed to display in a frame. If the value of `xFrameOptions` is `allow_from`, you must include a value for this property.", "type": "string" } }, "x-ds-definition-name": "recipientPreviewRequest", "description": "This request object contains the information necessary to create a recipient preview.", "x-ms-summary": "This request object contains the information necessary to create a recipient preview." }, "recipientProofFile": { "type": "object", "properties": { "isInProofFile": { "description": "Indicates whether a proof file is available for this recipient.", "type": "string" } }, "x-ds-definition-name": "recipientProofFile", "description": "The proof file of the recipient. [ID Evidence](https://developers.docusign.com/idevidence-api) uses proof files to store the identification data that recipients submit when verifying their ID with [ID Verification](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications)", "x-ms-summary": "The proof file of the recipient. [ID Evidence](https://developers.docusign.com/idevidence-api) uses proof files to store the identification data that recipients submit when verifying their ID with [ID Verification](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications)" }, "recipientRouting": { "type": "object", "properties": { "rules": { "$ref": "#/definitions/recipientRules", "description": "The recipient routing rules." } }, "x-ds-definition-name": "recipientRouting", "description": "Describes the recipient routing rules.", "x-ms-summary": "Describes the recipient routing rules." }, "recipientRules": { "type": "object", "properties": { "conditionalRecipients": { "description": "", "type": "array", "items": { "$ref": "#/definitions/conditionalRecipientRule" } } }, "x-ds-definition-name": "recipientRules", "description": "", "x-ms-summary": "" }, "recipients": { "description": "", "type": "object", "properties": { "agents": { "description": "A list of agent recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/agent" } }, "carbonCopies": { "description": "A list of carbon copy recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/carbonCopy" } }, "certifiedDeliveries": { "description": "A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.", "type": "array", "items": { "$ref": "#/definitions/certifiedDelivery" } }, "currentRoutingOrder": { "description": "The routing order of the current recipient. If this value equals a particular signer's routing order, it indicates that the envelope has been sent to that recipient, but he or she has not completed the required actions.", "type": "string" }, "editors": { "description": "A list of users who can edit the envelope.", "type": "array", "items": { "$ref": "#/definitions/editor" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "inPersonSigners": { "description": "Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.", "type": "array", "items": { "$ref": "#/definitions/inPersonSigner" } }, "intermediaries": { "description": "Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).", "type": "array", "items": { "$ref": "#/definitions/intermediary" } }, "notaries": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryRecipient" } }, "recipientCount": { "description": "The number of recipients in the envelope.", "type": "string" }, "seals": { "description": "A list of electronic seals to apply to documents.", "type": "array", "items": { "$ref": "#/definitions/sealSign" } }, "signers": { "description": "A list of signers on the envelope.", "type": "array", "items": { "$ref": "#/definitions/signer" } }, "witnesses": { "description": "A list of signers who act as witnesses on the envelope.", "type": "array", "items": { "$ref": "#/definitions/witness" } } }, "x-ds-definition-name": "recipients", "x-ms-summary": "" }, "recipientSignatureInformation": { "description": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers.", "type": "object", "properties": { "fontStyle": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" } }, "x-ds-definition-name": "recipientSignatureInformation", "x-ms-summary": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers." }, "recipientSignatureProvider": { "type": "object", "properties": { "sealDocumentsWithTabsOnly": { "description": "By default, electronic seals apply on all documents in an envelope. If any of the documents has a `signHere` tab, then a visual representation of the electronic seal will show up in the final document. If not, the electronic seal will be visible in the metadata but not in the content of the document.\n\nTo apply electronic seals on specific documents only, you must enable the `sealDocumentsWithTabsOnly` parameter. In this case, Electronic Seal applies only on documents that have `signHere` tabs set for the Electronic Seal recipient. Other documents won't be sealed. ", "type": "string" }, "sealName": { "description": "Indicates the name of the electronic seal to apply on documents.\n", "type": "string" }, "signatureProviderName": { "description": "The name of an Electronic or Standards Based Signature (digital signature) provider for the signer to use. For details, see [the current provider list](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures). You can also retrieve the list by using the [AccountSignatureProviders::List](https://developers.docusign.com/esign-rest-api/reference/Accounts/AccountSignatureProviders/list/) method.\n\nExample: `universalsignaturepen_default`\n\n", "type": "string" }, "signatureProviderNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signatureProviderName` property is editable.\n" }, "signatureProviderOptions": { "$ref": "#/definitions/recipientSignatureProviderOptions", "description": "Not applicable for this object." } }, "x-ds-definition-name": "recipientSignatureProvider", "description": "An Electronic or Standards Based Signature (digital signature) provider for the signer to use. [More information](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures).\n", "x-ms-summary": "An Electronic or Standards Based Signature (digital signature) provider for the signer to use. [More information](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures).\n" }, "recipientSignatureProviderOptions": { "type": "object", "properties": { "cpfNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "cpfNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "oneTimePassword": { "description": "A pre-shared secret that the signer must enter to complete the signing process. Eg last six digits of the signer's government ID or Social Security number. Or a newly created pre-shared secret for the transaction. Note: some signature providers may require an exact (case-sensitive) match if alphabetic characters are included in the field.", "type": "string" }, "oneTimePasswordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `oneTimePassword` property is editable." }, "signerRole": { "description": "The role or capacity of the signing recipient. Examples: Manager, Approver, etc.", "type": "string" }, "signerRoleMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signerRole` property is editable." }, "sms": { "description": "The mobile phone number used to send the recipient an access code for the signing ceremony. Format: a string starting with +, then the country code followed by the full mobile phone number without any spaces or special characters. Omit leading zeroes before a city code. Examples: +14155551234, +97235551234, +33505551234.", "type": "string" }, "smsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `sms` property is editable." } }, "x-ds-definition-name": "recipientSignatureProviderOptions", "description": "Option settings for the signature provider. Different providers require or use different options. [The current provider list and the options they require.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "x-ms-summary": "Option settings for the signature provider. Different providers require or use different options. [The current provider list and the options they require.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)" }, "recipientSMSAuthentication": { "description": "Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication.", "type": "object", "properties": { "senderProvidedNumbers": { "description": "An array containing a list of phone numbers that the recipient can use for SMS text authentication. ", "type": "array", "items": { "type": "string" } }, "senderProvidedNumbersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderProvidedNumbers` property can be edited." } }, "x-ds-definition-name": "recipientSMSAuthentication", "x-ms-summary": "Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication." }, "recipientsUpdateSummary": { "type": "object", "properties": { "recipientUpdateResults": { "description": "An array of `recipientUpdateResults` objects that contain details about the recipients.", "type": "array", "items": { "$ref": "#/definitions/recipientUpdateResponse" } } }, "x-ds-definition-name": "recipientsUpdateSummary", "description": "This is the response that the API returns after you update recipients.", "x-ms-summary": "This is the response that the API returns after you update recipients." }, "recipientUpdateResponse": { "type": "object", "properties": { "combined": { "description": "When you use the query parameter `combine_same_order_recipients` on the PUT Recipients call, the `recipientUpdateResponse` returns this property. When set to **true**, it indicates that the recipient has been combined or merged with a matching recipient. Recipient matching occurs as part of template matching, and is based on Recipient Role and Routing Order.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "All of the tabs associated with the recipient." } }, "x-ds-definition-name": "recipientUpdateResponse", "description": "The recipient details that are returned after you update the recipient.", "x-ms-summary": "The recipient details that are returned after you update the recipient." }, "recipientViewRequest": { "type": "object", "properties": { "assertionId": { "description": "A unique identifier of the authentication event executed by the client application.", "type": "string" }, "authenticationInstant": { "description": "A sender-generated value that indicates the date and time that the signer was authenticated.", "type": "string" }, "authenticationMethod": { "description": "Required. Choose a value that most closely matches the technique your application used to authenticate the recipient / signer. \n\nChoose a value from this list: \n* Biometric \n* Email\n* HTTPBasicAuth\n* Kerberos\n* KnowledgeBasedAuth\n* None\n* PaperDocuments\n* Password\n* RSASecureID\n* SingleSignOn_CASiteminder\n* SingleSignOn_InfoCard\n* SingleSignOn_MicrosoftActiveDirectory\n* SingleSignOn_Other\n* SingleSignOn_Passport\n* SingleSignOn_SAML\n* Smartcard\n* SSLMutualAuth\n* X509Certificate\n\nThis information is included in the Certificate of Completion.", "type": "string" }, "clientUserId": { "description": "A sender-created value. If provided, the recipient is treated as an embedded (captive) recipient or signer.\n\nUse your application's client ID (user ID) for the recipient. Doing so enables the details of your application's authentication of the recipient to be connected to the recipient's signature if the signature is disputed or repudiated.\n\nMaximum length: 100 characters.", "type": "string" }, "email": { "description": "(Required) Specifies the email of the recipient. You can use either `email` and `userName` or `userId` to identify the recipient.", "type": "string" }, "frameAncestors": { "description": "", "type": "array", "items": { "type": "string" } }, "messageOrigins": { "description": "", "type": "array", "items": { "type": "string" } }, "pingFrequency": { "description": "Only used if `pingUrl` is specified. This is the interval, in seconds, between pings on the `pingUrl`. The default is `300` seconds. Valid values are 60-1200 seconds.", "type": "string" }, "pingUrl": { "description": "The client URL that the DocuSign Signing experience should ping to indicate to the client that Signing is active. An HTTP GET call is executed against the client. The response from the client is ignored. The intent is for the client to reset its session timer when the request is received.", "type": "string" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "returnUrl": { "description": "(Optional) The URL to which the user should be redirected\nafter the signing session has ended.\nDocuSign redirects to the URL\nand includes an `event` query parameter\nthat can be used by your application.\n\nMaximum Length: 500 characters. If the `returnUrl` exceeds this limit, the user is redirected to a truncated URL.\n\nPossible `event` parameter values include: \n\n* `access_code_failed`: Recipient used incorrect access code.\n* `cancel`: Recipient canceled the signing operation,\n possibly by using the **Finish Later** option.\n* `decline`: Recipient declined to sign.\n* `exception`: A system error occurred during the signing process.\n* `fax_pending`: Recipient has a fax pending.\n* `id_check_failed`: Recipient failed an ID check.\n* `session_timeout`: The session timed out. An account can control this timeout by using the **Signer Session Timeout** option.\n* `signing_complete`: The recipient completed the signing ceremony.\n* `ttl_expired`: The Time To Live token for the envelope has expired.\n After being successfully invoked, these tokens expire\n after 5 minutes or if the envelope is voided.\n* `viewing_complete`: The recipient completed viewing an envelope\n that is in a read-only/terminal state,\n such as completed, declined, or voided.\n\nEnsure that you include `https://` in the URL to prevent the redirect from failing on certain browsers.\n", "type": "string" }, "securityDomain": { "description": "The domain in which the user authenticated.", "type": "string" }, "userId": { "description": "The user ID of the recipient. You can use either the user ID or email and user name to identify the recipient. \n\nIf `userId` is used and a `clientUserId` is provided, the value in the `userId` property must match a `recipientId` (which you can retrieve with a GET recipients call) for the envelope. \n\nIf a `userId` is used and a `clientUserId` is not provided, the `userId` must match the user ID of the authenticating user.", "type": "string" }, "userName": { "description": "The username of the recipient. You can use either `email` and `userName` or `userId` to identify the recipient.", "type": "string" }, "xFrameOptions": { "description": "Specifies whether a browser should be allowed to render a page in a frame or IFrame. Setting this property ensures that your content is not embedded into unauthorized pages or frames.\n\nValid values are:\n\n- `deny`: The page cannot be displayed in a frame.\n- `same_origin`: The page can only be displayed in a frame on the same origin as the page itself.\n- `allow_from`: The page can only be displayed in a frame on the origin specified by the `xFrameOptionsAllowFromUrl` property.", "type": "string" }, "xFrameOptionsAllowFromUrl": { "description": "When the value of `xFrameOptions` is `allow_from`, this property specifies the origin on which the page is allowed to display in a frame. If the value of `xFrameOptions` is `allow_from`, you must include a value for this property.", "type": "string" } }, "x-ds-definition-name": "recipientViewRequest", "description": "The request body for the EnvelopeViews::createRecipient and EnvelopeViews::createSharedRecipient methods.", "x-ms-summary": "The request body for the EnvelopeViews::createRecipient and EnvelopeViews::createSharedRecipient methods." }, "referralInformation": { "description": "A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry\n\n**Note**: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only.", "type": "object", "properties": { "advertisementId": { "description": "A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry.\n\n**Note**: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only.\n", "type": "string" }, "enableSupport": { "description": "When set to **true**, customer support is provided as part of the account plan.", "type": "string" }, "externalOrgId": { "description": "An optional external id for the referral.", "type": "string" }, "groupMemberId": { "description": "", "type": "string" }, "idType": { "description": "", "type": "string" }, "includedSeats": { "description": "The number of seats (users) included in the plan.", "type": "string" }, "industry": { "description": "The name of the industry associated with the referral. \n\nExample: `Accounting`", "type": "string" }, "planStartMonth": { "description": "", "type": "string" }, "promoCode": { "description": "", "type": "string" }, "publisherId": { "description": "", "type": "string" }, "referralCode": { "description": "", "type": "string" }, "referrerName": { "description": "The name of the referrer.", "type": "string" }, "saleDiscountAmount": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountFixedAmount": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountPercent": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountPeriods": { "description": "Reserved for DocuSign.", "type": "string" }, "saleDiscountSeatPriceOverride": { "description": "Reserved for DocuSign.", "type": "string" }, "shopperId": { "description": "", "type": "string" } }, "x-ds-definition-name": "referralInformation", "x-ms-summary": "A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry\n\n**Note**: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only." }, "reminders": { "description": "A complex element that specifies reminder settings for the envelope.", "type": "object", "properties": { "reminderDelay": { "description": "An integer specifying the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.", "type": "string" }, "reminderEnabled": { "description": "When set to **true**, the envelope expires and is no longer available for signing after the specified number of days. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "reminderFrequency": { "description": "An integer specifying the interval in days between reminder emails.", "type": "string" } }, "x-ds-definition-name": "reminders", "x-ms-summary": "A complex element that specifies reminder settings for the envelope." }, "reportInProductCsvRunRequest": { "type": "object", "properties": { "customFieldFilter": { "description": "", "type": "string" }, "dateRangeCustomFromDate": { "description": "", "type": "string" }, "dateRangeCustomToDate": { "description": "", "type": "string" }, "dateRangeFilter": { "description": "", "type": "string" }, "envelopeDateTypeFilter": { "description": "", "type": "string" }, "envelopeRecipientNameContainsFilter": { "description": "", "type": "string" }, "envelopeStatusFilter": { "description": "", "type": "string" }, "envelopeSubjectContainsFilter": { "description": "", "type": "string" }, "fields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductField" } }, "forDownload": { "description": "", "type": "string" }, "isDashboard": { "description": "", "type": "string" }, "newLine": { "description": "", "type": "string" }, "overrideTimezoneKey": { "description": "", "type": "string" }, "periodLengthFilter": { "description": "", "type": "string" }, "quote": { "description": "", "type": "string" }, "reportCustomizedId": { "description": "", "type": "string" }, "reportDescription": { "description": "", "type": "string" }, "reportId": { "description": "", "type": "string" }, "reportInvocationType": { "description": "", "type": "string" }, "reportName": { "description": "", "type": "string" }, "sentByFilter": { "description": "", "type": "string" }, "sentByIds": { "description": "", "type": "string" }, "separator": { "description": "", "type": "string" }, "sortDirection": { "description": "", "type": "string" }, "sortField": { "description": "", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" } }, "x-ds-definition-name": "reportInProductCsvRunRequest", "description": "", "x-ms-summary": "" }, "reportInProductField": { "type": "object", "properties": { "displayOrder": { "description": "The position on the page where the display section appears.", "type": "string" }, "fieldVersion": { "description": "", "type": "string" }, "name": { "description": "", "type": "string" }, "selected": { "description": "When set to **true**, the radio button is selected.", "type": "string" } }, "x-ds-definition-name": "reportInProductField", "description": "", "x-ms-summary": "" }, "reportInProductGet": { "type": "object", "properties": { "customFieldFilter": { "description": "", "type": "string" }, "dateRangeCustomFromDate": { "description": "", "type": "string" }, "dateRangeCustomToDate": { "description": "", "type": "string" }, "dateRangeFilter": { "description": "", "type": "string" }, "displayOrder": { "description": "The position on the page where the display section appears.", "type": "string" }, "envelopeDateTypeFilter": { "description": "", "type": "string" }, "envelopeRecipientNameContainsFilter": { "description": "", "type": "string" }, "envelopeStatusFilter": { "description": "", "type": "string" }, "envelopeSubjectContainsFilter": { "description": "", "type": "string" }, "fields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductField" } }, "lastScheduledExecutionDate": { "description": "", "type": "string" }, "lastScheduledExecutionSuccessDate": { "description": "", "type": "string" }, "maxDownloadRows": { "description": "", "type": "string" }, "maxGridRows": { "description": "", "type": "string" }, "maxScheduledRows": { "description": "", "type": "string" }, "periodLengthFilter": { "description": "", "type": "string" }, "reportCustomizedId": { "description": "", "type": "string" }, "reportDescription": { "description": "", "type": "string" }, "reportId": { "description": "", "type": "string" }, "reportName": { "description": "", "type": "string" }, "reportType": { "description": "", "type": "string" }, "runUri": { "description": "", "type": "string" }, "saveUri": { "description": "", "type": "string" }, "scheduleId": { "description": "", "type": "string" }, "sentByDetails": { "$ref": "#/definitions/reportInProductSentByDetails", "description": "" }, "sentByFilter": { "description": "", "type": "string" }, "sentByIds": { "description": "", "type": "string" }, "sortFieldDirection": { "description": "", "type": "string" }, "sortFieldName": { "description": "", "type": "string" } }, "x-ds-definition-name": "reportInProductGet", "description": "", "x-ms-summary": "" }, "reportInProductList": { "type": "object", "properties": { "reports": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductListItem" } } }, "x-ds-definition-name": "reportInProductList", "description": "", "x-ms-summary": "" }, "reportInProductListItem": { "type": "object", "properties": { "getUri": { "description": "", "type": "string" }, "lastScheduledExecutionDate": { "description": "", "type": "string" }, "lastScheduledExecutionSuccessDate": { "description": "", "type": "string" }, "reportCustomizedId": { "description": "", "type": "string" }, "reportDescription": { "description": "", "type": "string" }, "reportId": { "description": "", "type": "string" }, "reportName": { "description": "", "type": "string" }, "reportType": { "description": "", "type": "string" }, "runUri": { "description": "", "type": "string" }, "saveUri": { "description": "", "type": "string" }, "scheduleCreateDate": { "description": "", "type": "string" }, "scheduleEndDate": { "description": "", "type": "string" }, "scheduleId": { "description": "", "type": "string" }, "scheduleRenewDurationDays": { "description": "", "type": "string" } }, "x-ds-definition-name": "reportInProductListItem", "description": "", "x-ms-summary": "" }, "reportInProductRunRequest": { "type": "object", "properties": { "customFieldFilter": { "description": "", "type": "string" }, "dateRangeCustomFromDate": { "description": "", "type": "string" }, "dateRangeCustomToDate": { "description": "", "type": "string" }, "dateRangeFilter": { "description": "", "type": "string" }, "envelopeDateTypeFilter": { "description": "", "type": "string" }, "envelopeRecipientNameContainsFilter": { "description": "", "type": "string" }, "envelopeStatusFilter": { "description": "", "type": "string" }, "envelopeSubjectContainsFilter": { "description": "", "type": "string" }, "fields": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductField" } }, "forDownload": { "description": "", "type": "string" }, "isDashboard": { "description": "", "type": "string" }, "periodLengthFilter": { "description": "", "type": "string" }, "reportCustomizedId": { "description": "", "type": "string" }, "reportDescription": { "description": "", "type": "string" }, "reportId": { "description": "", "type": "string" }, "reportInvocationType": { "description": "", "type": "string" }, "reportName": { "description": "", "type": "string" }, "sentByFilter": { "description": "", "type": "string" }, "sentByIds": { "description": "", "type": "string" }, "sortDirection": { "description": "", "type": "string" }, "sortField": { "description": "", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" } }, "x-ds-definition-name": "reportInProductRunRequest", "description": "", "x-ms-summary": "" }, "reportInProductRunResponse": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "exceededMaxResults": { "description": "", "type": "string" }, "lastWarehouseRefreshDateTime": { "description": "", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "rows": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductRunResponseRow" } }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "reportInProductRunResponse", "description": "", "x-ms-summary": "" }, "reportInProductRunResponseRow": { "type": "object", "properties": { "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "fields": { "$ref": "#/definitions/reportInProductRunResponseRowFields", "description": "" } }, "x-ds-definition-name": "reportInProductRunResponseRow", "description": "", "x-ms-summary": "" }, "reportInProductRunResponseRowFields": { "type": "object", "properties": { "accessCodeRequired": { "description": "", "type": "string" }, "accessCodesAttempted": { "description": "", "type": "string" }, "accessCodesFailed": { "description": "", "type": "string" }, "accountId": { "description": "The external account number (int) or account ID GUID.", "type": "string" }, "authenticationCategory": { "description": "", "type": "string" }, "authenticationSuccess": { "description": "", "type": "string" }, "authenticationType": { "description": "Indicates the type of authentication. Valid values are: \n\n- `PhoneAuth`\n- `STAN`\n- `ISCheck` \n- `OFAC`\n- `AccessCode`\n- `AgeVerify`\n- `SSOAuth`", "type": "string" }, "averageTimeToCompleteSeconds": { "description": "", "type": "string" }, "avgCompleteSeconds": { "description": "", "type": "string" }, "completed": { "description": "", "type": "string" }, "completedTs": { "description": "", "type": "string" }, "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "customField": { "description": "", "type": "string" }, "declinedDate": { "description": "", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "deliveredDate": { "description": "", "type": "string" }, "envelopeCount": { "description": "", "type": "string" }, "envelopeCreator": { "description": "", "type": "string" }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "envelopeInitialSendTs": { "description": "", "type": "string" }, "envelopesBilled": { "description": "", "type": "string" }, "envelopesCompleted": { "description": "", "type": "string" }, "envelopesCompletedCount": { "description": "", "type": "string" }, "envelopesDeclined": { "description": "", "type": "string" }, "envelopesSent": { "description": "", "type": "string" }, "envelopesSentCount": { "description": "", "type": "string" }, "envelopesVoided": { "description": "", "type": "string" }, "envelopeVoidedReason": { "description": "", "type": "string" }, "eodDocumentDescription": { "description": "", "type": "string" }, "eodDocumentName": { "description": "", "type": "string" }, "eodDocumentProfileId": { "description": "", "type": "string" }, "eodTransactionId": { "description": "", "type": "string" }, "eodTransactionName": { "description": "", "type": "string" }, "eventDate": { "description": "", "type": "string" }, "expirationDate": { "description": "", "type": "string" }, "expiredTs": { "description": "", "type": "string" }, "failures": { "description": "A list of Connect failure logs.", "type": "string" }, "failureVendorCode": { "description": "", "type": "string" }, "failureVendorReason": { "description": "", "type": "string" }, "firstSendTs": { "description": "", "type": "string" }, "groupId": { "description": "The ID of the group being accessed.", "type": "string" }, "groupName": { "description": "The name of the group. The search_text provided in the call automatically performs a wild card search on group_name.", "type": "string" }, "hoursToCompleteEnd": { "description": "", "type": "string" }, "hoursToCompleteStart": { "description": "", "type": "string" }, "idChecksAttempted": { "description": "", "type": "string" }, "idChecksFailed": { "description": "", "type": "string" }, "initialSendTs": { "description": "", "type": "string" }, "ipAddress": { "description": "", "type": "string" }, "lastActivity": { "description": "", "type": "string" }, "lastActivityDate": { "description": "", "type": "string" }, "lastSentDate": { "description": "", "type": "string" }, "notSigned": { "description": "", "type": "string" }, "numberOfAuthenticatedRecipients": { "description": "", "type": "string" }, "numberOfCompletedSignatures": { "description": "", "type": "string" }, "numberOfDocuments": { "description": "", "type": "string" }, "numberOfPages": { "description": "", "type": "string" }, "numberOfRecipients": { "description": "", "type": "string" }, "numberOfSends": { "description": "", "type": "string" }, "numberOfSigners": { "description": "", "type": "string" }, "numberOfTotalDocuments": { "description": "", "type": "string" }, "numberOfTotalPages": { "description": "", "type": "string" }, "numberOfTotalSigners": { "description": "", "type": "string" }, "numberOfUniqueSenders": { "description": "", "type": "string" }, "numberTotalRecipients": { "description": "", "type": "string" }, "periodEnd": { "description": "", "type": "string" }, "periodStart": { "description": "", "type": "string" }, "phoneCallsAttempted": { "description": "", "type": "string" }, "phoneCallsFailed": { "description": "", "type": "string" }, "reasonForDeclining": { "description": "", "type": "string" }, "reasonForVoiding": { "description": "", "type": "string" }, "reassignReason": { "description": "", "type": "string" }, "received": { "description": "", "type": "string" }, "recipient": { "description": "", "type": "string" }, "recipientAction": { "description": "", "type": "string" }, "recipientCompanyName": { "description": "", "type": "string" }, "recipientCountry": { "description": "", "type": "string" }, "recipientEmail": { "description": "", "type": "string" }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientName": { "description": "", "type": "string" }, "recipientTemplateRoleName": { "description": "", "type": "string" }, "recipientTitle": { "description": "", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientUserId": { "description": "", "type": "string" }, "remainingSignatures": { "description": "The number of remaining signatures that need to be applied to this document.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "senderAccountId": { "description": "", "type": "string" }, "senderCompanyName": { "description": "", "type": "string" }, "senderCountry": { "description": "", "type": "string" }, "senderEmail": { "description": "The sender's email address.", "type": "string" }, "senderIPAddress": { "description": "", "type": "string" }, "senderJobTitle": { "description": "", "type": "string" }, "senderName": { "description": "The sender's name.", "type": "string" }, "senderUserId": { "description": "The id of the sender.", "type": "string" }, "signDate": { "description": "", "type": "string" }, "signed": { "description": "", "type": "string" }, "signedDate": { "description": "", "type": "string" }, "signedOnMobile": { "description": "", "type": "string" }, "signedOnPaper": { "description": "", "type": "string" }, "signerList": { "description": "", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" }, "statusChangedDate": { "description": "", "type": "string" }, "statusChangedTs": { "description": "", "type": "string" }, "subject": { "description": "", "type": "string" }, "successes": { "description": "", "type": "string" }, "templatesCreated": { "description": "", "type": "string" }, "templatesCreatedCount": { "description": "", "type": "string" }, "terminalStatusDate": { "description": "", "type": "string" }, "timeToCompleteSeconds": { "description": "", "type": "string" }, "timeToDeliver": { "description": "", "type": "string" }, "totalDocuments": { "description": "", "type": "string" }, "totalEnvelopes": { "description": "", "type": "string" }, "totalPages": { "description": "", "type": "string" }, "totalRecipients": { "description": "", "type": "string" }, "totalSigners": { "description": "", "type": "string" }, "uniqueSenders": { "description": "", "type": "string" }, "userAccountEmail": { "description": "", "type": "string" }, "userAccountName": { "description": "", "type": "string" }, "userAccountStatus": { "description": "", "type": "string" }, "userCount": { "description": "", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "viewDate": { "description": "", "type": "string" }, "voidedTs": { "description": "", "type": "string" } }, "x-ds-definition-name": "reportInProductRunResponseRowFields", "description": "", "x-ms-summary": "" }, "reportInProductSaveResponse": { "type": "object", "properties": { "reportCustomizedId": { "description": "", "type": "string" } }, "x-ds-definition-name": "reportInProductSaveResponse", "description": "", "x-ms-summary": "" }, "reportInProductSentByDetails": { "type": "object", "properties": { "groups": { "description": "A collection group objects containing information about the groups.", "type": "array", "items": { "$ref": "#/definitions/group" } }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } } }, "x-ds-definition-name": "reportInProductSentByDetails", "description": "", "x-ms-summary": "" }, "resourceInformation": { "type": "object", "properties": { "resources": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "resourceInformation", "description": "", "x-ms-summary": "" }, "returnUrlRequest": { "type": "object", "properties": { "returnUrl": { "description": "(Optional) The URL to which the user should be redirected after the sending session is complete.\n\nMaximum Length: 500 characters. If the `returnUrl` exceeds this limit, the user is redirected to a truncated URL.", "type": "string" } }, "x-ds-definition-name": "returnUrlRequest", "description": "The request body for the EnvelopeViews::createSender method.", "x-ms-summary": "The request body for the EnvelopeViews::createSender method." }, "sealIdentifier": { "type": "object", "properties": { "sealDisplayName": { "description": "The user-friendly display name for a seal.", "type": "string" }, "sealName": { "description": "The name of a seal.", "type": "string" } }, "x-ds-definition-name": "sealIdentifier", "description": "", "x-ms-summary": "" }, "sealSign": { "type": "object", "properties": { "accessCode": { "description": "Not applicable.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Not applicable." }, "addAccessCodeToEmail": { "description": "Not applicable.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "clientUserId": { "description": "Not applicable.", "type": "string" }, "completedCount": { "description": "Not applicable.", "type": "string" }, "customFields": { "description": "Not applicable.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "Not applicable.", "type": "string" }, "declinedReason": { "description": "Not applicable.", "type": "string" }, "deliveredDateTime": { "description": "Not applicable.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "Not applicable.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "Not applicable." }, "embeddedRecipientStartURL": { "description": "Not applicable.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "Not applicable.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Not applicable." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "Not applicable." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "Not applicable.", "type": "string" }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "Not applicable.", "type": "string" }, "note": { "description": "Not applicable.", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Not applicable." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "Not applicable." }, "recipientAttachments": { "description": "Not applicable.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Not applicable." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "(Required) The `recipientId` used when the envelope or template was created. \n\nThis is a local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientSignatureProviders": { "description": "(Required) Indicates which electronic seal to apply on documents when creating an envelope.", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "Not applicable.", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Not applicable." }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "(Optional, default: 1) \nSpecifies the routing order of the electronic seal in the envelope.\nThe routing order assigned to your electronic seal cannot be shared with another recipient.\nIt is recommended that you set a routing order for your electronic seals.\n", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "Not applicable.", "type": "string" }, "signedDateTime": { "description": "Not applicable.", "type": "string" }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "Not applicable." }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "Not applicable.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "Not applicable.", "type": "string" }, "userId": { "description": "Not applicable.", "type": "string" } }, "x-ds-definition-name": "sealSign", "description": "Specifies one or more electronic seals to apply on documents. An electronic seal recipient is a legal entity rather than an actual person. Electronic Seals can be used by organizations and governments to show evidence of origin and integrity of documents. Even though electronic seals can be represented by a tab in a document, they do not require user interaction and apply automatically in the order specified by the sender. The sender is therefore the person authorizing usage of the electronic seal in the flow.\n\nExample: \n\n```json\n\"recipients\": {\n \"seals\": [\n {\n \"recipientId\": \"1\",\n \"routingOrder\" : 1,\n \"recipientSignatureProviders\": [\n {\n \"sealName\": \"52e9d968-xxxx-xxxx-xxxx-4682bc45c106\"\n }\n \t]\n \t}\n \t]\n\t},\n .\n .\n .\n```\nFor more information about Electronic Seals, see [Apply Electronic Seals to Your Documents](https://support.docusign.com/en/guides/ndse-user-guide-apply-electronic-seals).\n", "x-ms-summary": "Specifies one or more electronic seals to apply on documents. An electronic seal recipient is a legal entity rather than an actual person. Electronic Seals can be used by organizations and governments to show evidence of origin and integrity of documents. Even though electronic seals can be represented by a tab in a document, they do not require user interaction and apply automatically in the order specified by the sender. The sender is therefore the person authorizing usage of the electronic seal in the flow.\n\nExample: \n\n```json\n\"recipients\": {\n \"seals\": [\n {\n \"recipientId\": \"1\",\n \"routingOrder\" : 1,\n \"recipientSignatureProviders\": [\n {\n \"sealName\": \"52e9d968-xxxx-xxxx-xxxx-4682bc45c106\"\n }\n \t]\n \t}\n \t]\n\t},\n .\n .\n .\n```\nFor more information about Electronic Seals, see [Apply Electronic Seals to Your Documents](https://support.docusign.com/en/guides/ndse-user-guide-apply-electronic-seals).\n" }, "seatDiscount": { "type": "object", "properties": { "beginSeatCount": { "description": "Reserved for DocuSign.", "type": "string" }, "discountPercent": { "description": "The percent of the discount. \n\nExample: `\"0.00\"`", "type": "string" }, "endSeatCount": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "seatDiscount", "description": "This object contains information about a seat discount.", "x-ms-summary": "This object contains information about a seat discount." }, "senderEmailNotifications": { "type": "object", "properties": { "changedSigner": { "description": "When set to **true**, the sender receives an email notification if the signer changes.", "type": "string" }, "commentsOnlyPrivateAndMention": { "description": "When set to **true**, the user receives only comments that mention their own user name.", "type": "string" }, "commentsReceiveAll": { "description": "When set to **true**, the user receives all comments.", "type": "string" }, "deliveryFailed": { "description": "When set to **true**, the sender receives an email notification if envelope delivery fails.", "type": "string" }, "envelopeComplete": { "description": "When set to **true**, the user receives an email notification when the envelope has been completed.", "type": "string" }, "offlineSigningFailed": { "description": "When set to **true**, the user receives an email notification if offline signing failed.", "type": "string" }, "powerformResponsesLimitNotificationEmail": { "description": "", "type": "string" }, "purgeDocuments": { "description": "When set to **true**, the user receives an email notification when a document purge occurs.", "type": "string" }, "recipientViewed": { "description": "When set to **true**, the sender receives notification that a recipient viewed the envelope.", "type": "string" }, "senderEnvelopeDeclined": { "description": "When set to **true**, the sender receives notification that the envelope was declined.", "type": "string" }, "withdrawnConsent": { "description": "When set to **true**, the user receives an email notification if consent is withdrawn.", "type": "string" } }, "x-ds-definition-name": "senderEmailNotifications", "description": "Contains the settings for the email notifications that senders receive about the envelopes that they send.", "x-ms-summary": "Contains the settings for the email notifications that senders receive about the envelopes that they send." }, "serverTemplate": { "type": "object", "properties": { "sequence": { "description": "", "type": "string" }, "templateId": { "description": "The unique identifier of the template. If this is not provided, DocuSign will generate a value. ", "type": "string" } }, "x-ds-definition-name": "serverTemplate", "description": "", "x-ms-summary": "" }, "serviceInformation": { "type": "object", "properties": { "buildBranch": { "description": "Reserved: TBD", "type": "string" }, "buildBranchDeployedDateTime": { "description": "Reserved: TBD", "type": "string" }, "buildSHA": { "description": "Reserved: TBD", "type": "string" }, "buildVersion": { "description": "Reserved: TBD", "type": "string" }, "linkedSites": { "description": "", "type": "array", "items": { "type": "string" } }, "serviceVersions": { "description": "", "type": "array", "items": { "$ref": "#/definitions/serviceVersion" } } }, "x-ds-definition-name": "serviceInformation", "description": "", "x-ms-summary": "" }, "serviceVersion": { "type": "object", "properties": { "version": { "description": "The version of the rest API.", "type": "string" }, "versionUrl": { "description": "", "type": "string" } }, "x-ds-definition-name": "serviceVersion", "description": "", "x-ms-summary": "" }, "settingsMetadata": { "type": "object", "properties": { "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "options": { "description": "An array of option strings supported by this setting.", "type": "array", "items": { "type": "string" } }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" }, "uiHint": { "description": "Reserved for DocuSign.", "type": "string" }, "uiOrder": { "description": "Reserved for DocuSign.", "type": "string" }, "uiType": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "settingsMetadata", "description": "Metadata that indicates whether a property is editable and describes setting-specific options.", "x-ms-summary": "Metadata that indicates whether a property is editable and describes setting-specific options." }, "sharedItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "shared": { "description": "How the item is shared. One of:\n\n- `not_shared`\n- `shared_to`\n- `shared_from`\n- `shared_to_and_from`", "type": "string" }, "user": { "$ref": "#/definitions/userInfo", "description": "Information about the user who owns the shared item." } }, "x-ds-definition-name": "sharedItem", "description": "Information about the shared item.", "x-ms-summary": "Information about the shared item." }, "signatureGroup": { "type": "object", "properties": { "groupId": { "description": "The ID of the group being accessed.", "type": "string" }, "groupName": { "description": "The name of the group. The search_text provided in the call automatically performs a wild card search on group_name.", "type": "string" }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" } }, "x-ds-definition-name": "signatureGroup", "description": "", "x-ms-summary": "" }, "signatureGroupDef": { "type": "object", "properties": { "groupId": { "description": "The ID of the group being accessed.", "type": "string" }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" } }, "x-ds-definition-name": "signatureGroupDef", "description": "", "x-ms-summary": "" }, "signatureProviderRequiredOption": { "type": "object", "properties": { "requiredSignatureProviderOptionIds": { "description": "Reserved for DocuSign.", "type": "array", "items": { "type": "string" } }, "signerType": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "signatureProviderRequiredOption", "description": "Contains additional information that a specific signature provider requires.", "x-ms-summary": "Contains additional information that a specific signature provider requires." }, "signatureType": { "type": "object", "properties": { "isDefault": { "description": "When **true**, the signature type is the default type.", "type": "string" }, "type": { "description": "The type of signature. Valid values are:\n\n- `electronic`: Indicates an **electronic** signature that is used by common law countries such as the United States, United Kingdom, and Australia. This is the default signature type that DocuSign uses.\n- `universal`: Indicates a **digital** signature that is accepted by both common law and civil law countries. To use digital signatures, you must use the [DocuSign Signature Appliance](https://developers.docusign.com/dsa-api).\n\nFor more information, see [Standards Based Signatures](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures).", "type": "string" } }, "x-ds-definition-name": "signatureType", "description": "This object contains information about the type of signature.", "x-ms-summary": "This object contains information about the type of signature." }, "signatureUser": { "type": "object", "properties": { "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" } }, "x-ds-definition-name": "signatureUser", "description": "", "x-ms-summary": "" }, "signatureUserDef": { "type": "object", "properties": { "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "rights": { "description": "Indicates whether the property is editable. Valid values are:\n\n- `editable`\n- `read_only`", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "signatureUserDef", "description": "", "x-ms-summary": "" }, "signer": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "agentCanEditEmail": { "description": "Optional element. When set to **true**, the agent recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account.", "type": "string" }, "agentCanEditName": { "description": "Optional. When set to **true**, the agent recipient associated with this recipient can change the recipient's pre-populated name. This element is only active if enabled for the account.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "bulkRecipientsUri": { "description": "Reserved for DocuSign.", "type": "string" }, "canSignOffline": { "description": "When set to **true**, specifies that the signer can perform the signing ceremony offline.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "creationReason": { "description": "The reason why the item was created.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "defaultRecipient": { "description": "When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address. The system sends notifications about the documents to sign to this address. Maximum length: 100 characters. ", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "isBulkRecipient": { "description": "Reserved for DocuSign.\n", "type": "string" }, "isBulkRecipientMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "notaryId": { "description": "", "type": "string" }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "proofFile": { "$ref": "#/definitions/recipientProofFile", "description": "The proof file of the recipient." }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "recipientSuppliesTabs": { "description": "When set to **true**, specifies that the recipient creates the tabs.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "requireSignerCertificate": { "description": "By default, DocuSign signers create electronic signatures. This field can be used to require the signer to use a SAFE-BioPharma digital certificate for signing.\n\nThis parameter should only be used to select a SAFE-BioPharma certificate. New integrations should use the `recipientSignatureProviders` parameter for other types of digital certificates. \n\nSet this parameter to `safe` to use a SAFE-BioPharma certificate.\n\nThe signer must be enrolled in the SAFE program to sign with a SAFE certificate.", "type": "string" }, "requireSignOnPaper": { "description": "When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign.", "type": "string" }, "requireUploadSignature": { "description": "When set to **true**, the signer is required to upload a new signature, even if they have a pre-adopted signature in their personal DocuSign account.", "type": "string" }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signatureInfo": { "$ref": "#/definitions/recipientSignatureInformation", "description": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers." }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signInEachLocation": { "description": "When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once).", "type": "string" }, "signInEachLocationMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signInEachLocation` property is editable. Read only." }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "Specifies the status of the recipient at the time of the request. Read only. Possible values are:\n\n- `created`: The recipient is in a draft state. This is only associated with draft envelopes (envelopes with a created status).\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `delivered`: The recipient has viewed the documents in an envelope through the DocuSign signing web site. This is not an email delivery of the documents in an envelope.\n- `signed`; The recipient has completed (performed all required interactions, such as signing or entering data) all required tags in an envelope. This is a temporary state during processing, after which the recipient is automatically moved to completed.\n- `declined`: The recipient declined to sign the documents in the envelope.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `faxpending`: The recipient has finished signing and the system is waiting a fax attachment by the recipient before completing their signing step.\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used by the DocuSign webapp (also known as the DocuSign console) to inform senders about the auto-responded email.\n", "type": "string" }, "statusCode": { "description": "Reserved for DocuSign.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "The tabs to assign to the recipient. [More information](https://developers.docusign.com/esign-rest-api/guides/concepts/tabs)." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "signer", "description": "A complex type containing information about a signer recipient. A signer is a recipient who must take action on a document, such as sign, initial, date, or add data to form fields on a document.", "x-ms-summary": "A complex type containing information about a signer recipient. A signer is a recipient who must take action on a document, such as sign, initial, date, or add data to form fields on a document." }, "signerAttachment": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "optional": { "description": "When set to **true**, the recipient does not need to complete this tab to complete the signing process.", "type": "string" }, "optionalMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `optional` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "scaleValue": { "description": "Sets the size of the tab. This field accepts values from `0.5` to `1.0`, where `1.0` represents full size and `0.5` is 50% of full size.", "type": "string" }, "scaleValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `scaleValue` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+0, -24)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+0, -24)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "signerAttachment", "description": "A tab that allows the recipient to attach supporting\ndocuments to an envelope.\n", "x-ms-summary": "A tab that allows the recipient to attach supporting\ndocuments to an envelope.\n" }, "signerEmailNotifications": { "description": "An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created.", "type": "object", "properties": { "agentNotification": { "description": "When set to **true**, the user receives agent notification emails.", "type": "string" }, "carbonCopyNotification": { "description": "When set to **true**, the user receives notifications of carbon copy deliveries.", "type": "string" }, "certifiedDeliveryNotification": { "description": "When set to **true**, the user receives notifications of certified deliveries.", "type": "string" }, "commentsOnlyPrivateAndMention": { "description": "When set to **true**, the user receives only comments that mention their own user name.", "type": "string" }, "commentsReceiveAll": { "description": "When set to **true**, the user receives all comments.", "type": "string" }, "documentMarkupActivation": { "description": "When set to **true**, the user receives notification that document markup has been activated.", "type": "string" }, "envelopeActivation": { "description": "When set to **true**, the user receives notification that the envelope has been activated.", "type": "string" }, "envelopeComplete": { "description": "When set to **true**, the user receives an email notification when the envelope has been completed.", "type": "string" }, "envelopeCorrected": { "description": "When set to **true**, the user receives notification that the envelope has been corrected.", "type": "string" }, "envelopeDeclined": { "description": "When set to **true**, the user receives notification that the envelope has been declined.", "type": "string" }, "envelopeVoided": { "description": "When set to **true**, the user receives notification that the envelope has been voided.", "type": "string" }, "faxReceived": { "description": "Reserved for DocuSign.", "type": "string" }, "offlineSigningFailed": { "description": "When set to **true**, the user receives an email notification if offline signing failed.", "type": "string" }, "purgeDocuments": { "description": "When set to **true**, the user receives an email notification when a document purge occurs.", "type": "string" }, "reassignedSigner": { "description": "When set to **true**, the user receives notification that the envelope has been reassigned.", "type": "string" }, "whenSigningGroupMember": { "description": "When set to **true**, the user receives notification that he or she is a member of the signing group.", "type": "string" } }, "x-ds-definition-name": "signerEmailNotifications", "x-ms-summary": "An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created." }, "signHere": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "Not applicable to Sign Here tab.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "isSealSignTab": { "description": "When set to **true**, the tab contains a visual representation for an electronic seal in a document.", "type": "string" }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "optional": { "description": "When set to **true**, the recipient does not need to complete this tab to complete the signing process.", "type": "string" }, "optionalMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `optional` property is editable." }, "pageNumber": { "description": "Specifies the page number on which the tab is located.\nMust be 1 for supplemental documents.\n", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "scaleValue": { "description": "Scales the size of the tab. This field accepts values from 0.5 to 2.0, where 0.5 is half the normal size, 1.0 is normal size, and 2.0 is twice the normal size.", "type": "string" }, "scaleValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `scaleValue` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "stamp": { "$ref": "#/definitions/stamp", "description": "" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "stampTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `stampType` property is editable." }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "Not applicable to Sign Here tab.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+1, -7)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (+1, -7)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "signHere", "description": "A tab that allows the recipient to sign a document. May be\noptional.\n", "x-ms-summary": "A tab that allows the recipient to sign a document. May be\noptional.\n" }, "signingGroup": { "type": "object", "properties": { "created": { "description": "The UTC DateTime when the signing group was created. Read only.", "type": "string" }, "createdBy": { "description": "The name of the user who created the signing group.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "groupEmail": { "description": "The email address for the signing group. You can use a group email address to email all of the group members at the same time.", "type": "string" }, "groupName": { "description": "The name of the group. The search_text provided in the call automatically performs a wild card search on group_name.", "type": "string" }, "groupType": { "description": "The group type. Possible values include:\n\n- `adminstrators`\n- `everyone`\n- `customGroup`\n- `sharedSigningGroup`\n\n", "type": "string" }, "modified": { "description": "The UTC DateTime when the signing group was last modified. Read only.", "type": "string" }, "modifiedBy": { "description": "The user id (GUID) of the user who last modified this user record.", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/signingGroupUser" } } }, "x-ds-definition-name": "signingGroup", "description": "Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature.", "x-ms-summary": "Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature." }, "signingGroupInformation": { "type": "object", "properties": { "groups": { "description": "A collection group objects containing information about the groups.", "type": "array", "items": { "$ref": "#/definitions/signingGroup" } } }, "x-ds-definition-name": "signingGroupInformation", "description": "", "x-ms-summary": "" }, "signingGroupUser": { "type": "object", "properties": { "email": { "description": "", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "userName": { "description": "The name of the group member. \n\nMaximum Length: 100 characters. ", "type": "string" } }, "x-ds-definition-name": "signingGroupUser", "description": "", "x-ms-summary": "" }, "signingGroupUsers": { "type": "object", "properties": { "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/signingGroupUser" } } }, "x-ds-definition-name": "signingGroupUsers", "description": "", "x-ms-summary": "" }, "smartContractInformation": { "type": "object", "properties": { "code": { "description": "", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" } }, "x-ds-definition-name": "smartContractInformation", "description": "", "x-ms-summary": "" }, "smartSection": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "caseSensitive": { "description": "When **true**, the `startAnchor` and `endAnchor` for the Smart Section must match both the case and the content of the strings in the HTML.", "type": "boolean" }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "displaySettings": { "$ref": "#/definitions/smartSectionDisplaySettings", "description": "This object defines how the HTML section inside the `startAnchor` and `endAnchor` displays." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "endAnchor": { "description": "Specifies the end of the area in the HTML where the display settings will be applied. If you do not specify an end anchor, the end of the document will be used by default.\n\n**Note**: A start anchor, an end anchor, or both are required.", "type": "string" }, "endPosition": { "$ref": "#/definitions/smartSectionAnchorPosition", "description": "The last index position in the result set. " }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "overlayType": { "description": "The type of overlay to draw on the document. The following overlay types are supported:\n\n- `line`\n- `outline`\n", "type": "string" }, "overlayTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `overlayType` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "removeEndAnchor": { "description": "When **true**, removes the end anchor string for the Smart Section from the HTML, preventing it from displaying.", "type": "boolean" }, "removeStartAnchor": { "description": "When **true**, removes the start anchor string for the Smart Section from the HTML, preventing it from displaying.", "type": "boolean" }, "shared": { "description": "When **true**, the tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "startAnchor": { "description": "Specifies the beginning of the area in the HTML where the display settings will be applied. If you do not specify a start anchor, the beginning of the document will be used by default.\n\n**Note**: A start anchor, an end anchor, or both are required.", "type": "string" }, "startPosition": { "$ref": "#/definitions/smartSectionAnchorPosition", "description": "The starting index position of the current result set." }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "smartSection", "description": "", "x-ms-summary": "" }, "smartSectionAnchorPosition": { "type": "object", "properties": { "pageNumber": { "format": "int32", "description": "The page number being accessed.", "type": "integer" }, "xPosition": { "format": "double", "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "number" }, "yPosition": { "format": "double", "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "number" } }, "x-ds-definition-name": "smartSectionAnchorPosition", "description": "", "x-ms-summary": "" }, "smartSectionCollapsibleDisplaySettings": { "type": "object", "properties": { "arrowClosed": { "description": "", "type": "string" }, "arrowColor": { "description": "", "type": "string" }, "arrowLocation": { "description": "", "type": "string" }, "arrowOpen": { "description": "", "type": "string" }, "arrowSize": { "description": "", "type": "string" }, "arrowStyle": { "description": "", "type": "string" }, "containerStyle": { "description": "", "type": "string" }, "labelStyle": { "description": "", "type": "string" }, "onlyArrowIsClickable": { "description": "", "type": "boolean" }, "outerLabelAndArrowStyle": { "description": "", "type": "string" } }, "x-ds-definition-name": "smartSectionCollapsibleDisplaySettings", "description": "", "x-ms-summary": "" }, "smartSectionDisplaySettings": { "type": "object", "properties": { "cellStyle": { "description": "Specifies the valid CSS-formatted styles to use on responsive table cells. Only valid in display sections of `responsive_table` or `responsive_table_single_column` types.", "type": "string" }, "collapsibleSettings": { "$ref": "#/definitions/smartSectionCollapsibleDisplaySettings", "description": "This object defines the appearance and function of a collapsible section or item." }, "display": { "description": "Indicates the display type. Must be one of the following enum values:\n\n- **inline**: Leaves the HTML where it is in the document. This allows for adding a label or presenting on a separate page.\n- **collapsible**: The HTML in the section may be expanded or collapsed. By default, the section is expanded.\n- **collapsed**: The HTML in the section may be expanded or collapsed. By default, the section is collapsed.\n- **responsive_table**: Converts the section into a responsive table. Note that this style is applied only on HTML tables that fall within the `startAnchor` and `endAnchor` positions.\n- **responsive_table_single_column**: Converts the section into a responsive, single-column table. Note that this style is applied only on HTML tables that fall within the `startAnchor` and `endAnchor` positions. The table is converted to a single column in which each column becomes a row and is stacked.\n- **print_only**: Prevents this portion of the HTML from displaying in the responsive signing view.", "type": "string" }, "displayLabel": { "description": "The label for the display section.", "type": "string" }, "displayOrder": { "format": "int32", "description": "The position on the page where the display section appears.", "type": "integer" }, "displayPageNumber": { "format": "int32", "description": "The number of the page on which the display section appears.", "type": "integer" }, "hideLabelWhenOpened": { "description": "When **true**, the `displayLabel` is hidden when the display section is expanded and the display section is no longer collapsible. This property is valid only when the value of the `display` property is `collapsed`.", "type": "boolean" }, "inlineOuterStyle": { "description": "Specifies the valid CSS-formatted styles to use on inline display sections. This property is valid only when the value of the `display` property is `inline`.", "type": "string" }, "labelWhenOpened": { "description": "The label for the display section when it is expanded from a collapsed state. This label displays only on the first opening and is only valid with the value of the `display` property is `collapsed`.", "type": "string" }, "preLabel": { "description": "Enables you to add descriptive text that appears before a collapsed section or continue button.", "type": "string" }, "scrollToTopWhenOpened": { "description": "When **true** and the section is expanded, the position of the section close is scrolled to the top of the screen. This property is only valid when the value of the `display` property is `collapsed`.", "type": "boolean" }, "tableStyle": { "description": "Specifies the valid CSS-formatted styles to use on responsive tables. This property is valid only when the value of the `display` property is `responsive_table` or `responsive_table_single_column`.", "type": "string" } }, "x-ds-definition-name": "smartSectionDisplaySettings", "description": "These properties define how a Smart Section displays. A Smart Section is a type of display section.", "x-ms-summary": "These properties define how a Smart Section displays. A Smart Section is a type of display section." }, "socialAccountInformation": { "type": "object", "properties": { "email": { "description": "", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "provider": { "description": "The social account provider (Facebook, Yahoo, etc.)", "type": "string" }, "socialId": { "description": "The ID provided by the Socal Account.", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" } }, "x-ds-definition-name": "socialAccountInformation", "description": "", "x-ms-summary": "" }, "socialAuthentication": { "type": "object", "properties": { "authentication": { "description": "Reserved for DocuSign.", "type": "string" } }, "x-ds-definition-name": "socialAuthentication", "description": "", "x-ms-summary": "" }, "ssn": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "ssn", "description": "A one-line field that allows the recipient to enter a Social\nSecurity Number. The SSN can be typed with or without\ndashes. It uses the same parameters as a Text tab, with the\nvalidation message and pattern set for SSN information.\n", "x-ms-summary": "A one-line field that allows the recipient to enter a Social\nSecurity Number. The SSN can be typed with or without\ndashes. It uses the same parameters as a Text tab, with the\nvalidation message and pattern set for SSN information.\n" }, "ssn4InformationInput": { "type": "object", "properties": { "displayLevelCode": { "description": "Specifies the display level for the recipient. Valid values are:\n* `ReadOnly`\n* `Editable`\n* `DoNotDisplay`", "type": "string" }, "receiveInResponse": { "description": "A Boolean value that specifies whether the information must be returned in the response.", "type": "string" }, "ssn4": { "description": "The last four digits of the recipient's Social Security Number (SSN).", "type": "string" } }, "x-ds-definition-name": "ssn4InformationInput", "description": "", "x-ms-summary": "" }, "ssn9InformationInput": { "type": "object", "properties": { "displayLevelCode": { "description": "Specifies the display level for the recipient. Valid values are:\n* `ReadOnly`\n* `Editable`\n* `DoNotDisplay`", "type": "string" }, "ssn9": { "description": "The recipient's full Social Security Number (SSN).", "type": "string" } }, "x-ds-definition-name": "ssn9InformationInput", "description": "", "x-ms-summary": "" }, "stamp": { "type": "object", "properties": { "adoptedDateTime": { "description": "The UTC date and time when the user adopted the signature.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customField": { "description": "", "type": "string" }, "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageBase64": { "description": "", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampImageUri": { "description": "The URI for retrieving the image of the user's stamp.", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "stamp", "description": "", "x-ms-summary": "" }, "supportedLanguages": { "type": "object", "properties": { "languages": { "description": "A list of languages that you can use for a recipient's language setting. These are the languages that you can set for the standard email format and signing view for each recipient.\n\nFor example, in the recipient's email notification, this setting affects elements such as the standard introductory text describing the request to sign. It also determines the language used for buttons and tabs in both the email notification and the signing experience.\n\n**Note**: Setting a language for a recipient affects only the DocuSign standard text. Any custom text that you enter for the `emailBody` and `emailSubject` of the notification is not translated, and appears exactly as you enter it.\n\nExample:\n\n```\n{\n \"languages\": [\n {\n \"name\": \"Arabic (ar)\",\n \"value\": \"ar\"\n },\n {\n \"name\": \"Bulgarian (bg)\",\n \"value\": \"bg\"\n },\n .\n .\n .\n}\n```", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "supportedLanguages", "description": "A list of supported languages.", "x-ms-summary": "A list of supported languages." }, "tabAccountSettings": { "type": "object", "properties": { "allowTabOrder": { "description": "When set to **true**, account users can set a tab order for the signing process.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowTabOrderMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowTabOrder` property is editable.\n" }, "approveDeclineTabsEnabled": { "description": "When **true**, approve and decline tabs are enabled.", "type": "string" }, "approveDeclineTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `approveDeclineTabs` property is editable.\n" }, "calculatedFieldsEnabled": { "description": "When **true**, [calculated fields](https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields) are enabled for tabs.", "type": "string" }, "calculatedFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `calculatedFields` property is editable.\n" }, "checkboxTabsEnabled": { "description": "When **true**, checkbox tabs are enabled.", "type": "string" }, "checkBoxTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `checkBoxTabs` property is editable." }, "dataFieldRegexEnabled": { "description": "When **true**, regular expressions are enabled for tabs that contain data fields.", "type": "string" }, "dataFieldRegexMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldRegex` property is editable.\n" }, "dataFieldSizeEnabled": { "description": "When **true**, setting character limits for input fields is enabled.", "type": "string" }, "dataFieldSizeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldSize` property is editable.\n" }, "drawTabsEnabled": { "description": "", "type": "string" }, "drawTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "firstLastEmailTabsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "firstLastEmailTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "listTabsEnabled": { "description": "When **true**, list tabs are enabled.", "type": "string" }, "listTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `listTabs` property is editable.\n" }, "noteTabsEnabled": { "description": "When **true**, note tabs are enabled.", "type": "string" }, "noteTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `noteTabs` property is editable.\n" }, "radioTabsEnabled": { "description": "When **true**, radio button tabs are enabled.", "type": "string" }, "radioTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `radioTabs` property is editable.\n" }, "savingCustomTabsEnabled": { "description": "When **true**, saving custom tabs is enabled.", "type": "string" }, "savingCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `savingCustomTabs` property is editable.\n" }, "senderToChangeTabAssignmentsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "senderToChangeTabAssignmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "sharedCustomTabsEnabled": { "description": "When **true**, shared custom tabs are enabled.", "type": "string" }, "sharedCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sharedCustomTabs` property is editable.\n" }, "tabDataLabelEnabled": { "description": "When set to **true**, [data\nlabels](https://support.docusign.com/en/videos/Data-Labels) are enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabDataLabelMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabDataLabel` property is editable.\n" }, "tabLocationEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabLocationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabLockingEnabled": { "description": "When set to **true**, tab locking is enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabLockingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabLocking` property is editable.\n" }, "tabScaleEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabScaleMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabTextFormattingEnabled": { "description": "When set to **true**, text formatting (such as font type, font size,\nfont color, bold, italic, and underline) is enabled for tabs that\nsupport formatting.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabTextFormattingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabTextFormatting` property is editable.\n" }, "textTabsEnabled": { "description": "When **true**, text tabs are enabled.", "type": "string" }, "textTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `textTabs` property is editable.\n" } }, "x-ds-definition-name": "tabAccountSettings", "description": "", "x-ms-summary": "" }, "tabGroup": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "groupLabel": { "description": "A unique identifier for a tab group. To assign a tab to the `tabGroup`, you assign the `TabGroupLabel` to the `tab.TabGroupLabels` array.", "type": "string" }, "groupLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `groupLabel` property is editable." }, "groupRule": { "description": "Specifies how `maximumAllowed` and `minimumRequired`\nare interpreted when selecting tabs in a `tabGroup`.\n\nPossible values are:\n\n- `SelectAtLeast`\n- `SelectAtMost`\n- `SelectExactly`\n- `SelectARange`\n\n", "type": "string" }, "groupRuleMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `groupRule` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "maximumAllowed": { "description": "The maximum number of tabs within the `tabGroup` that should be checked, populated, or signed. This property is used for validation.", "type": "string" }, "maximumAllowedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maximumAllowed` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "minimumRequired": { "description": "The minimum number of of tabs within the `tabGroup` that should be checked, populated, or signed. This property is used for validation.", "type": "string" }, "minimumRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `minimumRequired` property is editable." }, "pageNumber": { "description": "The page number being accessed.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabScope": { "description": "The scope of the tab group. Possible values are:\n\n- `document`\n- `envelope` (default)", "type": "string" }, "tabScopeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabScope` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "tabGroup", "description": "", "x-ms-summary": "" }, "tabMetadata": { "type": "object", "properties": { "anchor": { "description": "An optional string that is used to auto-match tabs to strings located in the documents of an envelope.", "type": "string" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "collaborative": { "description": "", "type": "string" }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "createdByDisplayName": { "description": "The user name of the DocuSign user who created this object.", "type": "string" }, "createdByUserId": { "description": "The userId of the DocuSign user who created this object.", "type": "string" }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "editable": { "description": "When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified.", "type": "string" }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "includedInEmail": { "description": "When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs.", "type": "string" }, "initialValue": { "description": "The original value of the tab.", "type": "string" }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "items": { "description": "", "type": "array", "items": { "type": "string" } }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedByDisplayName": { "description": "The User Name of the DocuSign user who last modified this object.", "type": "string" }, "lastModifiedByUserId": { "description": "The userId of the DocuSign user who last modified this object.", "type": "string" }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "maximumLength": { "description": "", "type": "string" }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "name": { "description": "", "type": "string" }, "paymentItemCode": { "description": "If the custom tab is for a payment request, this is the external code for the item associated with the charge. For example, this might be your product id.\n\nExample: `SHAK1`\n\nMaximum Length: 100 characters.", "type": "string" }, "paymentItemDescription": { "description": "If the custom tab is for a payment request, this is the description of the item associated with the charge.\n\nExample: `The Danish play by Shakespeare`\n\nMaximum Length: 100 characters.", "type": "string" }, "paymentItemName": { "description": "If the custom tab is for a payment request, this is the name of the item associated with the charge.\n\nMaximum Length: 100 characters.\n\nExample: `Hamlet`", "type": "string" }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "scaleValue": { "description": "Sets the size of the tab. This field accepts values from `0.5` to `1.0`, where `1.0` represents full size and `0.5` is 50% of full size.", "type": "string" }, "selected": { "description": "When set to **true**, the radio button is selected.", "type": "string" }, "shared": { "description": "When **true**, the tab is shared.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "stampTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `stampType` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "type": { "description": "", "type": "string" }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "width": { "description": "The width of the tab in pixels.", "type": "string" } }, "x-ds-definition-name": "tabMetadata", "description": "", "x-ms-summary": "" }, "tabMetadataList": { "type": "object", "properties": { "tabs": { "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients.", "type": "array", "items": { "$ref": "#/definitions/tabMetadata" } } }, "x-ds-definition-name": "tabMetadataList", "description": "", "x-ms-summary": "" }, "tabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "tabs", "description": "Tabs indicate to recipients where they should sign, initial, or enter data on a document. They are represented graphically as symbols on documents at the time of signing. Tabs can also display data to the recipients.", "x-ms-summary": "Tabs indicate to recipients where they should sign, initial, or enter data on a document. They are represented graphically as symbols on documents at the time of signing. Tabs can also display data to the recipients." }, "templateCustomFields": { "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "templateCustomFields", "description": "", "x-ms-summary": "" }, "templateDocumentsResult": { "type": "object", "properties": { "templateDocuments": { "description": "An array of document objects that contain information about the documents associated with the template.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "templateId": { "description": "The id of the template.", "type": "string" } }, "x-ds-definition-name": "templateDocumentsResult", "description": "", "x-ms-summary": "" }, "templateDocumentVisibilityList": { "type": "object", "properties": { "documentVisibility": { "description": "An array of `documentVisibility` objects that specifies which documents are visible to which recipients.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } } }, "x-ds-definition-name": "templateDocumentVisibilityList", "description": "A list of `documentVisibility` objects that specify whether the documents associated with a template are visible to recipients.", "x-ms-summary": "A list of `documentVisibility` objects that specify whether the documents associated with a template are visible to recipients." }, "templateInformation": { "type": "object", "properties": { "templates": { "description": "An array of `templateSummary` objects that contain information about templates.", "type": "array", "items": { "$ref": "#/definitions/templateSummary" } } }, "x-ds-definition-name": "templateInformation", "description": "", "x-ms-summary": "" }, "templateMatch": { "type": "object", "properties": { "documentEndPage": { "description": "", "type": "string" }, "documentStartPage": { "description": "", "type": "string" }, "matchPercentage": { "description": "", "type": "string" } }, "x-ds-definition-name": "templateMatch", "description": "", "x-ms-summary": "" }, "templateNotificationRequest": { "type": "object", "properties": { "expirations": { "$ref": "#/definitions/expirations", "description": "A complex element that specifies the expiration settings for the envelope." }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "reminders": { "$ref": "#/definitions/reminders", "description": "A complex element that specifies reminder settings for the envelope" }, "useAccountDefaults": { "description": "When set to **true**, the account default notification settings are used for the envelope, overriding the reminders and expirations settings. When set to **false**, the reminders and expirations settings specified in this request are used.", "type": "string" } }, "x-ds-definition-name": "templateNotificationRequest", "description": "", "x-ms-summary": "" }, "templateRecipients": { "type": "object", "properties": { "agents": { "description": "A list of agent recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/agent" } }, "carbonCopies": { "description": "A list of carbon copy recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/carbonCopy" } }, "certifiedDeliveries": { "description": "A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.", "type": "array", "items": { "$ref": "#/definitions/certifiedDelivery" } }, "currentRoutingOrder": { "description": "The routing order of the current recipient. If this value equals a particular signer's routing order, it indicates that the envelope has been sent to that recipient, but he or she has not completed the required actions.", "type": "string" }, "editors": { "description": "A list of users who can edit the envelope.", "type": "array", "items": { "$ref": "#/definitions/editor" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "inPersonSigners": { "description": "Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.", "type": "array", "items": { "$ref": "#/definitions/inPersonSigner" } }, "intermediaries": { "description": "Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).", "type": "array", "items": { "$ref": "#/definitions/intermediary" } }, "notaries": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryRecipient" } }, "recipientCount": { "description": "The number of recipients in the envelope.", "type": "string" }, "seals": { "description": "Specifies one or more electronic seals to apply on documents. For more information on Electronic Seals , see https://support.docusign.com/en/guides/ndse-user-guide-apply-electronic-seals", "type": "array", "items": { "$ref": "#/definitions/sealSign" } }, "signers": { "description": "A list of signers on the envelope.", "type": "array", "items": { "$ref": "#/definitions/signer" } }, "witnesses": { "description": "A list of signers who act as witnesses on the envelope.", "type": "array", "items": { "$ref": "#/definitions/witness" } } }, "x-ds-definition-name": "templateRecipients", "description": "", "x-ms-summary": "" }, "templateRole": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "defaultRecipient": { "description": "When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.", "type": "string" }, "email": { "description": "Specifies the email associated with a role name.", "type": "string" }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "inPersonSignerName": { "description": "Specifies the full legal name of the signer in person signer template roles.\n\nMaximum Length: 100 characters.", "type": "string" }, "name": { "description": "Specifies the recipient's name.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." } }, "x-ds-definition-name": "templateRole", "description": "", "x-ms-summary": "" }, "templateSharedItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "owner": { "$ref": "#/definitions/userInfo", "description": "Information about the user who owns the template." }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "shared": { "description": "How the template is shared. One of:\n\n- `not_shared`\n- `shared_to`\n", "type": "string" }, "sharedGroups": { "description": "List of groups that share the template.", "type": "array", "items": { "$ref": "#/definitions/memberGroupSharedItem" } }, "sharedUsers": { "description": "List of users that share the template.", "type": "array", "items": { "$ref": "#/definitions/userSharedItem" } }, "templateId": { "description": "The unique identifier of the template. If this is not provided, DocuSign will generate a value. ", "type": "string" }, "templateName": { "description": "The name of the shared template.", "type": "string" } }, "x-ds-definition-name": "templateSharedItem", "description": "Information about shared templates.", "x-ms-summary": "Information about shared templates." }, "templateSummary": { "type": "object", "properties": { "applied": { "description": "Reserved for DocuSign.", "type": "string" }, "documentId": { "description": "Specifies the document ID number that the tab is placed on. This must refer to an existing document's id attribute.", "type": "string" }, "documentName": { "description": "The name of the document.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "name": { "description": "The name of the template.", "type": "string" }, "templateId": { "description": "The unique identifier of the template. If this is not provided, DocuSign will generate a value. ", "type": "string" }, "templateMatch": { "$ref": "#/definitions/templateMatch", "description": "" }, "uri": { "description": "A URI containing the user ID.", "type": "string" } }, "x-ds-definition-name": "templateSummary", "description": "Summary of a template request.", "x-ms-summary": "Summary of a template request." }, "templateTabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "templateTabs", "description": "", "x-ms-summary": "" }, "templateUpdateSummary": { "type": "object", "properties": { "bulkEnvelopeStatus": { "$ref": "#/definitions/bulkEnvelopeStatus", "description": "An object that describes the status of the bulk send envelopes." }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "listCustomFieldUpdateResults": { "description": "", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipientUpdateResults": { "description": "An array of `recipientUpdateResults` objects that contain details about the recipients.", "type": "array", "items": { "$ref": "#/definitions/recipientUpdateResponse" } }, "tabUpdateResults": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "" }, "textCustomFieldUpdateResults": { "description": "", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "templateUpdateSummary", "description": "", "x-ms-summary": "" }, "text": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "formula": { "description": "Contains the formula\nfor calculating the value of\nthis tab.\n\nUse a tab's `tabLabel`,\nenclosed in brackets,\nto refer to it.\n\nFor example,\nyou want to present the total cost\nof two items, tax included.\n\nThe cost of each item is stored\nin number tabs labeled Item1 and Item2.\nThe tax rate is in a number tab\nlabeled TaxRate.\n\nThe formula string for this property\nwould be:\n`([Item1] + [Item2]) * (1 + [TaxRate])`\n\nSee [Calculated Fields][calculatedfields]\nin the DocuSign Support Center\nto learn more about formulas.\n\nMaximum Length: 2000 characters\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n", "type": "string" }, "formulaMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata indicating if the sender can edit the `formula` property." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "isPaymentAmount": { "description": "When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. ", "type": "string" }, "isPaymentAmountMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `isPaymentAmount` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "text", "description": "A tab that allows the recipient to enter any type of text.\n", "x-ms-summary": "A tab that allows the recipient to enter any type of text.\n" }, "textCustomField": { "type": "object", "properties": { "configurationType": { "description": "If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "fieldId": { "description": "The id of the custom field.", "type": "string" }, "name": { "description": "The name of the custom field.", "type": "string" }, "required": { "description": "When set to **true**, senders are required to enter or select information for the field before they can send the envelope.", "type": "string" }, "show": { "description": "When set to **true**, the field displays in the **Envelope Custom Fields** section when a user creates or sends an envelope.", "type": "string" }, "value": { "description": "The value of the custom field. The user who creates or sends the envelope provides this value. Maximum length: 100 characters.", "type": "string" } }, "x-ds-definition-name": "textCustomField", "description": "This object represents a free text custom field where envelope creators and senders can enter custom data.", "x-ms-summary": "This object represents a free text custom field where envelope creators and senders can enter custom data." }, "title": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "title", "description": "A tab that displays the recipient's title.\n", "x-ms-summary": "A tab that displays the recipient's title.\n" }, "usageHistory": { "description": "A complex element consisting of: \n\n* lastSentDateTime - the date and time the user last sent an envelope. \n* lastSignedDateTime - the date and time the user last signed an envelope.\n* sentCount - the number of envelopes the user has sent.\n* signedCount - the number of envelopes the user has signed.", "type": "object", "properties": { "lastSentDateTime": { "description": "The date and time the user last sent an envelope. ", "type": "string" }, "lastSignedDateTime": { "description": "The date and time the user last signed an envelope.", "type": "string" }, "sentCount": { "description": "The number of envelopes the user has sent. ", "type": "string" }, "signedCount": { "description": "The number of envelopes the user has signed. ", "type": "string" } }, "x-ds-definition-name": "usageHistory", "x-ms-summary": "A complex element consisting of: \n\n* lastSentDateTime - the date and time the user last sent an envelope. \n* lastSignedDateTime - the date and time the user last signed an envelope.\n* sentCount - the number of envelopes the user has sent.\n* signedCount - the number of envelopes the user has signed." }, "userAccountManagementGranularInformation": { "type": "object", "properties": { "canManageAccountSecuritySettings": { "description": "**True** if the user can manage account security settings.", "type": "string" }, "canManageAccountSecuritySettingsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "canManageAccountSettings": { "description": "**True** if the user can manage account settings.", "type": "string" }, "canManageAccountSettingsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "canManageAdmins": { "description": "**True** if the user can manage administrators.", "type": "string" }, "canManageAdminsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `canManageAdmins` property is editable.\n" }, "canManageEnvelopeTransfer": { "description": "", "type": "string" }, "canManageEnvelopeTransferMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "canManageReporting": { "description": "**True** if the user can manage reporting.", "type": "string" }, "canManageReportingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "canManageSharing": { "description": "**True** if the user can manage sharing.", "type": "string" }, "canManageSharingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `canManageSharing` property is editable.\n" }, "canManageSigningGroups": { "description": "**True** if the user can manage signing groups.", "type": "string" }, "canManageSigningGroupsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "canManageUsers": { "description": "**True** if the user can manage users.", "type": "string" }, "canManageUsersMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `canManageUsers` property is editable.\n" }, "canViewUsers": { "description": "", "type": "string" } }, "x-ds-definition-name": "userAccountManagementGranularInformation", "description": "Describes which account management capabilities a user has.", "x-ms-summary": "Describes which account management capabilities a user has." }, "userInfo": { "type": "object", "properties": { "accountId": { "description": "The external account number (int) or account ID GUID.", "type": "string" }, "accountName": { "description": "The name on the account.", "type": "string" }, "activationAccessCode": { "description": "Access code provided to the user to activate the account.", "type": "string" }, "email": { "description": "The user's email address.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "loginStatus": { "description": "Boolean value that indicates whether the user is currently logged in or not.", "type": "string" }, "membershipId": { "description": "The user's membership ID.", "type": "string" }, "sendActivationEmail": { "description": "When set to **true**, specifies that an activation email be sent to the user.", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" }, "userStatus": { "description": "Status of the user's account. One of:\n\n- `ActivationRequired`\n- `ActivationSent`\n- `Active`\n- `Closed`\n- `Disabled`\n", "type": "string" }, "userType": { "description": "The type of user, for example `CompanyUser`.", "type": "string" } }, "x-ds-definition-name": "userInfo", "description": "", "x-ms-summary": "" }, "userInfoList": { "type": "object", "properties": { "users": { "description": "An array of `userInfo` objects containing information about the users in the group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } } }, "x-ds-definition-name": "userInfoList", "description": "", "x-ms-summary": "" }, "userInformation": { "type": "object", "properties": { "activationAccessCode": { "description": "Access code provided to the user to activate the account.", "type": "string" }, "company": { "description": "The name of the user's company.", "type": "string" }, "connectConfigurations": { "description": "Object representing the user's custom Connect configuration.", "type": "array", "items": { "$ref": "#/definitions/connectUserObject" } }, "countryCode": { "description": "The three-letter code for the user's country.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customSettings": { "description": "The name/value pair information for the user custom setting.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "defaultAccountId": { "description": "The default account ID associated with the user.", "type": "string" }, "email": { "description": "The user's email address.", "type": "string" }, "enableConnectForUser": { "description": "Boolean value that specifies whether the user is enabled for updates from DocuSign Connect.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "firstName": { "description": "The user's first name. \nMaximum Length: 50 characters.", "type": "string" }, "forgottenPasswordInfo": { "$ref": "#/definitions/forgottenPasswordInformation", "description": "A complex element containing up to four Question/Answer pairs for forgotten password information." }, "groupList": { "description": "A list of the group information for groups to add the user to.\nUse [UserGroups::listGroups](https://developers.docusign.com/esign-rest-api/reference/UserGroups/Groups/list) to get information about groups.\n\nWhen setting a user's group, only the `groupId` is required.\n", "type": "array", "items": { "$ref": "#/definitions/group" } }, "homeAddress": { "$ref": "#/definitions/addressInformation", "description": "Specifies the email for the signing host. It is a Required element for In Person Signers recipient Type. \nMaximum Length: 100 characters." }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isAdmin": { "description": "Determines if the feature set is actively set as part of the plan.", "type": "string" }, "isNAREnabled": { "description": "When set to **true**, National Association of Realtors (NAR) signature logos are enabled for the user.", "type": "string" }, "jobTitle": { "description": "The user's job title.", "type": "string" }, "lastLogin": { "description": "The date and time when the user last logged in to the system.", "type": "string" }, "lastName": { "description": "The user's last name. \nMaximum Length: 50 characters.", "type": "string" }, "loginStatus": { "description": "Boolean value that indicates whether the user is currently logged in or not.", "type": "string" }, "middleName": { "description": "The user's middle name. \nLimit: 50 characters.", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "passwordExpiration": { "description": "If password expiration is enabled, the date-time when the user's password expires.", "type": "string" }, "permissionProfileId": { "description": "The ID of the permission profile. Possible values include:\n\n- `2301416` (for the `DocuSign Viewer` profile)\n- `2301415` (for the `DocuSign Sender` profile)\n- `2301414` (for the `Account Administrator` profile)\n\nIn addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`.", "type": "string" }, "permissionProfileName": { "description": "The name of the account permission profile. \n\nExample: `Account Administrator`", "type": "string" }, "profileImageUri": { "description": "The URL for retrieving the user's profile image.", "type": "string" }, "sendActivationEmail": { "description": "When set to **true**, specifies that an activation email be sent to the user.", "type": "string" }, "sendActivationOnInvalidLogin": { "description": "When set to **true**, specifies that an additional activation email be sent if user's log on fails before the account is activated.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "subscribe": { "description": "", "type": "string" }, "suffixName": { "description": "The suffix for the user's name, such as Jr, IV, PhD, etc.\n\nLimit: 50 characters. ", "type": "string" }, "title": { "description": "The title of the user.", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userAddedToAccountDateTime": { "description": "The date and time that the user was added to the account.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" }, "userProfileLastModifiedDate": { "description": "The date and time that the user's profile was last modified.", "type": "string" }, "userSettings": { "$ref": "#/definitions/userSettingsInformation", "description": "The collection of settings representing the actions a user can perform. See [userSettingsInformation](https://developers.docusign.com/esign-rest-api/reference/Users/Users/get#userSettingsInformation) for available settings." }, "userStatus": { "description": "Status of the user's account. One of:\n\n- `ActivationRequired`\n- `ActivationSent`\n- `Active`\n- `Closed`\n- `Disabled`\n", "type": "string" }, "userType": { "description": "The type of user, for example `CompanyUser`.", "type": "string" }, "workAddress": { "$ref": "#/definitions/addressInformation", "description": "" } }, "x-ds-definition-name": "userInformation", "description": "User information.", "x-ms-summary": "User information." }, "userInformationList": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/userInformation" } } }, "x-ds-definition-name": "userInformationList", "description": "Contains a list of account users.", "x-ms-summary": "Contains a list of account users." }, "userPasswordInformation": { "type": "object", "properties": { "currentPassword": { "description": "The user's current password to be changed.", "type": "string" }, "email": { "description": "The user's email address for the associated account.", "type": "string" }, "forgottenPasswordInfo": { "$ref": "#/definitions/forgottenPasswordInformation", "description": "A complex element containing up to four Question/Answer pairs for forgotten password information." }, "newPassword": { "description": "The user's new password.", "type": "string" } }, "x-ds-definition-name": "userPasswordInformation", "description": "", "x-ms-summary": "" }, "userPasswordRules": { "type": "object", "properties": { "passwordRules": { "$ref": "#/definitions/accountPasswordRules", "description": "Contains details about the password rules for the user." }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "userPasswordRules", "description": "Contains details about the password rules for a user.", "x-ms-summary": "Contains details about the password rules for a user." }, "userProfile": { "type": "object", "properties": { "address": { "$ref": "#/definitions/addressInformation", "description": "The user's address." }, "authenticationMethods": { "description": "Indicates the authentication methods that the user uses. These properties cannot be modified by the PUT operation. ", "type": "array", "items": { "$ref": "#/definitions/authenticationMethod" } }, "companyName": { "description": "The name of the user's company.", "type": "string" }, "displayOrganizationInfo": { "description": " When set to **true**, the user's company and title information display on the ID card. ", "type": "string" }, "displayPersonalInfo": { "description": "When set to **true**, the user's address and phone number display on the ID card.", "type": "string" }, "displayProfile": { "description": "When set to **true**, the user's ID card can be viewed from signed documents and envelope history.", "type": "string" }, "displayUsageHistory": { "description": "When set to **true**, the user's usage information displays on the ID card.", "type": "string" }, "profileImageUri": { "description": "The URL for retrieving the user's profile image.", "type": "string" }, "title": { "description": "The title of the user.", "type": "string" }, "usageHistory": { "$ref": "#/definitions/usageHistory", "description": "A complex element consisting of: \n\n- `lastSentDateTime`: The date and time the user last sent an envelope. \n- `lastSignedDateTime`: The date and time the user last signed an envelope.\n- `sentCount`: The number of envelopes the user has sent.\n- `signedCount`: The number of envelopes the user has signed. \n" }, "userDetails": { "$ref": "#/definitions/userInformation", "description": "" }, "userProfileLastModifiedDate": { "description": "The date and time that the user's profile was last modified.", "type": "string" } }, "x-ds-definition-name": "userProfile", "description": "", "x-ms-summary": "" }, "userSettingsInformation": { "type": "object", "properties": { "accountManagementGranular": { "$ref": "#/definitions/userAccountManagementGranularInformation", "description": "Describes which account management capabilities a user has." }, "adminOnly": { "description": "Reserved for DocuSign.", "type": "string" }, "adminOnlyMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "allowAutoTagging": { "description": "When set to **true**, the API returns suggested tabs for documents for this user.", "type": "string" }, "allowEnvelopeTransferTo": { "description": "When set to **true**, this user can participate in envelope transfers on the account.", "type": "string" }, "allowEnvelopeTransferToMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "allowEsealRecipients": { "description": "When set to **true**, this user can create [electronic seal recipients][eseal].\n\n[eseal]: /esign/restapi//Envelopes/EnvelopeRecipients#seal-recipient", "type": "string" }, "allowEsealRecipientsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `allowEsealRecipientsMetadata` property." }, "allowPowerFormsAdminToAccessAllPowerFormEnvelope": { "description": "When set to **true** and this user is an administrator, they can view all of the envelopes generated from PowerForms. The default value is **false**.", "type": "string" }, "allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property." }, "allowRecipientLanguageSelection": { "description": "When set to **true**, this user can set the language used in the standard email format for a recipient when creating an envelope.", "type": "string" }, "allowRecipientLanguageSelectionMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata for allowRecipientLanguageSelection." }, "allowSendOnBehalfOf": { "description": "When set to **true**, this user can send envelopes \"on behalf of\" other users through the API.", "type": "string" }, "allowSendOnBehalfOfMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata for allowSendOnBehalfOf." }, "allowSupplementalDocuments": { "description": "When **true**, this user can include supplemental documents.", "type": "string" }, "allowSupplementalDocumentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowSupplementalDocuments` property is editable." }, "anchorTagVersionedPlacementEnabled": { "description": "Reserved for DocuSign.\n", "type": "string" }, "apiAccountWideAccess": { "description": "When **true**, indicates that this user can send envelope-specific API requests on the account.", "type": "string" }, "apiAccountWideAccessMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata for apiAccountWideAccess." }, "apiCanExportAC": { "description": "When **true**, this user can export authoritative copy for the account.", "type": "string" }, "apiCanExportACMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `apiCanExportACMetadata` property." }, "bulkSend": { "description": "When **true**, this user can use the bulk send feature for the account.", "type": "string" }, "bulkSendMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `bulkSend` property is editable.\n" }, "canChargeAccount": { "description": "Reserved for DocuSign.", "type": "string" }, "canChargeAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "canEditSharedAddressbook": { "description": "When true, this user can edit the shared address book for the account.", "type": "string" }, "canEditSharedAddressbookMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canEditSharedAddressbookMetadata` property." }, "canLockEnvelopes": { "description": "When set to **true**, this user can lock envelopes.", "type": "string" }, "canLockEnvelopesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canLockEnvelopes` property." }, "canManageAccount": { "description": "When **true**, this user is an administrator for the account.", "type": "string" }, "canManageAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canManageAccountMetadata` property." }, "canManageDistributor": { "description": "Reserved for DocuSign.", "type": "string" }, "canManageDistributorMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canManageDistributor` property." }, "canManageTemplates": { "description": "When **true**, this user can manage templates for the account.", "type": "string" }, "canManageTemplatesMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canManageTemplates` property." }, "canSendAPIRequests": { "description": "When **true**, this user can send API requests on the account.", "type": "string" }, "canSendAPIRequestsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canSendAPIRequests` property." }, "canSendEnvelope": { "description": "When **true**, this user can send envelopes on the account.", "type": "string" }, "canSendEnvelopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canSendEnvelope` property." }, "canSignEnvelope": { "description": "When **true**, this user can sign envelopes.", "type": "string" }, "canSignEnvelopeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canSignEnvelope` property." }, "canUseScratchpad": { "description": "When set to **true**, this user can use a scratchpad to edit information.", "type": "string" }, "canUseScratchpadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `canUseScratchpad` property." }, "canUseSmartContracts": { "description": "Reserved for DocuSign.", "type": "string" }, "canUseSmartContractsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "disableDocumentUpload": { "description": "When **true**, this user is prohibited from uploading documents during sending.", "type": "string" }, "disableDocumentUploadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableDocumentUpload` property is editable.\n" }, "disableOtherActions": { "description": "When **true**, this user can access the **Other Actions** menu.", "type": "string" }, "disableOtherActionsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `disableOtherActions` property is editable.\n" }, "enableDSPro": { "description": "Reserved for DocuSign.", "type": "string" }, "enableDSProMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableDSPro` property is editable.\n" }, "enableSequentialSigningAPI": { "description": "When set to **true**, the account can define the routing\norder of recipients for envelopes sent by using the eSignature API.\n\n**Note**: Only SysAdmin users can change this setting.", "type": "string" }, "enableSequentialSigningAPIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.\n" }, "enableSequentialSigningUI": { "description": "When set to **true**, the account can define the routing order\nof recipients for envelopes sent by using the DocuSign application.\n\n**Note**: Only SysAdmin users can change this setting.\n", "type": "string" }, "enableSequentialSigningUIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSequentialSigningUI` property is editable.\n" }, "enableSignerAttachments": { "description": "When **true**, this user can use the signing attachments feature.", "type": "string" }, "enableSignerAttachmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignerAttachments` property is editable.\n" }, "enableSignOnPaperOverride": { "description": "When set to **true**, a user can override the default default account setting for the Sign on Paper option, which specifies whether signers can sign documents on paper as an option to signing electronically.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "enableSignOnPaperOverrideMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.\n" }, "enableTransactionPoint": { "description": "Reserved for DocuSign.", "type": "string" }, "enableTransactionPointMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "enableVaulting": { "description": "When set to **true**, Vaulting is enabled for the account.", "type": "string" }, "enableVaultingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `enableVaulting` property is editable.\n" }, "expressSendOnly": { "description": "When set to **false**, this user can apply tabs to documents during the sending experience.", "type": "string" }, "locale": { "description": "The user's locale code. Valid values are:\n- `zh_CN`\n- `zh_TW`\n- `nl`\n- `en`\n- `fr`\n- `de`\n- `it`\n- `ja`\n- `ko`\n- `pt`\n- `pt_BR`\n- `ru`\n- `es`", "type": "string" }, "localeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `locale` property." }, "localePolicy": { "$ref": "#/definitions/localePolicy", "description": "Reserved for DocuSign." }, "manageClickwrapsMode": { "description": "When set to **true**, this user can create and manage [Clickwraps](https://developers.docusign.com/click-api).", "type": "string" }, "manageClickwrapsModeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `manageClickwrapsMode` property." }, "modifiedBy": { "description": "The user id (GUID) of the user who last modified this user record.", "type": "string" }, "modifiedByMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `modifiedBy` property." }, "modifiedDate": { "description": "The date on which this user record was last modified.", "type": "string" }, "modifiedDateMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `modifiedDate` property." }, "modifiedPage": { "description": "Note referencing the page that modified this user record.", "type": "string" }, "modifiedPageMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `modifiedPage` property." }, "newSendUI": { "description": "Reserved for DocuSign.", "type": "string" }, "newSendUIMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `newSendUI` property." }, "powerFormMode": { "description": "Indicates the Power Form mode setting for the user:\n- `none`\n- `admin`\n- `user`", "type": "string" }, "powerFormModeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `powerFormMode` property." }, "recipientViewedNotification": { "description": "When **true**, this user receives notifications when envelopes are viewed.", "type": "string" }, "recipientViewedNotificationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `recipientViewedNotification` property." }, "sealIdentifiers": { "description": "Information about the seals associated with this user.", "type": "array", "items": { "$ref": "#/definitions/sealIdentifier" } }, "selfSignedRecipientEmailDocument": { "description": "Sets how self-signed documents are presented to the email recipients.\nValid values are:\n\n- `include_pdf`: A PDF of the completed document is attached to the email.\n- `include_link`: A secure link to the self-signed documents is included\n in the email.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "selfSignedRecipientEmailDocumentMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.\n" }, "senderEmailNotifications": { "$ref": "#/definitions/senderEmailNotifications", "description": " \nAn array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. \n\nThe user inherits the default account sender email notification settings when the user is created. The email notifications are:\n\n* envelopeComplete\n* changedSigner \n* senderEnvelopeDeclined \n* withdrawnConsent \n* recipientViewed \n* deliveryFailed \n " }, "signerEmailNotifications": { "$ref": "#/definitions/signerEmailNotifications", "description": "An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created." }, "supplementalDocumentIncludeInDownload": { "description": "When **true**, this user gets supplemental documents when downloading documents.", "type": "string" }, "supplementalDocumentsMustAccept": { "description": "When **true**, this user must accept supplemental documents.", "type": "string" }, "supplementalDocumentsMustAcceptMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.\n" }, "supplementalDocumentsMustRead": { "description": "When **true**, this user must both view and accept supplemental documents.", "type": "string" }, "supplementalDocumentsMustReadMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.\n" }, "supplementalDocumentsMustView": { "description": "When **true**, this user must view supplemental documents.", "type": "string" }, "supplementalDocumentsMustViewMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.\n" }, "templateActiveCreation": { "description": "When set to **true**, a new template is created each time the user sends an envelope.", "type": "string" }, "templateActiveCreationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `templateActiveCreation` property." }, "templateApplyNotify": { "description": "When set to **true**, the system notifies this user before applying a matching template.", "type": "string" }, "templateApplyNotifyMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `templateApplyNotify` property." }, "templateAutoMatching": { "description": "When set to **true**, the system automatically applies a matching template to a document if only one template matches. If there are multiple matches, it displays a list of matches to select from.", "type": "string" }, "templateAutoMatchingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `templateAutoMatching` property." }, "templateMatchingSensitivity": { "description": "Percentage used when matching templates.", "type": "string" }, "templateMatchingSensitivityMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `tempalteMatchingSensitivity` property." }, "templatePageLevelMatching": { "description": "When **true**, users see template matching functionality.", "type": "string" }, "templatePageLevelMatchingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `templatePageLevelMatching` property." }, "timezoneDST": { "description": "When true, daylight savings time is in effect for this user's time zone.", "type": "string" }, "timezoneDSTMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `timezoneDST` property." }, "timezoneMask": { "description": "The custom DateTime format setting for this user.", "type": "string" }, "timezoneMaskMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `timezoneMask` property." }, "timezoneOffset": { "description": "The timezone offset for the user. Valid values:\n- `tz_01_afghanistan`\n- `tz_02_alaskan`\n- `tz_03_arab`\n- `tz_04_arabian`\n- `tz_05_arabic`\n- `tz_06_argentina`\n- `tz_07_atlantic`\n- `tz_08_aus_central`\n- `tz_09_aus_eastern`\n- `tz_10_azerbaijan`\n- `tz_11_azores`\n- `tz_12_bangladesh`\n- `tz_13_canada_central`\n- `tz_14_cape_verde`\n- `tz_15_caucasus`\n- `tz_16_central_australia`\n- `tz_17_central_america`\n- `tz_18_central_asia`\n- `tz_19_central_brazilian`\n- `tz_20_central_europe`\n- `tz_21_central_european`\n- `tz_22_central_pacific`\n- `tz_23_central`\n- `tz_24_central_mexico`\n- `tz_25_china`\n- `tz_26_dateline`\n- `tz_27_east_africa`\n- `tz_28_east_australia`\n- `tz_29_east_europe`\n- `tz_30_east_south_america`\n- `tz_31_eastern`\n- `tz_32_egypt`\n- `tz_33_ekaterinburg`\n- `tz_34_fiji`\n- `tz_35_fli`\n- `tz_36_georgian`\n- `tz_37_gmt`\n- `tz_38_greenland`\n- `tz_39_greenwich`\n- `tz_40_gtb`\n- `tz_41_hawaiian`\n- `tz_42_india`\n- `tz_43_iran`\n- `tz_44_israel`\n- `tz_45_jordan`\n- `tz_46_kaliningrad`\n- `tz_47_kamchatka`\n- `tz_48_korea`\n- `tz_49_magadan`\n- `tz_50_mauritius`\n- `tz_51_mid_atlantic`\n- `tz_52_middle_east`\n- `tz_53_montevideo`\n- `tz_54_morocco`\n- `tz_55_mountain`\n- `tz_56_mountain_mexico`\n- `tz_57_myanmar`\n- `tz_58_north_central_asia`\n- `tz_59_namibia`\n- `tz_60_nepal`\n- `tz_61_new_zealand`\n- `tz_62_new_foundland`\n- `tz_63_north_asia_east`\n- `tz_64_north_asia`\n- `tz_65_pacific_sa`\n- `tz_66_pacific`\n- `tz_67_pacific_mexico`\n- `tz_68_pakistan`\n- `tz_69_paraguay`\n- `tz_70_romance`\n- `tz_71_russian`\n- `tz_72_sa_eastern`\n- `tz_73_sa_pacific`\n- `tz_74_sa_western`\n- `tz_75_samoa`\n- `tz_76_se_asia`\n- `tz_77_singapore`\n- `tz_78_south_africa`\n- `tz_79_sriLanka`\n- `tz_80_syria`\n- `tz_81_taipei`\n- `tz_82_tasmania`\n- `tz_83_tokyo`\n- `tz_84_tonga`\n- `tz_85_turkey`\n- `tz_86_ulaanbaatar`\n- `tz_87_us_eastern`\n- `tz_88_us_mountain`\n- `tz_89_venezuela`\n- `tz_90_vladivostok`\n- `tz_91_west_australia`\n- `tz_92_west_central_africa`\n- `tz_93_west_europe`\n- `tz_94_west_asia`\n- `tz_95_west_pacific`\n- `tz_96_yakutsk`", "type": "string" }, "timezoneOffsetMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `timezoneOffset` property." }, "timezoneSendingPref": { "description": "Reserved for DocuSign.", "type": "string" }, "timezoneSendingPrefMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "timezoneSigningPref": { "description": "Reserved for DocuSign.", "type": "string" }, "timezoneSigningPrefMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "transactionPointSiteNameURL": { "description": "Reserved for DocuSign.", "type": "string" }, "transactionPointSiteNameURLMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "transactionPointUserName": { "description": "Reserved for DocuSign.", "type": "string" }, "transactionPointUserNameMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "vaultingMode": { "description": "Indicates the specified Vaulting mode:\n- `none`\n- `estored`\n- `electronic_original`", "type": "string" }, "vaultingModeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata about the `vaultingMode` property." } }, "x-ds-definition-name": "userSettingsInformation", "description": "Properties that configure the settings for a user. Some elements of this object have a `metadata` property, which includes the following:\n- `rights`: The calling users permissions to edit this setting (can be `editable` or `read_only`)\n- `uiHint`: Internally used to build UIs (can be `available` or `hidden`)\n- `options`: The values supported for this setting (not all settings have this element)", "x-ms-summary": "Properties that configure the settings for a user. Some elements of this object have a `metadata` property, which includes the following:\n- `rights`: The calling users permissions to edit this setting (can be `editable` or `read_only`)\n- `uiHint`: Internally used to build UIs (can be `available` or `hidden`)\n- `options`: The values supported for this setting (not all settings have this element)" }, "userSharedItem": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "shared": { "description": "How the item is shared. One of:\n\n- `not_shared`\n- `shared_to`\n- `shared_from`\n- `shared_to_and_from`\n", "type": "string" }, "user": { "$ref": "#/definitions/userInfo", "description": "The user whose sharing information is being requested." } }, "x-ds-definition-name": "userSharedItem", "description": "Information about a shared item.", "x-ms-summary": "Information about a shared item." }, "userSignature": { "type": "object", "properties": { "adoptedDateTime": { "description": "The UTC date and time when the user adopted the signature.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customField": { "description": "", "type": "string" }, "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageBase64": { "description": "A Base64-encoded representation of the signature image.", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "initials150ImageId": { "description": "The ID of the user's initials image.", "type": "string" }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "nrdsStatus": { "description": "The realtor's NAR membership status. The value `active` verifies that the user is a current NAR member. Valid values are:\n\n- `Active`\n- `Inactive`\n- `Terminate`\n- `Provisional`\n- `Deceased`\n- `Suspend`\n- `Unknown`", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signature150ImageId": { "description": "The ID of the user's signature image.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureId": { "description": "The ID of the signature being accessed.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "signatureRights": { "description": "The rights that the user has to the signature. Valid values are:\n\n- `none`\n- `read`\n- `admin`", "type": "string" }, "signatureType": { "description": "Specifies the type of signature.", "type": "string" }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampImageUri": { "description": "The URI for retrieving the image of the user's stamp.", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "userSignature", "description": "", "x-ms-summary": "" }, "userSignatureDefinition": { "type": "object", "properties": { "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureId": { "description": "Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" } }, "x-ds-definition-name": "userSignatureDefinition", "description": "", "x-ms-summary": "" }, "userSignaturesInformation": { "type": "object", "properties": { "userSignatures": { "description": "An array of `userSignature` objects.", "type": "array", "items": { "$ref": "#/definitions/userSignature" } } }, "x-ds-definition-name": "userSignaturesInformation", "description": "", "x-ms-summary": "" }, "userSocialIdResult": { "type": "object", "properties": { "socialAccountInformation": { "description": "Contains properties that map a DocuSign user to a social account such as Facebook or Yahoo.", "type": "array", "items": { "$ref": "#/definitions/socialAccountInformation" } }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" } }, "x-ds-definition-name": "userSocialIdResult", "description": "", "x-ms-summary": "" }, "usersResponse": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } } }, "x-ds-definition-name": "usersResponse", "description": "", "x-ms-summary": "" }, "view": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "buttonText": { "description": "The text to display on the button.", "type": "string" }, "buttonTextMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `buttonText` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "The unique id for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "required": { "description": "When set to **true**, the recipient must click the **View** button for the supporting document prior to completing the signing process.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requiredRead": { "description": "When set to **true**, the recipient must read through the document.", "type": "string" }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "view", "description": "This tab is used with the Approve tab to handle supplemental documents.", "x-ms-summary": "This tab is used with the Approve tab to handle supplemental documents." }, "viewUrl": { "type": "object", "properties": { "url": { "description": "The endpoint to which webhook notification messages are sent via an HTTP/S POST request. For the DocuSign production platform, the url must start with https. For the demo platform, either http or https is ok.", "type": "string" } }, "x-ds-definition-name": "viewUrl", "description": "", "x-ms-summary": "" }, "watermark": { "type": "object", "properties": { "displayAngle": { "description": "", "type": "string" }, "enabled": { "description": "", "type": "string" }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "imageBase64": { "description": "", "type": "string" }, "transparency": { "description": "", "type": "string" }, "watermarkText": { "description": "", "type": "string" } }, "x-ds-definition-name": "watermark", "description": "", "x-ms-summary": "" }, "witness": { "type": "object", "properties": { "accessCode": { "description": "If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account's access code format setting.\n\nIf blank, but the signer `accessCode` property is set in the envelope, then that value is used.\n\nIf blank and the signer `accessCode` property is not set, then the access code is not required.", "type": "string" }, "accessCodeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `accessCode` property is editable. Read only." }, "addAccessCodeToEmail": { "description": "Optional. When set to **true**, the access code will be added to the email sent to the recipient. This nullifies the security measure of `accessCode` on the recipient.", "type": "string" }, "additionalNotifications": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientAdditionalNotification" } }, "agentCanEditEmail": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account.", "type": "string" }, "agentCanEditName": { "description": "Optional element. When set to **true**, the agents recipient associated with this recipient can change the recipient's pre-populated name. This element is only active if enabled for the account.", "type": "string" }, "allowSystemOverrideForLockedRecipient": { "description": "", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "bulkRecipientsUri": { "description": "Reserved for DocuSign.", "type": "string" }, "canSignOffline": { "description": "When set to **true**, specifies that the signer can perform the signing ceremony offline.", "type": "string" }, "clientUserId": { "description": "Specifies whether the recipient is embedded or remote. \n\nIf the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing.\n\nNote: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. \n\nMaximum length: 100 characters. ", "type": "string" }, "completedCount": { "description": "Indicates the number of times that the recipient has been through a signing completion for the envelope. If this number is greater than 0 for a signing group, only the user who previously completed may sign again. Read only.", "type": "string" }, "creationReason": { "description": "The reason why the recipient was created (for example, `sender`). Read only.", "type": "string" }, "customFields": { "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.", "type": "array", "items": { "type": "string" } }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "declinedReason": { "description": "The reason the recipient declined the document. Read only.", "type": "string" }, "defaultRecipient": { "description": "When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "deliveryMethod": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveryMethodMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "designatorId": { "description": "", "type": "string" }, "designatorIdGuid": { "description": "", "type": "string" }, "documentVisibility": { "description": "A list of `documentVisibility` objects. Each object in the list specifies whether a document in the envelope is visible to this recipient. For the envelope to use this functionality, Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true**.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } }, "email": { "description": "The recipient's email address.", "type": "string" }, "emailMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `email` property is editable. Read only." }, "emailNotification": { "$ref": "#/definitions/recipientEmailNotification", "description": "An optional complex type that sets a specific email subject and body for this recipient's notification email. \n\n**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. " }, "embeddedRecipientStartURL": { "description": "Specifies a sender-provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation launched by a partner.\n\nIt is important to understand that in a typical embedded workflow, the authentication of an embedded recipient is the responsibility of the sending application. DocuSign expects that senders will follow their own processes for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process is initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process, bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: `envelopeId`, `recipientId`, `recipientName`, `recipientEmail`, and `customFields`. The `customFields` property must be set for the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\n`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "excludedDocuments": { "description": "Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.", "type": "array", "items": { "type": "string" } }, "faxNumber": { "description": "Reserved for DocuSign.", "type": "string" }, "faxNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "firstName": { "description": "The recipient's first name. Maximum Length: 50 characters.", "type": "string" }, "firstNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `firstame` property is editable. Read only." }, "fullName": { "description": "Reserved for DocuSign.", "type": "string" }, "fullNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "idCheckConfigurationName": { "description": "The name of the authentication check to use. This value must match one of the authentication types that the account uses. The names of these authentication types appear in the web console sending interface in the Identify list for a recipient. This setting overrides any default authentication setting. Valid values are:\n\n- `Phone Auth $`: The recipient must authenticate by using two-factor authentication (2FA). You provide the phone number to use for 2FA in the `phoneAuthentication` object.\n- `SMS Auth $`: The recipient must authenticate via SMS. You provide the phone number to use in the `smsAuthentication` object.\n- `ID Check $`: The recipient must answer detailed security questions. \n\n**Example**: Your account has ID Check and SMS Authentication available. In the web console Identify list, these appear as ID Check $ and SMS Auth $. To use ID Check in an envelope, the idCheckConfigurationName should be ID Check $. For SMS, you would use SMS Auth $, and you would also need to add a phone number to the smsAuthentication node.", "type": "string" }, "idCheckConfigurationNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `idCheckConfigurationName` property is editable. Read only." }, "idCheckInformationInput": { "$ref": "#/definitions/idCheckInformationInput", "description": "An object that contains input information related to a recipient ID check." }, "identityVerification": { "$ref": "#/definitions/recipientIdentityVerification", "description": "Specifies the ID Verification workflow applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)." }, "inheritEmailNotificationConfiguration": { "description": "When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. ", "type": "string" }, "isBulkRecipient": { "description": "Reserved for DocuSign.\n", "type": "string" }, "isBulkRecipientMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "lastName": { "description": "The recipient's last name.", "type": "string" }, "lastNameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `lastName` property is editable. Read only." }, "lockedRecipientPhoneAuthEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "lockedRecipientSmsEditable": { "description": "Reserved for DocuSign.", "type": "string" }, "name": { "description": "The full legal name of the recipient. Maximum Length: 100 characters.\n\n**Note**: You must always set a value for this property in requests, even if `firstName` and `lastName` are set.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "notaryId": { "description": "", "type": "string" }, "note": { "description": "A note sent to the recipient in the signing email.\nThis note is unique to this recipient.\nIn the user interface,\nit appears near the upper left corner\nof the document\non the signing screen.\n\nMaximum Length: 1000 characters.\n", "type": "string" }, "noteMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `note` property is editable. Read only." }, "offlineAttributes": { "$ref": "#/definitions/offlineAttributes", "description": "Reserved for DocuSign." }, "phoneAuthentication": { "$ref": "#/definitions/recipientPhoneAuthentication", "description": "When `idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements:\n\n* `recipMayProvideNumber`: Boolean. When set to **true**, the recipient can use whatever phone number they choose.\n* `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use.\n* `recordVoicePrint`: Reserved for DocuSign.\n* `validateRecipProvidedNumber`: Reserved for DocuSign.\n\n" }, "proofFile": { "$ref": "#/definitions/recipientProofFile", "description": "The proof file of the recipient." }, "recipientAttachments": { "description": "Reserved for DocuSign.", "type": "array", "items": { "$ref": "#/definitions/recipientAttachment" } }, "recipientAuthenticationStatus": { "$ref": "#/definitions/authenticationStatus", "description": "Information about the recipient's authentication status. Read only." }, "recipientFeatureMetadata": { "description": "Metadata about the features that are supported for the recipient type. Read only.", "type": "array", "items": { "$ref": "#/definitions/featureAvailableMetadata" } }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientSignatureProviders": { "description": "The default signature provider is the DocuSign Electronic signature system. This parameter is used to specify one or more Standards Based Signature (digital signature) providers for the signer to use. [More information.](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)", "type": "array", "items": { "$ref": "#/definitions/recipientSignatureProvider" } }, "recipientSuppliesTabs": { "description": "When set to **true**, specifies that the recipient creates the tabs.", "type": "string" }, "recipientType": { "description": "The recipient type, as specified by the following values:\n- `agent`: Agent recipients can add name and email information for recipients that appear after the agent in routing order.\n- `carbonCopy`: Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order.\n- `certifiedDelivery`: Certified delivery recipients must receive the completed documents for the envelope to be completed. They don't need to sign, initial, date, or add information to any of the documents.\n- `editor`: Editors have the same management and access rights for the envelope as the sender. Editors can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients.\n- `inPersonSigner`: In-person recipients are DocuSign users who act as signing hosts in the same physical location as the signer.\n- `intermediaries`: Intermediary recipients can optionally add name and email information for recipients at the same or subsequent level in the routing order.\n- `seal`: Electronic seal recipients represent legal entities.\n- `signer`: Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope.\n- `witness`: Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "type": "string" }, "recipientTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientType` property is editable. Read only." }, "requireIdLookup": { "description": "When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. ", "type": "string" }, "requireIdLookupMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireIdLookup` property is editable. Read only." }, "requireSignerCertificate": { "description": "By default, DocuSign signers create electronic signatures. This field can be used to require the signer to use a SAFE-BioPharma digital certificate for signing.\n\nThis parameter should only be used to select a SAFE-BioPharma certificate. New integrations should use the `recipientSignatureProviders` parameter for other types of digital certificates. \n\nSet this parameter to `safe` to use a SAFE-BioPharma certificate.\n\nThe signer must be enrolled in the SAFE program to sign with a SAFE certificate.", "type": "string" }, "requireSignOnPaper": { "description": "When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign.", "type": "string" }, "requireUploadSignature": { "description": "When set to **true**, the signer is required to upload a new signature, even if they have a pre-adopted signature in their personal DocuSign account.", "type": "string" }, "roleName": { "description": "Optional element. Specifies the role name associated with the recipient.
This property is required when you are working with template recipients.", "type": "string" }, "routingOrder": { "description": "Specifies the routing order of the recipient in the envelope. ", "type": "string" }, "routingOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `routingOrder` property is editable. Read only." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signatureInfo": { "$ref": "#/definitions/recipientSignatureInformation", "description": "Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient.\n\nUsed only with recipient types In Person Signers and Signers." }, "signedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "signInEachLocation": { "description": "When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once).", "type": "string" }, "signInEachLocationMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signInEachLocation` property is editable. Read only." }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `signingGroupId` property is editable. Read only." }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "signingGroupUsers": { "description": "A complex type that contains information about users in the signing group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } }, "smsAuthentication": { "$ref": "#/definitions/recipientSMSAuthentication", "description": "When `idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication. \n\n" }, "socialAuthentications": { "description": "Deprecated.", "type": "array", "items": { "$ref": "#/definitions/socialAuthentication" } }, "status": { "description": "The recipient's status. Read only. \n\nPossible values:\n\n- `autoresponded`: The recipient's email system auto-responded to the email from DocuSign. This status is used in the web console to inform senders about the bounced-back email. This recipient status is only used if **Send-on-behalf-of** is turned off for the account.\n- `completed`: The recipient has completed their actions (signing or other required actions if not a signer) for an envelope.\n- `created`: The recipient is in a draft state. This value is only associated with draft envelopes (envelopes that have a status of `created`).\n- `declined`: The recipient declined to sign the document(s) in the envelope.\n- `delivered`: The recipient has viewed the document(s) in an envelope through the DocuSign signing website. This is not an email delivery of the documents in an envelope.\n- `faxPending`: The recipient has finished signing and the system is waiting for a fax attachment from the recipient before completing their signing step.\n- `sent`: The recipient has been sent an email notification that it is their turn to sign an envelope.\n- `signed`: The recipient has completed (signed) all required tags in an envelope. This is a temporary state during processing, after which the recipient's status automatically switches to `completed`.", "type": "string" }, "statusCode": { "description": "The code associated with the recipient's status. Read only.", "type": "string" }, "suppressEmails": { "description": "When set to **true**, email notifications are suppressed for the recipient, and they must access envelopes and documents from their DocuSign inbox.", "type": "string" }, "tabs": { "$ref": "#/definitions/EnvelopeRecipientTabs", "description": "A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "totalTabCount": { "description": "The total number of tabs in the documents. Read only.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "witnessFor": { "description": "The person or party for whom the recipient is a witness.", "type": "string" }, "witnessForGuid": { "description": "The GUID of the person or party for whom the recipient is a witness.", "type": "string" } }, "x-ds-definition-name": "witness", "description": "A complex type containing information about a witness recipient. Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope.", "x-ms-summary": "A complex type containing information about a witness recipient. Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope." }, "workflow": { "type": "object", "properties": { "currentWorkflowStepId": { "description": "The `workflowStepId` of the current step.\nThis is not an index into the `workflowSteps` array in this object.\nSee the `workflowStep` object.", "type": "string" }, "workflowStatus": { "description": "The status of the workflow:\n\n- `paused` if the workflow is paused\n- `in_progress` if the workflow is in progress", "type": "string" }, "workflowSteps": { "description": "An array of workflow steps.", "type": "array", "items": { "$ref": "#/definitions/workflowStep" } } }, "x-ds-definition-name": "workflow", "description": "Describes the workflow for an envelope.", "x-ms-summary": "Describes the workflow for an envelope." }, "workflowStep": { "type": "object", "properties": { "action": { "description": "Indicates the action to perform.\n\n- `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached.\n- `pause_after`: The workflow should pause after the trigger described by `triggerOnItem` is processed.\n", "type": "string" }, "completedDate": { "description": "The timestamp of when the workflow step transitioned to `completed` status.", "type": "string" }, "itemId": { "description": "The unique ID of the item being triggered.", "type": "string" }, "recipientRouting": { "$ref": "#/definitions/recipientRouting", "description": "The rules for recipient routing." }, "status": { "description": "The status of the step. One of:\n\n- `inactive`\n- `in_progress`\n- `paused`\n- `pending`\n- `completed`\n\nThis is a read-only property.", "type": "string" }, "triggeredDate": { "description": "The timestamp of when the workflow step transitioned to `in_progress` status.", "type": "string" }, "triggerOnItem": { "description": "The type of item that triggers this workflow step. Currently, only `routing_order`, is the only supported value.", "type": "string" }, "workflowStepId": { "description": "A unique identifier for this workflow step.\nThis value is available from the `currentWorkflowStepId` property of the `workflow` object,", "type": "string" } }, "x-ds-definition-name": "workflowStep", "description": "Describes a single step in a workflow.", "x-ms-summary": "Describes a single step in a workflow." }, "workspace": { "description": "A DocuSign workspace is a collaboration area for sharing files and data.", "type": "object", "properties": { "billableAccountId": { "description": "The id of the account to bill.", "type": "string" }, "callerInformation": { "$ref": "#/definitions/workspaceUser", "description": "" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who created the workspace." }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who last modified the workspace." }, "settings": { "$ref": "#/definitions/workspaceSettings", "description": "Information about the settings for the workspace." }, "status": { "description": "The status of the item.", "type": "string" }, "workspaceBaseUrl": { "description": "The relative URL for accessing the workspace.", "type": "string" }, "workspaceDescription": { "description": "Text describing the purpose of the workspace.", "type": "string" }, "workspaceId": { "description": "The id of the workspace.", "type": "string" }, "workspaceName": { "description": "The name of the workspace.", "type": "string" }, "workspaceUri": { "description": "The relative URI for accessing the workspace.", "type": "string" } }, "x-ds-definition-name": "workspace", "x-ms-summary": "A DocuSign workspace is a collaboration area for sharing files and data." }, "workspaceFolderContents": { "description": "This object's properties describe the contents of a workspace folder.", "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "folder": { "$ref": "#/definitions/workspaceItem", "description": "The folder from which to return items. You can enter either the folder name or folder ID." }, "items": { "description": "A list of workspace items.", "type": "array", "items": { "$ref": "#/definitions/workspaceItem" } }, "parentFolders": { "description": "", "type": "array", "items": { "$ref": "#/definitions/workspaceItem" } }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "workspaceId": { "description": "The id of the workspace.", "type": "string" } }, "x-ds-definition-name": "workspaceFolderContents", "x-ms-summary": "This object's properties describe the contents of a workspace folder." }, "workspaceItem": { "description": "This object represents an item in a workspace, which can be either a file or folder.", "type": "object", "properties": { "callerAuthorization": { "$ref": "#/definitions/workspaceUserAuthorization", "description": "" }, "contentType": { "description": "If the item is a file, this property specifies the content type of the file.", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdById": { "description": "The id of the user who created the workspace item.", "type": "string" }, "createdByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who created the workspace item." }, "extension": { "description": "The file extension of a file item.", "type": "string" }, "fileSize": { "description": "The size of the file in bytes.", "type": "string" }, "fileUri": { "description": "The URI for retrieving the file.", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "isPublic": { "description": " When **true**, the item is public.", "type": "string" }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedById": { "description": "The id of the user who last modified the item.", "type": "string" }, "lastModifiedByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who last modified the workspace item." }, "name": { "description": "The name of the file or folder.", "type": "string" }, "pageCount": { "description": "The number of pages in a file.", "type": "string" }, "parentFolderId": { "description": "The id of the parent folder, or the special value `root` for the root folder.", "type": "string" }, "parentFolderUri": { "description": "The URI of the parent folder.", "type": "string" }, "sha256": { "description": "A 64-byte, Secure Hash Algorithm 256 (SHA256) checksum that the caller computes across the entirety of the original content of a file. DocuSign compares this value to its own computation. If the two values are not equal, the original content and received content are not the same and the upload is refused.", "type": "string" }, "thumbHeight": { "description": "The height of the thumbnail image.", "type": "string" }, "thumbnail": { "$ref": "#/definitions/page", "description": "" }, "thumbWidth": { "description": "The width of the thumbnail image.", "type": "string" }, "type": { "description": "", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userAuthorization": { "$ref": "#/definitions/workspaceUserAuthorization", "description": "" } }, "x-ds-definition-name": "workspaceItem", "x-ms-summary": "This object represents an item in a workspace, which can be either a file or folder." }, "workspaceItemList": { "description": "An array of objects that describe the items in a workspace.", "type": "object", "properties": { "items": { "description": "A list of workspace items.", "type": "array", "items": { "$ref": "#/definitions/workspaceItem" } } }, "x-ds-definition-name": "workspaceItemList", "x-ms-summary": "An array of objects that describe the items in a workspace." }, "workspaceList": { "description": "This object contains a list of available workspaces.", "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "workspaces": { "description": "A list of workspaces.", "type": "array", "items": { "$ref": "#/definitions/workspace" } } }, "x-ds-definition-name": "workspaceList", "x-ms-summary": "This object contains a list of available workspaces." }, "workspaceSettings": { "type": "object", "properties": { "commentsAllowed": { "description": "When **true**, commenting on the documents in the workspace is allowed.", "type": "string" } }, "x-ds-definition-name": "workspaceSettings", "description": "This object provides information about the settings for the workspace.", "x-ms-summary": "This object provides information about the settings for the workspace." }, "workspaceUser": { "description": "This object represents the workspace user. This property is only returned in response to user specific GET call. ", "type": "object", "properties": { "accountId": { "description": "The account ID associated with the workspace user.", "type": "string" }, "accountName": { "description": "The name on the account.", "type": "string" }, "activeSince": { "description": "The UTC DateTime when the user joined the workspace.", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace user was created.", "type": "string" }, "createdById": { "description": "The id of the user who created this workspace user.", "type": "string" }, "email": { "description": "The workspace user's email address.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "invitationEmailBlurb": { "description": "The text of the workspace invitation email message sent to the user.", "type": "string" }, "invitationEmailSubject": { "description": "The subject line of the workspace invitation email message sent to the user.", "type": "string" }, "lastModified": { "description": "The UTC DateTime that the workspace user was last modified.", "type": "string" }, "lastModifiedById": { "description": "The id of the user who last modified the workspace user.", "type": "string" }, "status": { "description": "Filters the results by user status.\nYou can specify a comma-separated\nlist of the following statuses:\n\n* ActivationRequired \n* ActivationSent \n* Active\n* Closed \n* Disabled", "type": "string" }, "type": { "description": "", "type": "string" }, "userId": { "description": "The id of the workspace user.", "type": "string" }, "userName": { "description": "The name of workspace user.", "type": "string" }, "workspaceId": { "description": "The id of the workspace.", "type": "string" }, "workspaceUserBaseUrl": { "description": "The URL for accessing the workspace user.", "type": "string" }, "workspaceUserId": { "description": "The id of the workspace user.", "type": "string" }, "workspaceUserUri": { "description": "The URI for accessing the workspace user.", "type": "string" } }, "x-ds-definition-name": "workspaceUser", "x-ms-summary": "This object represents the workspace user. This property is only returned in response to user specific GET call. " }, "workspaceUserAuthorization": { "description": "Provides properties that describe user authorization to a workspace.", "type": "object", "properties": { "canDelete": { "description": "When set to **true**, the workspace user can delete items from the workspace.", "type": "string" }, "canMove": { "description": "When set to **true**, the workspace user can move the items in the workspace.", "type": "string" }, "canTransact": { "description": "When set to **true**, the workspace user can create transactions from the workspace.", "type": "string" }, "canView": { "description": "When set to **true**, the workspace user can view the items in the workspace.", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdById": { "description": "The id of the user who created the workspace user authorization. ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "modified": { "description": "The UTC DateTime when the workspace user authorization was last modified.", "type": "string" }, "modifiedById": { "description": "The id of the user who last modified the workspace user authorization.", "type": "string" }, "workspaceUserId": { "description": "The id of the workspace user.", "type": "string" }, "workspaceUserInformation": { "$ref": "#/definitions/workspaceUser", "description": "An object that provides details about the workspace user." } }, "x-ds-definition-name": "workspaceUserAuthorization", "x-ms-summary": "Provides properties that describe user authorization to a workspace." }, "zip": { "type": "object", "properties": { "anchorAllowWhiteSpaceInCharacters": { "description": "", "type": "string" }, "anchorAllowWhiteSpaceInCharactersMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorCaseSensitiveMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorCaseSensitive` property is editable." }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorHorizontalAlignmentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorHorizontalAlignment` property is editable." }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorIgnoreIfNotPresentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable." }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorMatchWholeWordMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorMatchWholeWord` property is editable." }, "anchorString": { "description": "Specifies the string to find in the document and use as the basis for tab placement.", "type": "string" }, "anchorStringMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorString` property is editable." }, "anchorTabProcessorVersion": { "description": "Reserved for DocuSign.", "type": "string" }, "anchorTabProcessorVersionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Reserved for DocuSign." }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorUnitsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorUnits` property is editable." }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorXOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorXOffset` property is editable." }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffsetMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `anchorYOffset` property is editable." }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "boldMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `bold` property is editable." }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "concealValueOnDocumentMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `concealValueOnDocument` property is editable." }, "conditionalParentLabel": { "description": "For conditional fields this is the `tabLabel` of the parent tab that controls this tab's visibility.", "type": "string" }, "conditionalParentLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentLabel` property is editable." }, "conditionalParentValue": { "description": "For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n", "type": "string" }, "conditionalParentValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `conditionalParentValue` property is editable." }, "customTabId": { "description": "The DocuSign-generated custom tab id for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.", "type": "string" }, "customTabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `customTabId` property is editable." }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "disableAutoSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `disableAutoSize` property is editable." }, "documentId": { "description": "The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab.", "type": "string" }, "documentIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `documentId` property is editable." }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontColorMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontColor` property is editable." }, "fontMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `font` property is editable." }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "fontSizeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fontSize` property is editable." }, "formOrder": { "description": "An integer specifying the order in which the guided form HTML should render. The order is relative to the `formPageLabel`, the group by which to place the guided form HTML block.", "type": "string" }, "formOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formOrder` property is editable." }, "formPageLabel": { "description": "A string specifying the group in which to place the guided form HTML. Each group displays as a separate guided forms page in the signing experience.", "type": "string" }, "formPageLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `formPageLabel` property is editable." }, "formPageNumber": { "description": "An integer specifying the order in which to present the guided form pages.", "type": "string" }, "formPageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `fromPageNumber` property is editable." }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "heightMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `height` property is editable." }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "italicMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `italic` property is editable." }, "localePolicy": { "$ref": "#/definitions/localePolicyTab", "description": "Reserved for DocuSign." }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "lockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `locked` property is editable." }, "maxLength": { "description": "An optional value that describes the maximum length of the property when the property is a string.", "type": "string" }, "maxLengthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `maxLength` property is editable." }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "mergeFieldXml": { "description": "", "type": "string" }, "name": { "description": "The name of the tab. For example, `Sign Here` or `Initial Here`.", "type": "string" }, "nameMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `name` property is editable. Read only." }, "originalValue": { "description": "The initial value of the tab when it was sent to the recipient. ", "type": "string" }, "originalValueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `originalValue` property is editable." }, "pageNumber": { "description": "The page number on which the tab is located. For supplemental documents, this value must be `1`.", "type": "string" }, "pageNumberMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `pageNumber` property is editable." }, "recipientId": { "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`.", "type": "string" }, "recipientIdGuid": { "description": "The globally-unique identifier (GUID) for a specific recipient on a specific envelope. If the same recipient is associated with multiple envelopes, they will have a different GUID for each one. Read only.", "type": "string" }, "recipientIdGuidMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientIdGuid` property is editable." }, "recipientIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `recipientId` property is editable." }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "requireAllMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireAll` property is editable." }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `required` property is editable." }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "requireInitialOnSharedChangeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `requireInitialOnSharedChange` property is editable." }, "senderRequired": { "description": "When set to **true**, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a `senderRequired` value of true cannot be deleted from an envelope.", "type": "string" }, "senderRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `senderRequired` property is editable." }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "sharedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `shared` property is editable." }, "smartContractInformation": { "$ref": "#/definitions/smartContractInformation", "description": "" }, "status": { "description": "The status of the tab. Possible values are:\n\n- `active`: The tab is active, but the recipient has not yet interacted with it.\n- `signed`: The recipient signed the tab.\n- `declined`: The recipient declined the envelope.\n- `na`: Used when the `status` property is not applicable to the tab type. (For example, a tab that has the `tabType` `SignerAttachmentOptional`).\n", "type": "string" }, "statusMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `status` property is editable." }, "tabGroupLabels": { "description": "An array of tab group labels that uniquely identify tab groups. To assign a tab to a `tabGroup`, you assign the `TabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "type": "string" } }, "tabGroupLabelsMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabGroupLabels` property is editable." }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "tabIdMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabId` property is editable." }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "tabLabelMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabLabel` property is editable." }, "tabOrder": { "description": "A positive integer that sets the order the tab is navigated to during signing.\n\nTabs on a page are navigated to in ascending order, starting with the lowest number and moving to the highest. If two or more tabs have the same `tabOrder` value, the normal auto-navigation setting behavior for the envelope is used.", "type": "string" }, "tabOrderMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabOrder` property is editable." }, "tabType": { "description": "Indicates the type of tab (for example, `signHere` or `initialHere`).", "type": "string" }, "tabTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `tabType` property is editable." }, "templateLocked": { "description": "When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ", "type": "string" }, "templateLockedMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateLocked` property is editable." }, "templateRequired": { "description": "When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.", "type": "string" }, "templateRequiredMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `templateRequired` property is editable." }, "tooltip": { "description": "The text of a tooltip that appears when a user hovers over a form field or tab.", "type": "string" }, "toolTipMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `toolTip` property is editable." }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "underlineMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `underline` property is editable." }, "useDash4": { "description": "When set to **true**, ZIP+4 format is used.", "type": "string" }, "useDash4Metadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `useDash4` property is editable." }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationMessageMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationMessage` property is editable." }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "validationPatternMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `validationPattern` property is editable." }, "value": { "description": "Specifies the value of the tab. ", "type": "string" }, "valueMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `value` property is editable." }, "width": { "description": "The width of the tab in pixels.", "type": "string" }, "widthMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `width` property is editable." }, "xPosition": { "description": "This property indicates the horizontal offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "xPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `xPosition` property is editable." }, "yPosition": { "description": "This property indicates the vertical offset of the object on the page.\nDocuSign uses 72 DPI when determining position.\nRequired. May be zero.\n\nTo improve the tab's position on the document,\nDocuSign recommends\nadjusting `xPosition`\nand `yPosition`\ncoordinates\nby (-3, -2)\n", "type": "string" }, "yPositionMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `yPosition` property is editable." } }, "x-ds-definition-name": "zip", "description": "A tab that allows the recipient to enter a ZIP code. The ZIP\ncode can be five digits or nine digits in the ZIP+4 format.\nThe zip code can be typed with or without dashes. It uses\nthe same parameters as a Text tab, with the validation\nmessage and pattern set for ZIP code information.\n", "x-ms-summary": "A tab that allows the recipient to enter a ZIP code. The ZIP\ncode can be five digits or nine digits in the ZIP+4 format.\nThe zip code can be typed with or without dashes. It uses\nthe same parameters as a Text tab, with the validation\nmessage and pattern set for ZIP code information.\n" }, "AccountBrands": { "type": "object", "properties": { "brands": { "description": "A list of brands.", "type": "array", "items": { "$ref": "#/definitions/brand" } }, "recipientBrandIdDefault": { "description": "The brand that envelope recipients see when a brand is not explicitly set.", "type": "string" }, "senderBrandIdDefault": { "description": "The brand that envelope senders see when a brand is not explicitly set.", "type": "string" } }, "x-ds-definition-name": "brandsResponse", "description": "The AccountBrands resource enables you to use account-level brands to customize the styles and text that recipients see.", "x-ds-category": "Accounts", "x-ds-order": "10", "x-ms-summary": "The AccountBrands resource enables you to use account-level brands to customize the styles and text that recipients see." }, "AccountConsumerDisclosures": { "type": "object", "properties": { "accountEsignId": { "description": "The GUID of the account associated with the consumer disclosure.", "type": "string" }, "allowCDWithdraw": { "description": "When set to **true**, indicates that the customer can withdraw their consent to the consumer disclosure when they decline to sign documents. If these recipients sign documents sent to them from your account in the future, they will be required to agree to the terms in the disclosure. The default value is **false**.\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowCDWithdrawMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowCDWithdraw` property is editable.\n" }, "changeEmail": { "description": "If the customer needs to change their email address, this is the email address to which they should the change request.\n\nMaximum length: 100 characters.", "type": "string" }, "changeEmailOther": { "description": "Other information about the requirements for the user to change their email address.\n\nMaximum length: 255 characters.\n\nExample: \n\n`We do not require any other information from you to change your email address.`", "type": "string" }, "companyName": { "description": "Specifies the company name used in the disclosure. The default value is the account name.\n\nHowever, if your account uses signing brands that specify a company name, you can substitute the brand's company name by setting the `useBrand` property to **true**. Whenever an envelope is sent from the account that uses a signing brand with a specified `companyName`, that value is used in email notifications and in the signing experience.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. You must also set the value of the `useBrand` property to **true**.", "type": "string" }, "companyPhone": { "description": "The phone number of the company associated with the consumer disclosure, as a free-formatted string.", "type": "string" }, "copyCostPerPage": { "description": "The cost per page if the customer requests paper copies.\n\nExample: \n\n`0.0000`", "type": "string" }, "copyFeeCollectionMethod": { "description": "Specifies the fee collection method for cases in which the customer requires paper copies of the document.\n\nMaximum length: 255 characters.\n\nExample: \n\n`We will bill you for any fees at that time, if any.`", "type": "string" }, "copyRequestEmail": { "description": "The email address to which the customer should send a request for copies of a document.\n\nMaximum length: 100 characters.", "type": "string" }, "custom": { "description": "When set to **true**, indicates that the consumer disclosure is a custom disclosure. The default is **false**.", "type": "string" }, "enableEsign": { "description": "When set to **true** (default), indicates that eSign is enabled.", "type": "string" }, "esignAgreement": { "description": "The final, assembled text of the Electronic Record and Signature Disclosure that includes the appropriate `companyName` and other specifics. It also includes the HTML tags used for formatting.", "type": "string" }, "esignText": { "description": "The template for the Electronic Record and Signature Disclosure, which contains placeholders for information such as the `companyName`. It also includes the HTML tags used for formatting.\n\n**Note**: If you are switching to or updating a custom disclosure, you can edit both the text and the HTML formatting.", "type": "string" }, "languageCode": { "description": "The code for the language version of the disclosure. The following languages are supported:\n\n- Arabic (`ar`)\n- Bulgarian (`bg`)\n- Czech (`cs`)\n- Chinese Simplified (`zh_CN`)\n- Chinese Traditional (`zh_TW`)\n- Croatian (`hr`)\n- Danish (`da`)\n- Dutch (`nl`)\n- English US (`en`)\n- English UK (`en_GB`)\n- Estonian (`et`)\n- Farsi (`fa`)\n- Finnish (`fi`)\n- French (`fr`)\n- French Canadian (`fr_CA`)\n- German (`de`)\n- Greek (`el`)\n- Hebrew (`he`)\n- Hindi (`hi`)\n- Hungarian (`hu`)\n- Bahasa Indonesian (`id`)\n- Italian (`it`)\n- Japanese (`ja`)\n- Korean (`ko`)\n- Latvian (`lv`)\n- Lithuanian (`lt`)\n- Bahasa Melayu (`ms`)\n- Norwegian (`no`)\n- Polish (`pl`)\n- Portuguese (`pt`)\n- Portuguese Brazil (`pt_BR`)\n- Romanian (`ro`)\n- Russian (`ru`)\n- Serbian (`sr`)\n- Slovak (`sk`)\n- Slovenian (`sl`)\n- Spanish (`es`)\n- Spanish Latin America (`es_MX`)\n- Swedish (`sv`)\n- Thai (`th`)\n- Turkish (`tr`)\n- Ukrainian (`uk`) \n- Vietnamese (`vi`)\n\nAdditionally, you can automatically detect the browser language being used by the viewer and display the disclosure in that language by setting the value to `browser`.", "type": "string" }, "mustAgreeToEsign": { "description": "When set to **true**, the recipient must agree to the consumer disclosure. The value of this property is read only. It is calculated based on the account setting `consumerDisclosureFrequency` and the user's actions.", "type": "string" }, "pdfId": { "description": "**Deprecated**. \n\nThe `pdfId` property in the consumer_disclosure PUT request is deprecated. For security reasons going forward, any value provided in the request packet must be ignored. ", "type": "string" }, "useBrand": { "description": "When set to **true**, specifies that the company name in the signing brand is used for the disclosure. Whenever an envelope is sent from the account that uses a signing brand with a specified company name, that value is used in email notifications and in the signing experience. \n\nWhen set to **false** (default), or if the signing brand does not specify a company name, the account name is used instead.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. ", "type": "string" }, "useConsumerDisclosureWithinAccount": { "description": "When set to **true**, specifies that recipients in the same account as the sender must agree to eSign an Electronic Record and Signature Disclosure Statement.", "type": "string" }, "useConsumerDisclosureWithinAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.\n" }, "withdrawAddressLine1": { "description": "Contains the first address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawAddressLine2": { "description": "Contains the second address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawByEmail": { "description": "When set to **true** (default), indicates that the customer can withdraw consent by email.", "type": "string" }, "withdrawByMail": { "description": "When set to **true**, indicates that the customer can withdraw consent by postal mail. The default is **false**.", "type": "string" }, "withdrawByPhone": { "description": "When set to **true**, indicates that the customer can withdraw consent by phone. The default is **false**.", "type": "string" }, "withdrawCity": { "description": "Contains the city of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 50 characters. ", "type": "string" }, "withdrawConsequences": { "description": "Text indicating the consequences of withdrawing consent.\n\nMaximum length: 255 characters.", "type": "string" }, "withdrawEmail": { "description": "Contains the email address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawOther": { "description": "Contains any other information needed to withdraw consent.\n\nMaximum length: 255 characters.\n\nExample:\n\n`We do not need any other information from you to withdraw consent.`", "type": "string" }, "withdrawPhone": { "description": "Contains the phone number that a customer can call to register consent withdrawal notification as a free-formatted string.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawPostalCode": { "description": "Contains the postal code of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawState": { "description": "Contains the state of the postal address to which a customer can send a consent withdrawal notification.\n\nExample: `PA`", "type": "string" } }, "x-ds-definition-name": "consumerDisclosure", "description": "Details about account consumer disclosures.", "x-ds-category": "Accounts", "x-ds-order": "20", "x-ms-summary": "Details about account consumer disclosures." }, "AccountCustomFields": { "description": "An `accountCustomField` is an envelope custom field that you set at the account level. Applying custom fields enables account administators to group and manage envelopes. ", "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "customFields", "x-ds-category": "Accounts", "x-ds-order": "30", "x-ms-summary": "An `accountCustomField` is an envelope custom field that you set at the account level. Applying custom fields enables account administators to group and manage envelopes. " }, "EnvelopeCustomFields": { "description": "An envelope custom field enables you to collect custom data about envelopes on a per-envelope basis. You can then use the custom data for sorting, organizing, searching, and other downstream processes. For example, you can use custom fields to copy envelopes or data to multiple areas in Salesforce. eOriginal customers can eVault their documents from the web app on a per-envelope basis by setting an envelope custom field with a name like \"eVault with eOriginal?\" to \"Yes\" or \"No\".\n\nWhen a user creates an envelope, the envelope custom fields display in the **Envelope Settings** section of the DocuSign console. Envelope recipients do not see the envelope custom fields. For more information, see [Envelope Custom Fields](https://support.docusign.com/en/guides/ndse-admin-guide-document-labels).", "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "customFields", "x-ds-category": "Envelopes", "x-ds-order": "70", "x-ms-summary": "An envelope custom field enables you to collect custom data about envelopes on a per-envelope basis. You can then use the custom data for sorting, organizing, searching, and other downstream processes. For example, you can use custom fields to copy envelopes or data to multiple areas in Salesforce. eOriginal customers can eVault their documents from the web app on a per-envelope basis by setting an envelope custom field with a name like \"eVault with eOriginal?\" to \"Yes\" or \"No\".\n\nWhen a user creates an envelope, the envelope custom fields display in the **Envelope Settings** section of the DocuSign console. Envelope recipients do not see the envelope custom fields. For more information, see [Envelope Custom Fields](https://support.docusign.com/en/guides/ndse-admin-guide-document-labels)." }, "EnvelopeDocumentFields": { "type": "object", "properties": { "documentFields": { "description": "The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: \n\n* name - A string that can be a maximum of 50 characters. \n* value - A string that can be a maximum of 200 characters.\n\n*IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. \n", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "documentFieldsInformation", "description": "Envelope document fields", "x-ds-category": "Envelopes", "x-ds-order": "60", "x-ms-summary": "Envelope document fields" }, "EnvelopeLocks": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "lockDurationInSeconds": { "description": "Sets the time, in seconds, until the lock expires when there is no activity on the envelope.\n\nThe default value is 300 seconds. The maximum value is 1,800 seconds.\n\nThe lock duration can be extended.\n", "type": "string" }, "lockedByApp": { "description": "The human-readable name of the application that is locking the envelope or template. This value displays to the user in error messages when lock conflicts occur.", "type": "string" }, "lockedByUser": { "$ref": "#/definitions/userInfo", "description": "A complex type containing information about the user that has the envelope or template locked." }, "lockedUntilDateTime": { "description": "The date and time that the lock expires.", "type": "string" }, "lockToken": { "description": "A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock.", "type": "string" }, "lockType": { "description": "The type of lock. Currently `edit` is the only supported type.", "type": "string" }, "useScratchPad": { "description": "When set to **true**, a scratchpad is used to edit information.\n ", "type": "string" } }, "x-ds-definition-name": "lockInformation", "description": "This section provides information about envelope locks.", "x-ds-category": "Envelopes", "x-ds-order": "80", "x-ms-summary": "This section provides information about envelope locks." }, "EnvelopeRecipients": { "description": "Envelope recipients", "type": "object", "properties": { "agents": { "description": "A list of agent recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/agent" } }, "carbonCopies": { "description": "A list of carbon copy recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/carbonCopy" } }, "certifiedDeliveries": { "description": "A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.", "type": "array", "items": { "$ref": "#/definitions/certifiedDelivery" } }, "currentRoutingOrder": { "description": "The routing order of the current recipient. If this value equals a particular signer's routing order, it indicates that the envelope has been sent to that recipient, but he or she has not completed the required actions.", "type": "string" }, "editors": { "description": "A list of users who can edit the envelope.", "type": "array", "items": { "$ref": "#/definitions/editor" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "inPersonSigners": { "description": "Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.", "type": "array", "items": { "$ref": "#/definitions/inPersonSigner" } }, "intermediaries": { "description": "Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).", "type": "array", "items": { "$ref": "#/definitions/intermediary" } }, "notaries": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryRecipient" } }, "recipientCount": { "description": "The number of recipients in the envelope.", "type": "string" }, "seals": { "description": "A list of electronic seals to apply to documents.", "type": "array", "items": { "$ref": "#/definitions/sealSign" } }, "signers": { "description": "A list of signers on the envelope.", "type": "array", "items": { "$ref": "#/definitions/signer" } }, "witnesses": { "description": "A list of signers who act as witnesses on the envelope.", "type": "array", "items": { "$ref": "#/definitions/witness" } } }, "x-ds-definition-name": "recipients", "x-ds-category": "Envelopes", "x-ds-order": "20", "x-ms-summary": "Envelope recipients" }, "EnvelopeRecipientTabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "tabs", "description": "All of the tabs associated with a recipient. Each property is a list of a type of tab.\n", "x-ds-category": "Envelopes", "x-ds-order": "50", "x-ms-summary": "All of the tabs associated with a recipient. Each property is a list of a type of tab.\n" }, "EnvelopeDocumentTabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "tabs", "description": "Envelope Document Tabs resource ", "x-ds-category": "Envelopes", "x-ds-order": "50", "x-ms-summary": "Envelope Document Tabs resource " }, "TemplateDocumentTabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "tabs", "description": "", "x-ds-category": "Templates", "x-ds-order": "50", "x-ms-summary": "" }, "EnvelopeViews": { "type": "object", "properties": { "url": { "description": "The view URL to be navigated to.", "type": "string" } }, "x-ds-definition-name": "viewUrl", "description": "Embedding Envelope views", "x-ds-category": "Envelopes", "x-ds-order": "1", "x-ms-summary": "Embedding Envelope views" }, "AccountSealProviders": { "type": "object", "properties": { "seals": { "description": "A list of electronic seals to apply to documents.", "type": "array", "items": { "$ref": "#/definitions/sealIdentifier" } } }, "x-ds-definition-name": "accountSeals", "description": "", "x-ds-category": "Accounts", "x-ds-order": "10", "x-ms-summary": "" }, "Accounts": { "description": "Account management", "type": "object", "properties": { "accountIdGuid": { "description": "The GUID associated with the account ID.", "type": "string" }, "accountName": { "description": "The name on the account.", "type": "string" }, "accountSettings": { "$ref": "#/definitions/accountSettingsInformation", "description": "The list of\n[account settings][accountsettings]\nthat determine\nthe features available for the account.\nNote that some features are determined\nby the plan used to create the account and cannot be overridden.\n\n[accountsettings]: https://developers.docusign.com/esign-rest-api/reference/Accounts/Accounts/create/#account-settings\n" }, "allowTransactionRooms": { "description": "When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled.", "type": "string" }, "billingPeriodDaysRemaining": { "description": "Number of days remaining in the current billing period.", "type": "string" }, "billingPeriodEndDate": { "description": "The billing period end date in UTC timedate format.", "type": "string" }, "billingPeriodEnvelopesAllowed": { "description": "The number of envelopes that can be sent in the current billing period (can be unlimited).", "type": "string" }, "billingPeriodEnvelopesSent": { "description": "The number of envelopes that have been sent in the current billing period.", "type": "string" }, "billingPeriodStartDate": { "description": "The billing period start date in UTC timedate format.", "type": "string" }, "billingProfile": { "description": "The type of billing method on the account. Valid values are: \n\n- `direct`\n- `web`", "type": "string" }, "canUpgrade": { "description": "When set to **true**, specifies that you can upgrade the account through the API. For GET methods, you must set the `include_metadata` query parameter to **true** for this property to appear in the response.", "type": "string" }, "connectPermission": { "description": "", "type": "string" }, "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "currencyCode": { "description": "The currency code for the account, based on the [ISO 4217 currency code](https://www.iso.org/iso-4217-currency-codes.html).", "type": "string" }, "currentPlanId": { "description": "ID of the plan used to create this account.", "type": "string" }, "distributorCode": { "description": "The code that identifies the billing plan groups and plans for the new account.", "type": "string" }, "docuSignLandingUrl": { "description": "URL of the landing page used to create the account.", "type": "string" }, "dssValues": { "description": "", "type": "object", "additionalProperties": { "type": "string" } }, "envelopeSendingBlocked": { "description": "When **true**, the ability to send envelopes is blocked. When **false**, envelopes can be sent.", "type": "string" }, "envelopeUnitPrice": { "description": "The price of sending an envelope, represented in the account's local currency.", "type": "string" }, "externalAccountId": { "description": "The Account ID displayed on the user's Account page.", "type": "string" }, "forgottenPasswordQuestionsCount": { "description": " A complex element that contains up to four Question/Answer pairs for forgotten password information for a user.", "type": "string" }, "isDowngrade": { "description": "When **true**, the account has been downgraded from a premium account type. Otherwise **false**.", "type": "string" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "planClassification": { "description": "Identifies the type of plan. Examples include:\n\n- `business`\n- `corporate`\n- `enterprise` \n- `free`", "type": "string" }, "planEndDate": { "description": "The date that the current plan will end.", "type": "string" }, "planName": { "description": "The name of the billing plan used for the account.\n\nExamples: \n\n- `Personal - Annual`\n- `Unlimited Envelope Subscription - Annual Billing`", "type": "string" }, "planStartDate": { "description": "The date that the Account started using the current plan.", "type": "string" }, "recipientDomains": { "description": "", "type": "array", "items": { "$ref": "#/definitions/recipientDomain" } }, "seatsAllowed": { "description": "The number of active users the account can have at one time.", "type": "string" }, "seatsInUse": { "description": "The number of users currently active on the account.", "type": "string" }, "status21CFRPart11": { "description": "The status of the account content per (Title 21 CFR Part 11)[https://www.fda.gov/regulatory-information/search-fda-guidance-documents/part-11-electronic-records-electronic-signatures-scope-and-application]. This regulation defines the criteria under which electronic records and electronic signatures are considered trustworthy.", "type": "string" }, "suspensionDate": { "description": "The date on which the account was suspended.", "type": "string" }, "suspensionStatus": { "description": "Indicates whether the account is currently suspended.", "type": "string" } }, "x-ds-definition-name": "accountInformation", "x-ds-category": "Accounts", "x-ds-order": "1", "x-ms-summary": "Account management" }, "AccountSignatureProviders": { "type": "object", "properties": { "signatureProviders": { "description": "Names of electronic or digital signature providers that can be used.", "type": "array", "items": { "$ref": "#/definitions/accountSignatureProvider" } } }, "x-ds-definition-name": "accountSignatureProviders", "description": "This resource provides information on the Standards Based Signature providers that have been provisioned for an account.\n", "x-ds-category": "Accounts", "x-ds-order": "30", "x-ms-summary": "This resource provides information on the Standards Based Signature providers that have been provisioned for an account.\n" }, "BillingPlans": { "description": "Billing plans", "type": "object", "properties": { "billingAddress": { "$ref": "#/definitions/accountAddress", "description": "The billing address for the account." }, "billingAddressIsCreditCardAddress": { "description": "When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different.", "type": "string" }, "billingPlan": { "$ref": "#/definitions/accountBillingPlan", "description": "An object that contains details about the billing plan." }, "creditCardInformation": { "$ref": "#/definitions/creditCardInformation", "description": "A complex type that has information about the credit card used to pay for this account." }, "directDebitProcessorInformation": { "$ref": "#/definitions/directDebitProcessorInformation", "description": "Information about the bank that processes direct debits for the payment plan." }, "downgradePlanInformation": { "$ref": "#/definitions/downgradePlanUpdateResponse", "description": "" }, "paymentMethod": { "description": "The payment method used for the billing plan. Valid values are:\n\n- `NotSupported`\n- `CreditCard`\n- `PurchaseOrder`\n- `Premium`\n- `Freemium`\n- `FreeTrial`\n- `AppStore`\n- `DigitalExternal`\n- `DirectDebit`", "type": "string" }, "paymentProcessorInformation": { "$ref": "#/definitions/paymentProcessorInformation", "description": "Information about the entity that processes payments for the billing plan." }, "referralInformation": { "$ref": "#/definitions/referralInformation", "description": "Contains information describing discounts and promotions." }, "successorPlans": { "description": "A list of billing plans that the current billing plan can be rolled into.", "type": "array", "items": { "$ref": "#/definitions/billingPlan" } } }, "x-ds-definition-name": "accountBillingPlanResponse", "x-ds-category": "Billing", "x-ds-order": "10", "x-ms-summary": "Billing plans" }, "Invoices": { "description": "Invoices", "type": "object", "properties": { "amount": { "description": "Reserved: TBD", "type": "string" }, "balance": { "description": "Reserved: TBD", "type": "string" }, "dueDate": { "description": "Reserved: TBD", "type": "string" }, "invoiceId": { "description": "Reserved: TBD", "type": "string" }, "invoiceItems": { "description": "Reserved: TBD", "type": "array", "items": { "$ref": "#/definitions/billingInvoiceItem" } }, "invoiceNumber": { "description": "Reserved: TBD", "type": "string" }, "invoiceUri": { "description": "Contains a URI for an endpoint that you can use to retrieve invoice information.", "type": "string" }, "nonTaxableAmount": { "description": "", "type": "string" }, "pdfAvailable": { "description": "", "type": "string" }, "taxableAmount": { "description": "", "type": "string" } }, "x-ds-definition-name": "billingInvoice", "x-ds-category": "Billing", "x-ds-order": "20", "x-ms-summary": "Invoices" }, "Payments": { "description": "Payments", "type": "object", "properties": { "amount": { "description": "Reserved: TBD", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "paymentDate": { "description": "", "type": "string" }, "paymentId": { "description": "", "type": "string" }, "paymentNumber": { "description": "When set to **true**, a PDF version of the invoice is available. \n\nTo get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\".", "type": "string" } }, "x-ds-definition-name": "billingPaymentItem", "x-ds-category": "Billing", "x-ds-order": "30", "x-ms-summary": "Payments" }, "CloudStorage": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "errorDetails": { "$ref": "#/definitions/externalDocServiceErrorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "items": { "description": "A list of objects that contain information about a file or folder in cloud storage.", "type": "array", "items": { "$ref": "#/definitions/externalFile" } }, "name": { "description": "The name of the cloud storage item.", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "externalFolder", "description": "Cloud storage", "x-ds-category": "CloudStorage", "x-ds-order": "10", "x-ms-summary": "Cloud storage" }, "CloudStorageProviders": { "type": "object", "properties": { "storageProviders": { "description": "An Array containing the storage providers associated with the user.", "type": "array", "items": { "$ref": "#/definitions/cloudStorageProvider" } } }, "x-ds-definition-name": "cloudStorageProviders", "description": "The CloudStorageProviders resource provides methods that allow you to manage the cloud storage providers associate with an account.", "x-ds-category": "CloudStorage", "x-ds-order": "20", "x-ms-summary": "The CloudStorageProviders resource provides methods that allow you to manage the cloud storage providers associate with an account." }, "ConnectConfigurations": { "type": "object", "properties": { "allowEnvelopePublish": { "description": "When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information.", "type": "string" }, "allowSalesforcePublish": { "description": "When set to **true** (default), DocuSign sends data to the designated Salesforce account through Connect.", "type": "string" }, "allUsers": { "description": "When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect.", "type": "string" }, "configurationType": { "description": "If you are using merge fields, this property specifies the type of the merge field. The only supported value is `salesforce`.", "type": "string" }, "connectId": { "description": "The DocuSign-generated ID for the Connect configuration. This property is read only.", "type": "string" }, "enableLog": { "description": "When set to **true**, Connect logging is turned on. We recommend that you enable this functionality, which helps you troubleshoot any issues. \n\nYou can have a maximum of 100 active logs in your account. You can view the entries in active logs in the **Logs** tab in the console.", "type": "string" }, "envelopeEvents": { "description": "An array of strings that lists envelope-related events to track through Connect. The possible event values are: \n\n- `sent`: An envelope has the status `sent` in the following scenarios:\n - When the envelope has been sent to recipients.\n - When using remote signing, this event is triggered when the email notification with a link to the documents is sent to at least one recipient.\n - When using embedded signing, this event is triggered when the link is ready for the recipient to sign the envelope.\n\n An envelope remains in this state until all recipients have viewed or taken action on the envelope.\n\n- `delivered`: This status is triggered when all recipients have opened the envelope, selected the **Continue** button in the interface, and viewed the documents.\n- `completed`: This status is triggered when all recipients have completed their assigned actions on an envelope.\n- `declined`: This status is triggered when a recipient has declined to sign the envelope.\n- `voided`: The voided status indicates that the sender has voided the envelope.\n\n**Note**: In previous versions of the API, this value was a single comma-separated string.\n", "type": "array", "items": { "type": "string" } }, "eventData": { "$ref": "#/definitions/connectEventData", "description": "" }, "externalFolderId": { "description": "The id of an external folder.", "type": "string" }, "externalFolderLabel": { "description": "The label for an external folder.", "type": "string" }, "includeCertificateOfCompletion": { "description": "When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. ", "type": "string" }, "includeCertSoapHeader": { "description": "When set to **true**, a certificate for a SOAP header is included in messages sent through Connect.", "type": "string" }, "includeDocumentFields": { "description": "When set to **true**, the Document Fields associated with the envelope's documents are included in the notification messages. Document Fields are optional custom name-value pairs added to documents using the API. ", "type": "string" }, "includeDocuments": { "description": "When set to **true**, Connect attaches the envelope documents to the XML payloads of your event notification messages.\n\n**Note**: Consider resources and scaling when adding documents to your event payloads. Documents attached to these messages are sent in base64 XML element nodes, which are larger than binary document data. This can significantly increase your payload size, opening up windows for failure. If you include documents, you must build your application to scale in these situations. ", "type": "string" }, "includeEnvelopeVoidReason": { "description": "When set to **true**, Connect will include the voidedReason for voided envelopes.", "type": "string" }, "includeHMAC": { "description": "When set to **true**, a Hash-based Message Authentication Code (HMAC) signature is included in messages sent through Connect.\nFor more information, see [Using HMAC Security with DocuSign Connect](https://developers.docusign.com/esign-rest-api/guides/connect-hmac).", "type": "string" }, "includeSenderAccountasCustomField": { "description": "When set to **true**, Connect will include the sender account as Custom Field in the data.", "type": "string" }, "includeTimeZoneInformation": { "description": "When set to **true**, Connect will include the envelope time zone information.", "type": "string" }, "name": { "description": "The name of the Connect configuration. The name helps identify the configuration in the list.", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "recipientEvents": { "description": "An array of strings that lists of recipient-related events that trigger a notification\nto your webhook Connect listener. The possible event values are:\n\n- `sent`: If a recipient type is set to receive an email notification to take action on an envelope, the recipient status is set to `sent` upon delivery of the email.\n- `delivered`: The recipient has viewed the documents in the envelope. This recipient status does not indicate email delivery of the documents in the envelope.\n- `completed`: The recipient has completed their assigned actions on an envelope.\n- `declined`: The recipient has declined to sign a document in the envelope.\n- `authenticationfailed`: At least one signer has failed the authentication check on the document. If this occurs, you have two options:\n - Send a reminder to the recipients, which provides the signer with another chance to access and pass the authentication.\n - Correct the document and modify the authentication setting.\n- `autoresponded`: The recipient's email system sent back an automatic response. This status is only used when **Send-on-behalf-of** is turned off for the account.\n\n**Note**: In previous versions of the API, this value was a single comma-separated string.\n", "type": "array", "items": { "type": "string" } }, "requireMutualTls": { "description": "When set to **true**, [Mutual TLS](https://developers.docusign.com/esign-rest-api/guides/mutual-tls-intro) authentication is enabled.", "type": "string" }, "requiresAcknowledgement": { "description": "When set to **true**, event delivery acknowledgements are enabled for your Connect configuration.\n\nDocuSign Connect awaits a valid 200 response from your application acknowledging that it received a message. If you do not acknowledge receiving an event notification message within 100 seconds, DocuSign treats the message as a failure and places it into a failure queue. It is imperative that you acknowledge successful receipt of Connect events as they occur by sending a 200 event back.\n\n#### When set to **true** and Send Individual Messages (SIM) mode is activated\n\nIf the HTTP status response to a notification message is not in the range of 200-299,\nthen the message delivery failed, and the configuration is marked as down.\n\nThe message will be queued and retried once per day.\nWhile a Connect configuration is marked down, subsequent notifications will not be tried. Instead they will be immediately queued with the reason `Pending`.\nWhen a message succeeds, all queued messages for the configuration will be tried immediately, in order.\n\nThere is a maximum of ten retries. Alternately, you can use **Republish Connect Information** to manually republish the notification.\n\n#### When set to **true** and SIM mode is not activated\n\nIf the HTTP Status response to a notification message is not in the range of 200-299, then the message delivery failed, and the message is queued.\n\nThe message will be retried after at least a day the next time a subsequent message is successfully sent to this configuration (subscription). Subsequent notifications will be tried when they occur.\nThere is a maximum of ten retries. Alternately, you can use **Republish Connect Information** to manually republish the notification.\n\n#### When set to **false**\n\nWhen `requiresAcknowledgement` is set to **false** and you do not acknowledge receiving an event notification message within 100 seconds, DocuSign treats the message as a failure and determines that the server is unavailable. It does not retry to send the notification message, and you must handle the failure manually.\n\n", "type": "string" }, "salesforceApiVersion": { "description": "The version of the Salesforce API that you are using.", "type": "string" }, "salesforceAuthcode": { "description": "", "type": "string" }, "salesforceCallBackUrl": { "description": "", "type": "string" }, "salesforceDocumentsAsContentFiles": { "description": "When set to **true**, DocuSign can use documents in your Salesforce account for sending and signing.", "type": "string" }, "senderOverride": { "description": "", "type": "string" }, "senderSelectableItems": { "description": "This property sets the items that are available for selection when adding or editing Connect objects. ", "type": "array", "items": { "type": "string" } }, "sfObjects": { "description": "An array of Salesforce objects.", "type": "array", "items": { "$ref": "#/definitions/connectSalesforceObject" } }, "signMessageWithX509Certificate": { "description": "When set to **true**, Mutual TLS will be enabled for notifications. Mutual TLS must be initiated by the listener (the customer's web server) during the TLS handshake protocol. ", "type": "string" }, "soapNamespace": { "description": "The namespace of the SOAP interface.\n\n**Note**: If `useSoapInterface` is set to **true**, you must set this value.", "type": "string" }, "urlToPublishTo": { "description": "The endpoint to which Connect should send webhook notification messages via an HTTPS POST request. The URL must start with `https`. The customer's web server must use an SSL/TLS certificate whose CA is in the Microsoft list of trusted CAs. Self-signed certificates are not acceptable, but you can use free certificates from Let's Encrypt.", "type": "string" }, "userIds": { "description": "A comma-separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When a tracked event occurs for a set user, the a notification message is sent to your Connect listener.\n\n**Note**: If allUsers is set to `false` then you must provide a list of user ids.", "type": "array", "items": { "type": "string" } }, "userName": { "description": "The name of the user.", "type": "string" }, "useSoapInterface": { "description": "When set to **true**, indicates that the `urlToPublishTo` property contains a SOAP endpoint.", "type": "string" } }, "x-ds-definition-name": "connectCustomConfiguration", "description": "Contains information about a DocuSign Connect configuration.", "x-ds-category": "Connect", "x-ds-order": "10", "x-ms-summary": "Contains information about a DocuSign Connect configuration." }, "ConnectEvents": { "type": "object", "properties": { "failures": { "description": "A list of Connect failure logs.", "type": "array", "items": { "$ref": "#/definitions/connectLog" } }, "logs": { "description": "A list of Connect general logs.", "type": "array", "items": { "$ref": "#/definitions/connectLog" } }, "totalRecords": { "description": "The count of records in the log list.", "type": "string" }, "type": { "description": "", "type": "string" } }, "x-ds-definition-name": "connectLogs", "description": "Connect event logging information. This object contains sections for regular Connect logs and for Connect failures. ", "x-ds-category": "Connect", "x-ds-order": "20", "x-ms-summary": "Connect event logging information. This object contains sections for regular Connect logs and for Connect failures. " }, "CustomTabs": { "type": "object", "properties": { "anchor": { "description": "An optional string that is used to auto-match tabs to strings located in the documents of an envelope.", "type": "string" }, "anchorCaseSensitive": { "description": "This property controls how [anchor tabs][AnchorTabs] are placed. When **true**, the text string in a document must match the case of the `anchorString` property for an anchor tab to be created. The default value is **false**.\n\nFor example, when set to **true**, if the anchor string is `DocuSign`, then `DocuSign` will match but `Docusign`, `docusign`, `DoCuSiGn`, etc. will not match. When set to **false**, `DocuSign`, `Docusign`, `docusign`, `DoCuSiGn`, etc. will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace", "type": "string" }, "anchorHorizontalAlignment": { "description": "This property controls how [anchor tabs][AnchorTabs] are aligned in relation to the anchor text. Possible values are :\n\n- `left`: Aligns the left side of the tab with the beginning of the first character of the matching anchor word. This is the default value.\n- `right`: Aligns the tab’s left side with the last character of the matching anchor word.\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTabs]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorIgnoreIfNotPresent": { "description": "When set to **true**, this tab is ignored if the `anchorString` is not found in the document.", "type": "string" }, "anchorMatchWholeWord": { "description": "When set to **true**, the text string in a document must match the value of the `anchorString` property in its entirety for an [anchor tab][AnchorTab] to be created. The default value is **false**.\n\nFor example, when set to **true**, if the input is `man` then `man` will match but `manpower`, `fireman`, and `penmanship` will not. When set to **false**, if the input is `man` then `man`, `manpower`, `fireman`, and `penmanship` will all match.\n\nThis functionality uses the following rules:\n\n- Unless punctuation is specified in the `anchorString`, this functionality ignores punctuation and the following characters:\n\n $~><|^+=\n\n For example, the `anchorString` `water` will match on the string `Fetch a pail of water.`\n\n- Strings embedded in other strings are ignored during the matching process.\n\n- In words that have dashes, the parts separated by dashes are treated as distinct words.\n\n Example: If the anchor string is `forget`, then an anchor tab is placed on the `forget` in `forget-me-not`, even when `anchorMatchWholeWord` is set to **true**.\n\n- Letters with accent marks are treated as distinct characters from their unaccented counterparts.\n\n- For single-character anchor strings, if the two characters appear right next to each other in the document, a single anchor tab is placed for both of them.\n\n Example: If the anchor string is `i`, then only one anchor tab is placed in `skiing`.\n\n- Unlike punctuation, numbers are not ignored when finding anchor words.\n\n Example: If the anchor string is `cat`, then `-cat-` is matched but `1cat2` is not when `anchorMatchWholeWord` is set to **true** (its default value).\n\n\n**Note**: You can only specify the value of this property in POST requests.\n\n[AnchorTab]: https://developers.docusign.com/esign-rest-api/guides/concepts/tabs#autoplace\n", "type": "string" }, "anchorUnits": { "description": "Specifies units of the\n`anchorXOffset` and\n`anchorYOffset`.\nValid units are:\n\n- `pixels`\n- `inches`\n- `mms`\n- `cms`\n", "type": "string" }, "anchorXOffset": { "description": "Specifies the X axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "anchorYOffset": { "description": "Specifies the Y axis location of the tab in `anchorUnits` relative to the `anchorString`.\n", "type": "string" }, "bold": { "description": "When set to **true**, the information in the tab is bold.", "type": "string" }, "collaborative": { "description": "", "type": "string" }, "concealValueOnDocument": { "description": "When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is only available to the sender through the Form Data link in the DocuSign Console. The information on the downloaded document remains masked by asterisks.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.", "type": "string" }, "createdByDisplayName": { "description": "The user name of the DocuSign user who created this object.", "type": "string" }, "createdByUserId": { "description": "The userId of the DocuSign user who created this object.", "type": "string" }, "customTabId": { "description": "The DocuSign-generated custom tab ID for the custom tab to be applied. This property can only be used when adding new tabs for a recipient. When used, the new tab inherits all of the custom tab properties.", "type": "string" }, "disableAutoSize": { "description": "When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.", "type": "string" }, "editable": { "description": "When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified.", "type": "string" }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "height": { "description": "The height of the tab in pixels.", "type": "string" }, "includedInEmail": { "description": "When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs.", "type": "string" }, "initialValue": { "description": "The original value of the tab.", "type": "string" }, "italic": { "description": "When set to **true**, the information in the tab is italic.", "type": "string" }, "items": { "description": "If the tab is a list, this represents the values that are possible for the tab.", "type": "array", "items": { "type": "string" } }, "lastModified": { "description": "The UTC DateTime this object was last modified. This is in ISO8601 format.", "type": "string" }, "lastModifiedByDisplayName": { "description": "The User Name of the DocuSign user who last modified this object.", "type": "string" }, "lastModifiedByUserId": { "description": "The userId of the DocuSign user who last modified this object.", "type": "string" }, "locked": { "description": "When set to **true**, the signer cannot change the data of the custom tab.", "type": "string" }, "maximumLength": { "description": "The maximum number of entry characters supported by the custom tab.", "type": "string" }, "mergeField": { "$ref": "#/definitions/mergeField", "description": "Contains the information necessary to map the tab to a field in SalesForce." }, "name": { "description": "The name of the custom tab.", "type": "string" }, "paymentItemCode": { "description": "If the custom tab is for a payment request, this is the external code for the item associated with the charge. For example, this might be your product id.\n\nExample: `SHAK1`\n\nMaximum Length: 100 characters.", "type": "string" }, "paymentItemDescription": { "description": "If the custom tab is for a payment request, this is the description of the item associated with the charge.\n\nExample: `The Danish play by Shakespeare`\n\nMaximum Length: 100 characters.", "type": "string" }, "paymentItemName": { "description": "If the custom tab is for a payment request, this is the name of the item associated with the charge.\n\nMaximum Length: 100 characters.\n\nExample: `Hamlet`", "type": "string" }, "requireAll": { "description": "When set to **true** and shared is true, information must be entered in this field to complete the envelope. ", "type": "string" }, "required": { "description": "When set to **true**, the signer is required to fill out this tab.", "type": "string" }, "requireInitialOnSharedChange": { "description": "Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.", "type": "string" }, "scaleValue": { "description": "Sets the size of the tab. This field accepts values from `0.5` to `1.0`, where `1.0` represents full size and `0.5` is 50% of full size.", "type": "string" }, "selected": { "description": "When set to **true**, the radio button is selected.", "type": "string" }, "shared": { "description": "When set to **true**, this custom tab is shared.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "stampTypeMetadata": { "$ref": "#/definitions/propertyMetadata", "description": "Metadata that indicates whether the `stampType` property is editable.\n" }, "tabLabel": { "description": "The label associated with the tab. This value may be an empty string.\nIf no value is provided, the tab type is used as the value.\n\nMaximum Length: 500 characters.\n", "type": "string" }, "type": { "description": "The type of this tab. Values are:\n\n- Approve\n- CheckBox\n- Company\n- Date\n- DateSigned,\tDecline\n- Email,\tEmailAddress\n- EnvelopeId\n- FirstName\n- Formula\n- FullName,\tInitialHere\n- InitialHereOptional\n- LastName\n- List\n- Note\n- Number\n- Radio\n- SignerAttachment\n- SignHere\n- SignHereOptional\n- Ssn\n- Text\n- Title\n- Zip5\n- Zip5Dash4\n", "type": "string" }, "underline": { "description": "When set to **true**, the information in the tab is underlined.", "type": "string" }, "validationMessage": { "description": "The message displayed if the custom tab fails input validation (either custom of embedded).", "type": "string" }, "validationPattern": { "description": "A regular expression used to validate input for the tab.", "type": "string" }, "width": { "description": "The width of the tab in pixels.", "type": "string" } }, "x-ds-definition-name": "tabMetadata", "description": "Custom tabs", "x-ds-category": "CustomTabs", "x-ds-order": "10", "x-ms-summary": "Custom tabs" }, "RequestLogs": { "type": "object", "properties": { "apiRequestLogging": { "description": " When set to **true**, enables API request logging for the user. ", "type": "string" }, "apiRequestLogMaxEntries": { "description": "Specifies the maximum number of API requests to log.", "type": "string" }, "apiRequestLogRemainingEntries": { "description": "Indicates the remaining number of API requests that can be logged.", "type": "string" } }, "x-ds-definition-name": "diagnosticsSettingsInformation", "description": "Request logs", "x-ds-category": "Diagnostics", "x-ds-order": "10", "x-ms-summary": "Request logs" }, "Resources": { "type": "object", "properties": { "resources": { "description": "", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "resourceInformation", "description": "API resource information", "x-ds-category": "Diagnostics", "x-ds-order": "20", "x-ms-summary": "API resource information" }, "Services": { "type": "object", "properties": { "buildBranch": { "description": "Reserved: TBD", "type": "string" }, "buildBranchDeployedDateTime": { "description": "Reserved: TBD", "type": "string" }, "buildSHA": { "description": "Reserved: TBD", "type": "string" }, "buildVersion": { "description": "Reserved: TBD", "type": "string" }, "linkedSites": { "description": "", "type": "array", "items": { "type": "string" } }, "serviceVersions": { "description": "", "type": "array", "items": { "$ref": "#/definitions/serviceVersion" } } }, "x-ds-definition-name": "serviceInformation", "description": "API service information", "x-ds-category": "Diagnostics", "x-ds-order": "30", "x-ms-summary": "API service information" }, "EnvelopeConsumerDisclosures": { "type": "object", "properties": { "accountEsignId": { "description": "The GUID of the account associated with the consumer disclosure.", "type": "string" }, "allowCDWithdraw": { "description": "When set to **true**, indicates that the customer can withdraw their consent to the consumer disclosure when they decline to sign documents. If these recipients sign documents sent to them from your account in the future, they will be required to agree to the terms in the disclosure. The default value is **false**.\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowCDWithdrawMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowCDWithdraw` property is editable.\n" }, "changeEmail": { "description": "If the customer needs to change their email address, this is the email address to which they should the change request.", "type": "string" }, "changeEmailOther": { "description": "Other information about the requirements for the user to change their email address.\n\nExample: \n\n`We do not require any other information from you to change your email address.`", "type": "string" }, "companyName": { "description": "Specifies the company name used in the disclosure. The default value is the account name.\n\nHowever, if your account uses signing brands that specify a company name, you can substitute the brand's company name by setting the `useBrand` property to **true**. Whenever an envelope is sent from the account that uses a signing brand with a specified `companyName`, that value is used in email notifications and in the signing experience.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. You must also set the value of the `useBrand` property to **true**.\n", "type": "string" }, "companyPhone": { "description": "The phone number of the company associated with the consumer disclosure, as a free-formatted string.", "type": "string" }, "copyCostPerPage": { "description": "The cost per page if the customer requests paper copies.\n\nExample: \n\n`0.0000`", "type": "string" }, "copyFeeCollectionMethod": { "description": "Specifies the fee collection method for cases in which the customer requires paper copies of the document.\n\nMaximum length: 255 characters.\n\nExample: \n\n`We will bill you for any fees at that time, if any.`", "type": "string" }, "copyRequestEmail": { "description": "The email address to which the customer should send a request for copies of a document.\n\nMaximum length: 100 characters.", "type": "string" }, "custom": { "description": "When set to **true**, indicates that the consumer disclosure is a custom disclosure. The default is **false**.", "type": "string" }, "enableEsign": { "description": "When set to **true** (default), indicates that eSign is enabled.", "type": "string" }, "esignAgreement": { "description": "The final, assembled text of the Electronic Record and Signature Disclosure that includes the appropriate `companyName` and other specifics. It also includes the HTML tags used for formatting.", "type": "string" }, "esignText": { "description": "The template for the Electronic Record and Signature Disclosure, which contains placeholders for information such as the `companyName`. It also includes the HTML tags used for formatting.\n\n**Note**: If you are switching to or updating a custom disclosure, you can edit both the text and the HTML formatting.", "type": "string" }, "languageCode": { "description": "The simple type enumeration for the language to use when displaying the disclosure. The following languages are supported:\n\n- Arabic (`ar`)\n- Bulgarian (`bg`)\n- Czech (`cs`)\n- Chinese Simplified (`zh_CN`)\n- Chinese Traditional (`zh_TW`)\n- Croatian (`hr`)\n- Danish (`da`)\n- Dutch (`nl`)\n- English US (`en`)\n- English UK (`en_GB`)\n- Estonian (`et`)\n- Farsi (`fa`)\n- Finnish (`fi`)\n- French (`fr`)\n- French Canadian (`fr_CA`)\n- German (`de`)\n- Greek (`el`)\n- Hebrew (`he`)\n- Hindi (`hi`)\n- Hungarian (`hu`)\n- Bahasa Indonesian (`id`)\n- Italian (`it`)\n- Japanese (`ja`)\n- Korean (`ko`)\n- Latvian (`lv`)\n- Lithuanian (`lt`)\n- Bahasa Melayu (`ms`)\n- Norwegian (`no`)\n- Polish (`pl`)\n- Portuguese (`pt`)\n- Portuguese Brazil (`pt_BR`)\n- Romanian (`ro`)\n- Russian (`ru`)\n- Serbian (`sr`)\n- Slovak (`sk`)\n- Slovenian (`sl`)\n- Spanish (`es`)\n- Spanish Latin America (`es_MX`)\n- Swedish (`sv`)\n- Thai (`th`)\n- Turkish (`tr`)\n- Ukrainian (`uk`) \n- Vietnamese (`vi`)\n\nAdditionally, you can automatically detect the browser language being used by the viewer and display the disclosure in that language by setting the value to `browser`.", "type": "string" }, "mustAgreeToEsign": { "description": "When set to **true**, the recipient must agree to the consumer disclosure. The value of this property is read only. It is calculated based on the account setting `consumerDisclosureFrequency` and the user's actions.", "type": "string" }, "pdfId": { "description": "**Deprecated**. \n\nThe `pdfId` property in the consumer_disclosure PUT request is deprecated. For security reasons going forward, any value provided in the request packet must be ignored. ", "type": "string" }, "useBrand": { "description": "When set to **true**, specifies that the company name in the signing brand is used for the disclosure. Whenever an envelope is sent from the account that uses a signing brand with a specified company name, that value is used in email notifications and in the signing experience. \n\nWhen set to **false** (default), or if the signing brand does not specify a company name, the account name is used instead.\n\n**Note**: This substitution only works if you use the default legal disclosure or if you apply the `companyName` to the merge fields in a custom ERSD. ", "type": "string" }, "useConsumerDisclosureWithinAccount": { "description": "When set to **true**, specifies that recipients in the same account as the sender must agree to eSign an Electronic Record and Signature Disclosure Statement.", "type": "string" }, "useConsumerDisclosureWithinAccountMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.\n" }, "withdrawAddressLine1": { "description": "Contains the first address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawAddressLine2": { "description": "Contains the second address line of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawByEmail": { "description": "When set to **true** (default), indicates that the customer can withdraw consent by email.", "type": "string" }, "withdrawByMail": { "description": "When set to **true**, indicates that the customer can withdraw consent by postal mail. The default is **false**.", "type": "string" }, "withdrawByPhone": { "description": "When set to **true**, indicates that the customer can withdraw consent by phone. The default is **false**.", "type": "string" }, "withdrawCity": { "description": "Contains the city of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 50 characters. ", "type": "string" }, "withdrawConsequences": { "description": "Text indicating the consequences of withdrawing consent.\n\nMaximum length: 255 characters.", "type": "string" }, "withdrawEmail": { "description": "Contains the email address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 100 characters. ", "type": "string" }, "withdrawOther": { "description": "Contains any other information needed to withdraw consent.\n\nMaximum length: 255 characters.\n\nExample:\n\n`We do not need any other information from you to withdraw consent.`", "type": "string" }, "withdrawPhone": { "description": "Contains the phone number that a customer can call to register consent withdrawal notification as a free-formatted string.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawPostalCode": { "description": "Contains the postal code of the postal address to which a customer can send a consent withdrawal notification.\n\nMaximum length: 20 characters. ", "type": "string" }, "withdrawState": { "description": "Contains the state of the postal address to which a customer can send a consent withdrawal notification.\n\nExample: `PA`", "type": "string" } }, "x-ds-definition-name": "consumerDisclosure", "description": "Details about envelope consumer disclosures.", "x-ds-category": "Envelopes", "x-ds-order": "90", "x-ms-summary": "Details about envelope consumer disclosures." }, "EnvelopeDocuments": { "type": "object", "properties": { "envelopeDocuments": { "description": "An array of document objects.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" } }, "x-ds-definition-name": "envelopeDocumentsResult", "description": "Envelope documents", "x-ds-category": "Envelopes", "x-ds-order": "40", "x-ms-summary": "Envelope documents" }, "EnvelopeEmailSettings": { "description": "Envelope email settings", "type": "object", "properties": { "bccEmailAddresses": { "description": "An array containing the email address that should receive a copy of all email communications related to an envelope for archiving purposes. Maximum Length: 100 characters.\n\nWhile this property is an array, note that it takes only a single email address.\n\n**Note**: Only users with the `canManageAccount` setting set to **true** can use this option. \n\nDocuSign verifies that the email format is correct, but does not verify that the email address is active. You can use this for archiving purposes. However, using this property overrides the BCC for Email Archive information setting for this envelope. \n\n**Example**: if your account has BCC for Email Archive set up for the email address archive@mycompany.com and you send an envelope using the BCC Email Override to send a BCC email to salesarchive@mycompany.com, then a copy of the envelope is only sent to the salesarchive@mycompany.com email address.", "type": "array", "items": { "$ref": "#/definitions/bccEmailAddress" } }, "replyEmailAddressOverride": { "description": "The Reply To email address to use for email replies, instead of the one that is configured at the account level. DocuSign verifies that the email address is in a correct format, but does not verify that it is active. Maximum Length: 100 characters.", "type": "string" }, "replyEmailNameOverride": { "description": "The name to associate with the Reply To email address, instead of the name that is configured at the account level. Maximum Length: 100 characters.", "type": "string" } }, "x-ds-definition-name": "emailSettings", "x-ds-category": "Envelopes", "x-ds-order": "30", "x-ms-summary": "Envelope email settings" }, "Envelopes": { "type": "object", "properties": { "accessControlListBase64": { "description": "Reserved for DocuSign.", "type": "string" }, "allowComments": { "description": "When set to **true**, users can add comments to the documents in the envelope. For example, if a signer has a question about the text in the document, they can add a comment to the document.", "type": "string" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowReassign": { "description": "When **true**, the recipient can redirect an envelope to a more appropriate recipient.", "type": "string" }, "allowViewHistory": { "description": "When set to **true**, recipients can view the history of the envelope.", "type": "string" }, "anySigner": { "description": "Deprecated. This feature has been replaced by signing groups.", "type": "string" }, "asynchronous": { "description": "When **true**, the envelope is queued for processing and the value of the `status` property is set to `Processing`. Additionally, GET status calls return `Processing` until completed. \n\n\n**Note**: A `transactionId` is required for this call to work correctly. When the envelope is created, the status is `Processing` and an `envelopeId` is not returned in the response. To get the `envelopeId`, use a GET envelope query by using the [transactionId](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition) or by checking the Connect notification.", "type": "string" }, "attachmentsUri": { "description": "Contains a URL for retrieving the attachments that are associated with the envelope.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyDefault": { "description": "The default `authoritativeCopy` setting for documents in this envelope that do not have `authoritativeCopy` set.\nIf this property is not set, each document defaults to the envelope's `authoritativeCopy`.", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "brandId": { "description": "The id of the brand.", "type": "string" }, "brandLock": { "description": "When **true**, the `brandId` for the envelope is locked and senders cannot change the brand used for the envelope.", "type": "string" }, "certificateUri": { "description": "The URI for retrieving certificate information.", "type": "string" }, "completedDateTime": { "description": "Specifies the date and time this item was completed.", "type": "string" }, "copyRecipientData": { "description": "", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "customFieldsUri": { "description": "The URI for retrieving custom fields.", "type": "string" }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "deletedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "disableResponsiveDocument": { "description": "When set to **true**, responsive documents are disabled for the envelope.", "type": "string" }, "documentsCombinedUri": { "description": "The URI for retrieving all of the documents associated with the envelope as a single PDF file.", "type": "string" }, "documentsUri": { "description": "The URI for retrieving all of the documents associated with the envelope as separate files.", "type": "string" }, "emailBlurb": { "description": "This is the same as the email body. If specified it is included in the email body for all envelope recipients.", "type": "string" }, "emailSettings": { "$ref": "#/definitions/emailSettings", "description": "A complex element that allows the sender to override some envelope email setting information. This can be used to override the Reply To email address and name associated with the envelope and to override the BCC email addresses to which an envelope is sent. \n\nWhen the emailSettings information is used for an envelope, it only applies to that envelope. \n\n**IMPORTANT**: The `emailSettings` information is not returned in the GET method for envelope status. Use GET /email_settings to return information about the email settings. " }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "enableWetSign": { "description": "When set to **true**, the signer is allowed to print the document and sign it on paper.", "type": "string" }, "enforceSignerVisibility": { "description": "When set to **true**, signers can only view the documents on which they have tabs. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all of the documents in an envelope, unless they are specifically excluded by using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded by using this setting when an envelope is sent.\n\n**Note**: To use this functionality, [Document Visibility][docviz] must be enabled for the account by making the account setting `allowDocumentVisibility` **true**.\n\n[docviz]: /esign/restapi/Envelopes/EnvelopeDocumentVisibility", "type": "string" }, "envelopeAttachments": { "description": "An array of attachment objects that provide information about the attachments that are associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "envelopeIdStamping": { "description": "When set to **true**, [Envelope ID Stamping](https://support.docusign.com/en/guides/ndse-user-guide-set-advanced-document-options) is enabled.\nAfter a document or attachment is stamped with an Envelope ID,\nthe ID is seen by all recipients\nand becomes a permanent part of the document\nand cannot be removed.", "type": "string" }, "envelopeLocation": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeMetadata": { "$ref": "#/definitions/envelopeMetadata", "description": "Metadata that indicates whether the `envelope` property is editable.\n" }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "externalEnvelopeId": { "description": "May contain an external identifier for the envelope.", "type": "string" }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasComments": { "description": "When set to **true**, indicates that users have added comments to the envelope.", "type": "string" }, "hasFormDataChanged": { "description": "Specifies if the `EnvelopeFormData` associated with any forms in the envelope has changed.", "type": "string" }, "hasWavFile": { "description": "When set to **true**, indicates that a .wav file used for voice authentication is included in the envelope. ", "type": "string" }, "holder": { "description": "Reserved for DocuSign.", "type": "string" }, "initialSentDateTime": { "description": "The date and time the envelope was initially sent.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "isDynamicEnvelope": { "description": "When set to **true**, indicates that the envelope is a dynamic envelope.", "type": "string" }, "isSignatureProviderEnvelope": { "description": "When set to **true**, indicates that the envelope is a signature-provided envelope.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "location": { "description": "Reserved for DocuSign.", "type": "string" }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "messageLock": { "description": "When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. \n\nAdditionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. \n\nHowever, if the `messageLock` node is set to **true** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.", "type": "string" }, "notification": { "$ref": "#/definitions/notification", "description": "A complex element that specifies the notification options for the envelope. It consists of:\n\n* useAccountDefaults - When set to **true**, the account default notification settings are used for the envelope. \n* reminders - A complex element that specifies reminder settings for the envelope. It consists of: \n\n * reminderEnabled - When set to **true**, a reminder message is sent to the recipient.\n * reminderDelay - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. \n * reminderFrequency - An interger that sets the interval, in days, between reminder emails. \n\n* expirations - A complex element that specifies the expiration settings for the envelope. It consists of:\n\n * expireEnabled - When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. \n * expireAfter - An integer that sets the number of days the envelope is active.\n * expireWarn - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent. \n" }, "notificationUri": { "description": "The URI for retrieving notifications.", "type": "string" }, "powerForm": { "$ref": "#/definitions/powerForm", "description": "Information about any PowerForms that are included in the envelope." }, "purgeCompletedDate": { "description": "The date that a purge was completed.", "type": "string" }, "purgeRequestDate": { "description": "The date that a purge was requested.", "type": "string" }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects that provides details about the recipients of the envelope." }, "recipientsLock": { "description": "When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.", "type": "string" }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "sender": { "$ref": "#/definitions/userInfo", "description": "Information about the sender of the envelope." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signingLocation": { "description": "Specifies the physical location where the signing takes place. It can have two enumeration values; `inPerson` and `online`. The default value is `online`.", "type": "string" }, "status": { "description": "* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusChangedDateTime": { "description": "The data and time that the status changed.", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "templatesUri": { "description": "The URI for retrieving the templates.", "type": "string" }, "transactionId": { "description": " Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.", "type": "string" }, "useDisclosure": { "description": "When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. \n\nIf the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information.", "type": "string" }, "voidedDateTime": { "description": "The date and time the envelope or template was voided.", "type": "string" }, "voidedReason": { "description": "The reason the envelope or template was voided.", "type": "string" }, "workflow": { "$ref": "#/definitions/workflow", "description": "" } }, "x-ds-definition-name": "envelope", "description": "Envelope creation, management", "x-ds-category": "Envelopes", "x-ds-order": "10", "x-ms-summary": "Envelope creation, management" }, "EnvelopeTemplates": { "type": "object", "properties": { "templates": { "description": "An array of `templateSummary` objects that contain information about templates.", "type": "array", "items": { "$ref": "#/definitions/templateSummary" } } }, "x-ds-definition-name": "templateInformation", "description": "Envelope templates", "x-ds-category": "Envelopes", "x-ds-order": "85", "x-ms-summary": "Envelope templates" }, "Folders": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopes": { "description": "A list of envelopes in this folder.", "type": "array", "items": { "$ref": "#/definitions/envelopeSummary" } }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "foldersResponse", "description": "Folder management", "x-ds-category": "Folders", "x-ds-order": "10", "x-ms-summary": "Folder management" }, "GroupBrands": { "type": "object", "properties": { "brands": { "description": "A list of brands.", "type": "array", "items": { "$ref": "#/definitions/brand" } }, "recipientBrandIdDefault": { "description": "The brand that envelope recipients see when a brand is not explicitly set.", "type": "string" }, "senderBrandIdDefault": { "description": "The brand that envelope senders see when a brand is not explicitly set.", "type": "string" } }, "x-ds-definition-name": "brandsResponse", "description": "If your account includes multiple signing brands, you can use the groups functionality to assign different brands to different groups. This resource enables you to manage group brands.", "x-ds-category": "UserGroups", "x-ds-order": "30", "x-ms-summary": "If your account includes multiple signing brands, you can use the groups functionality to assign different brands to different groups. This resource enables you to manage group brands." }, "Groups": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "groups": { "description": "A collection group objects containing information about the groups.", "type": "array", "items": { "$ref": "#/definitions/group" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "groupInformation", "description": "Group information", "x-ds-category": "UserGroups", "x-ds-order": "10", "x-ms-summary": "Group information" }, "GroupUsers": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" }, "users": { "description": "An array of `userInfo` objects containing information about the users in the group.", "type": "array", "items": { "$ref": "#/definitions/userInfo" } } }, "x-ds-definition-name": "usersResponse", "description": "Groups' users", "x-ds-category": "UserGroups", "x-ds-order": "20", "x-ms-summary": "Groups' users" }, "SigningGroups": { "type": "object", "properties": { "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdBy": { "description": "The name of the user who created the signing group.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "groupEmail": { "description": "The email address for the signing group. You can use a group email address to email all of the group members at the same time.", "type": "string" }, "groupName": { "description": "The name of the group. The search_text provided in the call automatically performs a wild card search on group_name.", "type": "string" }, "groupType": { "description": "The group type. Possible values include:\n\n- `adminstrators`\n- `everyone`\n- `customGroup`\n- `sharedSigningGroup`\n\n", "type": "string" }, "modified": { "description": "The date and time that the signing group was last modified.", "type": "string" }, "modifiedBy": { "description": "The user id (GUID) of the user who last modified this user record.", "type": "string" }, "signingGroupId": { "description": "When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).", "type": "string" }, "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/signingGroupUser" } } }, "x-ds-definition-name": "signingGroup", "description": "Signing groups", "x-ds-category": "SigningGroups", "x-ds-order": "10", "x-ms-summary": "Signing groups" }, "SigningGroupUsers": { "type": "object", "properties": { "users": { "description": "User management information.", "type": "array", "items": { "$ref": "#/definitions/signingGroupUser" } } }, "x-ds-definition-name": "signingGroupUsers", "description": "Signing groups' users", "x-ds-category": "SigningGroups", "x-ds-order": "20", "x-ms-summary": "Signing groups' users" }, "TemplateRecipients": { "description": "Template recipients", "type": "object", "properties": { "agents": { "description": "A list of agent recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/agent" } }, "carbonCopies": { "description": "A list of carbon copy recipients assigned to the documents.", "type": "array", "items": { "$ref": "#/definitions/carbonCopy" } }, "certifiedDeliveries": { "description": "A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.", "type": "array", "items": { "$ref": "#/definitions/certifiedDelivery" } }, "currentRoutingOrder": { "description": "The routing order of the current recipient. If this value equals a particular signer's routing order, it indicates that the envelope has been sent to that recipient, but he or she has not completed the required actions.", "type": "string" }, "editors": { "description": "A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document.", "type": "array", "items": { "$ref": "#/definitions/editor" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "inPersonSigners": { "description": "Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.", "type": "array", "items": { "$ref": "#/definitions/inPersonSigner" } }, "intermediaries": { "description": "Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).", "type": "array", "items": { "$ref": "#/definitions/intermediary" } }, "notaries": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notaryRecipient" } }, "recipientCount": { "description": "The number of recipients in the envelope.", "type": "string" }, "seals": { "description": "Specifies one or more electronic seals to apply on documents. For more information on Electronic Seals , see https://support.docusign.com/en/guides/ndse-user-guide-apply-electronic-seals", "type": "array", "items": { "$ref": "#/definitions/sealSign" } }, "signers": { "description": "A list of signers on the envelope.", "type": "array", "items": { "$ref": "#/definitions/signer" } }, "witnesses": { "description": "A list of signers who act as witnesses on the envelope.", "type": "array", "items": { "$ref": "#/definitions/witness" } } }, "x-ds-definition-name": "recipients", "x-ds-category": "Templates", "x-ds-order": "20", "x-ms-summary": "Template recipients" }, "TemplateBulkRecipients": { "type": "object", "properties": { "bulkRecipients": { "description": "A complex type containing information about the bulk recipients in the response.", "type": "array", "items": { "$ref": "#/definitions/bulkRecipient" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bulkRecipientsResponse", "description": "Template bulk recipients", "x-ds-category": "Templates", "x-ds-order": "30", "x-ms-summary": "Template bulk recipients" }, "TemplateCustomFields": { "description": "A template custom field enables you to prepopulate custom metadata for all new envelopes that are created by using a specific template. You can then use the custom data for sorting, organizing, searching, and other downstream processes.", "type": "object", "properties": { "listCustomFields": { "description": "An array of list custom fields.", "type": "array", "items": { "$ref": "#/definitions/listCustomField" } }, "textCustomFields": { "description": "An array of text custom fields.", "type": "array", "items": { "$ref": "#/definitions/textCustomField" } } }, "x-ds-definition-name": "customFields", "x-ds-category": "Templates", "x-ds-order": "70", "x-ms-summary": "A template custom field enables you to prepopulate custom metadata for all new envelopes that are created by using a specific template. You can then use the custom data for sorting, organizing, searching, and other downstream processes." }, "TemplateDocumentFields": { "type": "object", "properties": { "documentFields": { "description": "The array of name/value custom data strings to add to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the following elements: \n\n* `name` - A string that can be a maximum of 50 characters. \n* `value` - A string that can be a maximum of 200 characters.\n\n**Important**: If you are using XML, the name/value pair is contained in a `nameValue` element. \n", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "documentFieldsInformation", "description": "Template document fields", "x-ds-category": "Templates", "x-ds-order": "60", "x-ms-summary": "Template document fields" }, "TemplateDocuments": { "type": "object", "properties": { "templateDocuments": { "description": "An array of document objects that contain information about the documents associated with the template.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "templateId": { "description": "The id of the template. If a value is not provided, DocuSign generates a value. ", "type": "string" } }, "x-ds-definition-name": "templateDocumentsResult", "description": "Template documents", "x-ds-category": "Templates", "x-ds-order": "40", "x-ms-summary": "Template documents" }, "TemplateLocks": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "lockDurationInSeconds": { "description": "Sets the time, in seconds, until the lock expires when there is no activity on the envelope.\n\nIf no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds.\n\nThe lock duration can be extended.\n", "type": "string" }, "lockedByApp": { "description": "Specifies the friendly name of the application that is locking the envelope.", "type": "string" }, "lockedByUser": { "$ref": "#/definitions/userInfo", "description": "A complex type containing information about the user that has the envelope or template locked." }, "lockedUntilDateTime": { "description": "The date and time that the lock expires.", "type": "string" }, "lockToken": { "description": "A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock.", "type": "string" }, "lockType": { "description": "The type of lock. Currently `edit` is the only supported type.", "type": "string" }, "useScratchPad": { "description": "When set to **true**, a scratchpad is used to edit information.\n ", "type": "string" } }, "x-ds-definition-name": "lockInformation", "description": "This section provides information about template locks. You use template locks to prevent others from making changes to a template while you are modifying it.", "x-ds-category": "Templates", "x-ds-order": "80", "x-ms-summary": "This section provides information about template locks. You use template locks to prevent others from making changes to a template while you are modifying it." }, "Templates": { "type": "object", "properties": { "accessControlListBase64": { "description": "Reserved for DocuSign.", "type": "string" }, "allowComments": { "description": "When set to **true**, indicates that comments are allowed on the envelope.", "type": "string" }, "allowMarkup": { "description": "When set to **true**, the Document Markup feature is enabled.\n\n**Note**: To use this feature, Document Markup must be enabled at both the account and envelope levels. Only Admin users can change this setting for at the account level.", "type": "string" }, "allowReassign": { "description": "When **true**, the recipient can redirect an envelope to a more appropriate recipient.", "type": "string" }, "allowViewHistory": { "description": "When set to **true**, recipients can view the history of the envelope.", "type": "string" }, "anySigner": { "description": "Deprecated. This feature has been replaced by signing groups.", "type": "string" }, "asynchronous": { "description": "When **true**, the envelope is queued for processing and the value of the `status` property is set to `Processing`. Additionally, GET status calls return `Processing` until completed. \n\n\n**Note**: A `transactionId` is required for this call to work correctly. When the envelope is created, the status is `Processing` and an `envelopeId` is not returned in the response. To get the `envelopeId`, use a GET envelope query by using the [transactionId](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition) or by checking the Connect notification.", "type": "string" }, "attachmentsUri": { "description": "Contains a URL for retrieving the attachments that are associated with the envelope.", "type": "string" }, "authoritativeCopy": { "description": "When **true**, marks all of the documents in the envelope as authoritative copies.\n\n**Note**: You can override this value for a specific document. For example, you can set the `authoritativeCopy` property to **true** at the envelope level, but turn it off for a single document by setting the `authoritativeCopy` property for the document to **false**.", "type": "string" }, "authoritativeCopyDefault": { "description": "The default `authoritativeCopy` setting for documents in this envelope that do not have `authoritativeCopy` set.\nIf this property is not set, each document defaults to the envelope's `authoritativeCopy`.", "type": "string" }, "autoMatch": { "description": "By default, templates that have been used within\nthe last 60 days are included in auto-matching.\n\nBy explicitly setting `autoMatch`,\nyou can permanently include or exclude the template\nin auto matching.\n\nWhen **true** the template is included in auto-matching\nregardless of when it was last used.\n\nWhen **false** the template is never included in auto-matching.", "type": "string" }, "autoMatchSpecifiedByUser": { "description": "If **true**, the template has been explicitly included in or excluded from auto-matching. The default is false.\nThis is a read-only property.", "type": "string" }, "autoNavigation": { "description": "When set to **true**, autonavigation is set for the recipient.\n", "type": "string" }, "brandId": { "description": "The id of the brand.", "type": "string" }, "brandLock": { "description": "When **true**, the `brandId` for the envelope is locked and senders cannot change the brand used for the envelope.", "type": "string" }, "certificateUri": { "description": "The URI for retrieving certificate information.", "type": "string" }, "completedDateTime": { "description": "Specifies the date and time this item was completed.", "type": "string" }, "copyRecipientData": { "description": "", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customFields": { "$ref": "#/definitions/AccountCustomFields", "description": "An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters." }, "customFieldsUri": { "description": "The URI for retrieving custom fields.", "type": "string" }, "declinedDateTime": { "description": "The date and time the recipient declined the document. Read only.", "type": "string" }, "deletedDateTime": { "description": "Reserved for DocuSign.", "type": "string" }, "deliveredDateTime": { "description": "The date and time that the envelope was delivered to the recipient. Read only.", "type": "string" }, "description": { "description": "A sender-defined description of the line item.\n", "type": "string" }, "disableResponsiveDocument": { "description": "When set to **true**, responsive documents are disabled for the envelope.", "type": "string" }, "documents": { "description": "A complex element that contains details about the documents associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/document" } }, "documentsCombinedUri": { "description": "The URI for retrieving all of the documents associated with the envelope as a single PDF file.", "type": "string" }, "documentsUri": { "description": "The URI for retrieving all of the documents associated with the envelope as separate files.", "type": "string" }, "emailBlurb": { "description": "This is the same as the email body. If the sender enters an email blurb, it is included in the email body for all envelope recipients.", "type": "string" }, "emailSettings": { "$ref": "#/definitions/emailSettings", "description": "A complex type that contains email settings." }, "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "enableWetSign": { "description": "When set to **true**, the signer is allowed to print the document and sign it on paper.", "type": "string" }, "enforceSignerVisibility": { "description": "When set to **true**, signers can only view the documents on which they have tabs. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all of the documents in an envelope, unless they are specifically excluded by using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded by using this setting when an envelope is sent.\n\n**Note**: To use this functionality, [Document Visibility][docviz] must be enabled for the account by making the account setting `allowDocumentVisibility` **true**.\n\n[docviz]: /esign/restapi/Envelopes/EnvelopeDocumentVisibility", "type": "string" }, "envelopeAttachments": { "description": "An array of attachment objects that provide information about the attachments that are associated with the envelope.", "type": "array", "items": { "$ref": "#/definitions/attachment" } }, "envelopeDocuments": { "description": "An array containing information about the documents that are included in the envelope.", "type": "array", "items": { "$ref": "#/definitions/envelopeDocument" } }, "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "envelopeIdStamping": { "description": "When set to **true**, [Envelope ID Stamping](https://support.docusign.com/en/guides/ndse-user-guide-set-advanced-document-options) is enabled.\nAfter a document or attachment is stamped with an Envelope ID,\nthe ID is seen by all recipients\nand becomes a permanent part of the document\nand cannot be removed.", "type": "string" }, "envelopeLocation": { "description": "Reserved for DocuSign.", "type": "string" }, "envelopeMetadata": { "$ref": "#/definitions/envelopeMetadata", "description": "Provides information about the features and services that are enabled for the envelope, including the Correct feature, the Advanced Correct feature, and DocuSign eNotary service." }, "envelopeUri": { "description": "The URI for retrieving the envelope or envelopes.", "type": "string" }, "expireAfter": { "description": "An integer specifying the number of days that a sent envelope remains active before it expires. A negative number in a response indicates that the envelope has already expired.", "type": "string" }, "expireDateTime": { "description": "The date and time the envelope is set to expire.", "type": "string" }, "expireEnabled": { "description": "When set to **true**, the envelope expires (is no longer available for signing) after the specified number of days after it is sent (`sentDateTime`). Set `expireAfter` to set the number of days until an envelope expires. When **false**, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.", "type": "string" }, "externalEnvelopeId": { "description": "May contain an external identifier for the envelope.", "type": "string" }, "favoritedByMe": { "description": "", "type": "string" }, "folderId": { "description": "The unique identifier for the folder that the template belongs to.", "type": "string" }, "folderIds": { "description": "An array of folder IDs that the template is in.", "type": "array", "items": { "type": "string" } }, "folderName": { "description": "The name of the folder the template belongs to.", "type": "string" }, "folders": { "description": "A list of folder objects.", "type": "array", "items": { "$ref": "#/definitions/folder" } }, "hasComments": { "description": "When set to **true**, indicates that users have added comments to the envelope.", "type": "string" }, "hasFormDataChanged": { "description": "Specifies if the `EnvelopeFormData` associated with any forms in the template has changed.", "type": "string" }, "hasWavFile": { "description": "When set to **true**, indicates that the template includes a .wav file.", "type": "string" }, "holder": { "description": "Reserved for DocuSign.", "type": "string" }, "initialSentDateTime": { "description": "The date and time the envelope that used the template was initially sent.", "type": "string" }, "is21CFRPart11": { "description": "When **true**, indicates compliance with United States Food and Drug Administration (FDA) regulations on electronic records and electronic signatures (ERES).", "type": "string" }, "isDynamicEnvelope": { "description": "When set to **true**, indicates that the envelope is a dynamic envelope.", "type": "string" }, "isSignatureProviderEnvelope": { "description": "When set to **true**, indicates that the envelope is a signature-provided envelope.", "type": "string" }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedBy": { "$ref": "#/definitions/userInfo", "description": "The userId of the user who last modified the template." }, "lastModifiedDateTime": { "description": "The date and time the template was last modified.", "type": "string" }, "lastUsed": { "description": "The date and time the template was last used.", "type": "string" }, "location": { "description": "Reserved for DocuSign.", "type": "string" }, "lockInformation": { "$ref": "#/definitions/EnvelopeLocks", "description": "Provides lock information about an envelope that a user has locked." }, "messageLock": { "description": "When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. \n\nAdditionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. \n\nHowever, if the `messageLock` node is set to **true** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.", "type": "string" }, "name": { "description": "The name of the template.", "type": "string" }, "newPassword": { "description": "The user's new password.", "type": "string" }, "notification": { "$ref": "#/definitions/notification", "description": "A complex element that specifies the notification options for envelopes that use the template." }, "notificationUri": { "description": "The URI for retrieving notifications.", "type": "string" }, "owner": { "$ref": "#/definitions/userInfo", "description": "The owner of the template." }, "pageCount": { "description": "An integer value specifying the number of document pages in the template. ", "type": "string" }, "password": { "description": "The password for editing the template.", "type": "string" }, "passwordProtected": { "description": "If **true**, a password is required to edit the template.", "type": "string" }, "powerForm": { "$ref": "#/definitions/powerForm", "description": "A PowerForm objects that contain information about any PowerForms that are included in the template." }, "powerForms": { "description": "An array of PowerForm objects that contain information about any PowerForms that are included in the template.", "type": "array", "items": { "$ref": "#/definitions/powerForm" } }, "purgeCompletedDate": { "description": "The date that a purge was completed.", "type": "string" }, "purgeRequestDate": { "description": "The date that a purge was requested.", "type": "string" }, "purgeState": { "description": "Shows the current purge state for the envelope. The possible values are:\n\n* `unpurged`: There has been no successful request to purge documents.\n* `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged.\n* `documents_dequeued`: The envelope documents have been taken out of the purge queue.\n* `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged.\n* `documents_purged`: The envelope documents have been successfully purged.\n* `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.\n\n", "type": "string" }, "recipients": { "$ref": "#/definitions/EnvelopeRecipients", "description": "An array of recipient objects." }, "recipientsLock": { "description": "When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.", "type": "string" }, "recipientsUri": { "description": "Contains a URI for an endpoint that you can use to retrieve the recipients.", "type": "string" }, "sender": { "$ref": "#/definitions/userInfo", "description": "Information about the sender." }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "shared": { "description": "When **true**, indicates the template is shared with the **Everyone** group,\nand is shared with all users on the account.\n\nIf **false**, the template is only shared with the **Administrator** group.\n", "type": "string" }, "signerCanSignOnMobile": { "description": "When set to **true**, recipients can sign on a mobile device.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "signingLocation": { "description": "Specifies the physical location where the signing takes place. It can have two enumeration values; `inPerson` and `online`. The default value is `online`.", "type": "string" }, "status": { "description": "Indicates the envelope status. Valid values are:\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" }, "statusChangedDateTime": { "description": "The data and time that the status changed.", "type": "string" }, "statusDateTime": { "description": "The DateTime that the envelope changed status (i.e. was created or sent.)", "type": "string" }, "templateId": { "description": "The id of the template.", "type": "string" }, "templatesUri": { "description": "The URI for retrieving the templates.", "type": "string" }, "transactionId": { "description": " Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.", "type": "string" }, "uri": { "description": "Contains a URI that you can use to retreve the template.", "type": "string" }, "useDisclosure": { "description": "When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. \n\nIf the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information.", "type": "string" }, "voidedDateTime": { "description": "The date and time the envelope or template was voided.", "type": "string" }, "voidedReason": { "description": "The reason the envelope or template was voided.", "type": "string" }, "workflow": { "$ref": "#/definitions/workflow", "description": "" } }, "x-ds-definition-name": "envelopeTemplate", "description": "Template management", "x-ds-category": "Templates", "x-ds-order": "10", "x-ms-summary": "Template management" }, "TemplateRecipientTabs": { "type": "object", "properties": { "approveTabs": { "description": "A list of\n[Approve tabs][approve].\n\nAn Approve tab enables\nthe recipient to approve documents without\nplacing a signature or initials on the document. If the\nrecipient clicks the tab during the signing process, the\nrecipient is considered to have signed the document. No\ninformation is shown on the document of the approval, but it\nis recorded as a signature in the envelope history.\nThe value of an approve tab can't be set.\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n", "type": "array", "items": { "$ref": "#/definitions/approve" } }, "checkboxTabs": { "description": "A list of\n[Checkbox tabs][checkbox].\n\n\nA Checkbox tab enables the recipient to select a yes/no (on/off) option. This value can be set.\n\n\n[checkbox]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n", "type": "array", "items": { "$ref": "#/definitions/checkbox" } }, "commentThreadTabs": { "description": "An array of tabs that represents a collection of comments in a comment thread. For example, if a recipient has questions about the content of a document, they can add a comment to the document and control who else can see the comment. This value can't be set.", "type": "array", "items": { "$ref": "#/definitions/commentThread" } }, "commissionCountyTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionCounty" } }, "commissionExpirationTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionExpiration" } }, "commissionNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionNumber" } }, "commissionStateTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/commissionState" } }, "companyTabs": { "description": "A list of \n[Company tabs][company].\n\n\nA Company tab displays a field for the name of the recipient's company. This value can't be set.\n\n\n\n[company]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/company \n", "type": "array", "items": { "$ref": "#/definitions/company" } }, "dateSignedTabs": { "description": "A list of \n[Date Signed tabs][dateSigned].\n\n\nA Date Signed tab displays the date that the recipient signed the document. This value can't be set.\n\n[dateSigned]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned \n", "type": "array", "items": { "$ref": "#/definitions/dateSigned" } }, "dateTabs": { "description": "A list of \n[Date tabs][date].\n\nA Date tab enables the recipient to enter a date. This value can't be set. The tooltip for this tab recommends the date format MM/DD/YYYY, but this format is not enforced. The system retains the format that the recipient enters.\n\n**Note**: If you need to enforce a specific date format, we recommend that you use a Text tab with a validation pattern and validation message.\n\n\n[date]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date \n", "type": "array", "items": { "$ref": "#/definitions/date" } }, "declineTabs": { "description": "A list of \n[Decline tabs][decline].\n\nA Decline tab enables the recipient to decline the envelope. If the recipient clicks the tab during the signing process, the envelope is voided. The value of this tab can't be set.\n\n\n[decline]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline \n", "type": "array", "items": { "$ref": "#/definitions/decline" } }, "drawTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/draw" } }, "emailAddressTabs": { "description": "A list of \n[Email Address tabs][emailAddress].\n\nAn Email Address tab displays the recipient's email as entered in the recipient information. This value can't be set.\n\n\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress \n", "type": "array", "items": { "$ref": "#/definitions/emailAddress" } }, "emailTabs": { "description": "A list of \n[Email tabs][email].\n\nAn Email tab enables the recipient to enter an email address.\nThis is a one-line field that checks that a valid email\naddress is entered. It uses the same parameters as a Text\ntab, with the validation message and pattern set for email\ninformation. This value can be set.\n\nWhen getting information that includes\nthis tab type, the original value of the tab when the\nassociated envelope was sent is included in the response.\n\n[email]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email \n", "type": "array", "items": { "$ref": "#/definitions/email" } }, "envelopeIdTabs": { "description": "A list of \n[Envelope ID tabs][envelopeId].\n\nAn Envelope ID tab displays the envelope ID. Recipients cannot enter or change the information in this tab. This value can't be set.\n\n\n[envelopeId]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/envelopeId \n", "type": "array", "items": { "$ref": "#/definitions/envelopeId" } }, "firstNameTabs": { "description": "A list of \n[First Name tabs][firstName].\n\nA First Name tab displays the recipient's first name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[firstName]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/firstName \n", "type": "array", "items": { "$ref": "#/definitions/firstName" } }, "formulaTabs": { "description": "A list of [Formula tabs][formulaTab].\n\nThe value of a Formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the Formula tab calculates and displays the result. This value can be set.\n\nThe `formula` property of the tab contains the references to the underlying tabs. To learn more about formulas, see [Calculated Fields][calculatedfields].\n\nIf a Formula tab contains a `paymentDetails` property, the tab is considered a payment item. To learn more about payments, see [Requesting Payments Along with Signatures][paymentguide].\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n", "type": "array", "items": { "$ref": "#/definitions/formulaTab" } }, "fullNameTabs": { "description": "A list of \n[Full Name tabs][fullName].\n\nA Full Name tab displays the recipient's full name. This value can't be set.\n\n\n[fullName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName \n", "type": "array", "items": { "$ref": "#/definitions/fullName" } }, "initialHereTabs": { "description": "A list of \n[Initial Here tabs][initialHere].\n\nThis type of tab enables the recipient to initial the document. May be optional. This value can't be set.\n\n[initialHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere \n", "type": "array", "items": { "$ref": "#/definitions/initialHere" } }, "lastNameTabs": { "description": "A list of \n[Last Name tabs][lastName].\n\nA Last Name tab displays the recipient's last name. The system automatically populates this field by splitting the name in the recipient information on spaces. This value can't be set.\n\n\n[lastName]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName \n", "type": "array", "items": { "$ref": "#/definitions/lastName" } }, "listTabs": { "description": "A list of [List tabs][list].\n\nA List tab enables the recipient to choose from a list of options. You specify the options in the `listItems` property. This value can't be set.\n\n\n\n[list]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/list \n", "type": "array", "items": { "$ref": "#/definitions/list" } }, "notarizeTabs": { "description": "A list of [Notarize tabs][notarize].\n\nA Notarize tab alerts notary recipients that they must take action on the page. This value can be set.\n\n**Note**: Only one notarize tab can appear on a page.\n\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize \n", "type": "array", "items": { "$ref": "#/definitions/notarize" } }, "notarySealTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/notarySeal" } }, "noteTabs": { "description": "A list of \n[Note tabs][note].\n\nA Note tab displays additional information to the recipient in the form of a note. This value can be set.\n\n[note]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note \n", "type": "array", "items": { "$ref": "#/definitions/note" } }, "numberTabs": { "description": "A list of \n[Number tabs][number].\n\nA Number tab enables the recipient to enter numbers and decimal points (.). This value can be set.\n\n\n\n[number]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number \n", "type": "array", "items": { "$ref": "#/definitions/number" } }, "phoneNumberTabs": { "description": "", "type": "array", "items": { "$ref": "#/definitions/phoneNumber" } }, "polyLineOverlayTabs": { "description": "This type of tab enables the recipient to strike through document text. This value can't be set. ", "type": "array", "items": { "$ref": "#/definitions/polyLineOverlay" } }, "radioGroupTabs": { "description": "A list of [Radio Group tabs][radioGroup].\n\nA Radio Group tab places a group of radio buttons on a document. The `radios` property is used to add and place the radio\nbuttons associated with the group. Only one radio button can be selected in a group. This value can be set.\n\n\n[radioGroup]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup \n", "type": "array", "items": { "$ref": "#/definitions/radioGroup" } }, "signerAttachmentTabs": { "description": "A list of \n[Signer Attachment tabs][signerAttachment].\n\nThis type of tab enables the recipient to attach supporting documents to an envelope. This value can't be set.\n\n\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment \n", "type": "array", "items": { "$ref": "#/definitions/signerAttachment" } }, "signHereTabs": { "description": "A list of \n[Sign Here tabs][signHere].\n\nThis type of tab enables the recipient to sign a document. May be optional. This value can't be set.\n\n[signHere]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere \n", "type": "array", "items": { "$ref": "#/definitions/signHere" } }, "smartSectionTabs": { "description": "A list of [Smart Section](https://www.docusign.com/blog/dsdev-deep-dive-responsive-smart-sections/) tabs.\n\nSmart Section tabs enhance responsive signing on mobile devices by enabling collapsible sections, page breaks, custom formatting options, and other advanced functionality.\n\n**Note**: Smart Sections are a premium feature. Responsive signing must also be enabled for your account.", "type": "array", "items": { "$ref": "#/definitions/smartSection" } }, "ssnTabs": { "description": "A list of \n[SSN tabs][ssn].\n\nAn SSN tab contains a one-line field that enables the recipient to enter a Social Security Number (SSN) with or without\ndashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set.\n\n\n[ssn]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn \n", "type": "array", "items": { "$ref": "#/definitions/ssn" } }, "tabGroups": { "description": "An array of `tabGroup` items that contain information about tab groups. To assign a tab to a `tabGroup`, you assign the `tabGroupLabel` to the `Tab.TabGroupLabels` array.", "type": "array", "items": { "$ref": "#/definitions/tabGroup" } }, "textTabs": { "description": "A list of \n[Text tabs][text].\n\nA text tab enables the recipient to enter free text. This value can be set.\n\n[text]: https://developers.docusign.com/esign-rest-api/reference/EnvelopeRecipientTabs/create/#/definitions/text \n", "type": "array", "items": { "$ref": "#/definitions/text" } }, "titleTabs": { "description": "A list of \n[Title tabs][title].\n\nA Title tab displays the recipient's title. This value can't be set.\n\n\n[title]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title \n", "type": "array", "items": { "$ref": "#/definitions/title" } }, "viewTabs": { "description": "A list of \n[View tabs][view].\n\nA View tab is used with an Approve tab to handle supplemental documents. This value can be set.\n\n[view]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view \n", "type": "array", "items": { "$ref": "#/definitions/view" } }, "zipTabs": { "description": "A list of \n[Zip tabs][zip].\n\nA Zip tab enables the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits ( in ZIP+4 format), and can be entered with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set.\n\n\n[zip]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n", "type": "array", "items": { "$ref": "#/definitions/zip" } } }, "x-ds-definition-name": "tabs", "description": "Template tabs", "x-ds-category": "Templates", "x-ds-order": "50", "x-ms-summary": "Template tabs" }, "TemplateViews": { "type": "object", "properties": { "url": { "description": "The URL that you navigate to in order to start the view.", "type": "string" } }, "x-ds-definition-name": "viewUrl", "description": "A TemplateView contains a URL that you can embed in your application to generate a template view that uses the DocuSign user interface (UI).", "x-ds-category": "Templates", "x-ds-order": "55", "x-ms-summary": "A TemplateView contains a URL that you can embed in your application to generate a template view that uses the DocuSign user interface (UI)." }, "UserCustomSettings": { "type": "object", "properties": { "customSettings": { "description": "The name/value pair information for the user custom setting.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } } }, "x-ds-definition-name": "customSettingsInformation", "description": "Users' custom settings", "x-ds-category": "Users", "x-ds-order": "30", "x-ms-summary": "Users' custom settings" }, "UserProfiles": { "type": "object", "properties": { "address": { "$ref": "#/definitions/addressInformation", "description": "The user's address." }, "authenticationMethods": { "description": "Indicates the authentication methods that the user uses. These properties cannot be modified by the PUT operation. ", "type": "array", "items": { "$ref": "#/definitions/authenticationMethod" } }, "companyName": { "description": "The name of the user's company.", "type": "string" }, "displayOrganizationInfo": { "description": " When set to **true**, the user's company and title information display on the ID card. ", "type": "string" }, "displayPersonalInfo": { "description": "When set to **true**, the user's address and phone number display on the ID card.", "type": "string" }, "displayProfile": { "description": "When set to **true**, the user's ID card can be viewed from signed documents and envelope history.", "type": "string" }, "displayUsageHistory": { "description": "When set to **true**, the user's usage information displays on the ID card.", "type": "string" }, "profileImageUri": { "description": "The URL for retrieving the user's profile image.", "type": "string" }, "title": { "description": "The user's job title.\n\nLimit: 100 characters.", "type": "string" }, "usageHistory": { "$ref": "#/definitions/usageHistory", "description": "A complex element consisting of: \n\n- `lastSentDateTime`: The date and time the user last sent an envelope. \n- `lastSignedDateTime`: The date and time the user last signed an envelope.\n- `sentCount`: The number of envelopes the user has sent.\n- `signedCount`: The number of envelopes the user has signed. \n" }, "userDetails": { "$ref": "#/definitions/userInformation", "description": "Detailed information about the user." }, "userProfileLastModifiedDate": { "description": "The date and time that the user's profile was last modified.", "type": "string" } }, "x-ds-definition-name": "userProfile", "description": "Users' profiles", "x-ds-category": "Users", "x-ds-order": "20", "x-ms-summary": "Users' profiles" }, "Users": { "type": "object", "properties": { "activationAccessCode": { "description": "The activation code a new user must enter when activating their account.", "type": "string" }, "company": { "description": "The name of the user's company.", "type": "string" }, "connectConfigurations": { "description": "Object representing the user's custom Connect configuration.", "type": "array", "items": { "$ref": "#/definitions/connectUserObject" } }, "countryCode": { "description": "The three-letter code for the user's country.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customSettings": { "description": "The name/value pair information for the user custom setting.", "type": "array", "items": { "$ref": "#/definitions/nameValue" } }, "defaultAccountId": { "description": "The default account ID associated with the user.", "type": "string" }, "email": { "description": "The user's email address.", "type": "string" }, "enableConnectForUser": { "description": "Boolean value that specifies whether the user is enabled for updates from DocuSign Connect.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "firstName": { "description": "The user's first name. \nMaximum Length: 50 characters.", "type": "string" }, "forgottenPasswordInfo": { "$ref": "#/definitions/forgottenPasswordInformation", "description": "A complex element containing up to four Question/Answer pairs for forgotten password information." }, "groupList": { "description": "A list of the group information for groups to add the user to.\nUse [UserGroups::listGroups](https://developers.docusign.com/esign-rest-api/reference/UserGroups/Groups/list) to get information about groups.\n\nWhen setting a user's group, only the `groupId` is required.\n", "type": "array", "items": { "$ref": "#/definitions/group" } }, "homeAddress": { "$ref": "#/definitions/addressInformation", "description": "The user's physical home address." }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isAdmin": { "description": "Determines if the feature set is actively set as part of the plan.", "type": "string" }, "isNAREnabled": { "description": "When set to **true**, National Association of Realtors (NAR) signature logos are enabled for the user.", "type": "string" }, "lastLogin": { "description": "The date and time when the user last logged in to the system.", "type": "string" }, "lastName": { "description": "The user's last name. \nMaximum Length: 50 characters.", "type": "string" }, "loginStatus": { "description": "Shows the current status of the user's password. Possible values are: \n\n* password_reset\n* password_active\n* password_expired\n* password_locked\n* password_reset_failed \n", "type": "string" }, "middleName": { "description": "The user's middle name. \nLimit: 50 characters.", "type": "string" }, "password": { "description": "The user's password.", "type": "string" }, "passwordExpiration": { "description": "If password expiration is enabled, the date-time when the user's password expires.", "type": "string" }, "permissionProfileId": { "description": "The id of the permission profile associated with the user.", "type": "string" }, "permissionProfileName": { "description": "The name of the permission profile associated with the user.", "type": "string" }, "profileImageUri": { "description": "The URL for retrieving the user's profile image.", "type": "string" }, "sendActivationEmail": { "description": "When set to **true**, specifies that an activation email be sent to the user.", "type": "string" }, "sendActivationOnInvalidLogin": { "description": "When set to **true**, specifies that an additional activation email be sent if user's log on fails before the account is activated.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "subscribe": { "description": "", "type": "string" }, "suffixName": { "description": "The suffix for the user's name, such as Jr, IV, PhD, etc.\n\nLimit: 50 characters. ", "type": "string" }, "title": { "description": "The salutation for the user, such as Ms, Dr, Capt., etc.\n\nLimit: 10 characters.", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userAddedToAccountDateTime": { "description": "The date and time that the user was added to the account.", "type": "string" }, "userId": { "description": "The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing.\n", "type": "string" }, "userName": { "description": "The user's full name.\n", "type": "string" }, "userProfileLastModifiedDate": { "description": "The date and time that the user's profile was last modified.", "type": "string" }, "userSettings": { "$ref": "#/definitions/userSettingsInformation", "description": "The collection of settings representing the actions a user can perform. See [userSettingsInformation](https://developers.docusign.com/esign-rest-api/reference/Users/Users/get#userSettingsInformation) for available settings." }, "userStatus": { "description": "Status of the user's account. One of:\n\n- `ActivationRequired`\n- `ActivationSent`\n- `Active`\n- `Closed`\n- `Disabled`\n", "type": "string" }, "userType": { "description": "The type of user, for example `CompanyUser`.", "type": "string" }, "workAddress": { "$ref": "#/definitions/addressInformation", "description": "The user's physical work address." } }, "x-ds-definition-name": "userInformation", "description": "The Users resource enables you to create and manage account users.", "x-ds-category": "Users", "x-ds-order": "10", "x-ms-summary": "The Users resource enables you to create and manage account users." }, "UserSignatures": { "type": "object", "properties": { "adoptedDateTime": { "description": "The UTC date and time when the user adopted the signature.", "type": "string" }, "createdDateTime": { "description": "The UTC date and time when the user created the signature.", "type": "string" }, "customField": { "description": "Serialized information about any custom [eHanko stamps](https://support.docusign.com/en/articles/Sending-and-Signing-with-eHanko) that have been ordered from an eHanko provider, including the order status, purchase order id, time created, and time modified.", "type": "string" }, "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "externalID": { "description": "An external ID for the signature or stamp.\n\n**Note**: If a recipient uses a stamp instead of a signature, this is the stamp vendor's serial number for the stamp.", "type": "string" }, "imageBase64": { "description": "A Base64-encoded representation of the signature image.", "type": "string" }, "imageType": { "description": "The format of the signature image, such as:\n\n- `GIF`\n- `PNG`\n- `JPG`\n- `PDF`\n- `BMP`", "type": "string" }, "initials150ImageId": { "description": "The ID of the user's initials image.", "type": "string" }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "lastModifiedDateTime": { "description": "The UTC date and time when the signature was last modified.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "nrdsStatus": { "description": "The realtor's NAR membership status. The value `active` verifies that the user is a current NAR member. Valid values are:\n\n- `Active`\n- `Inactive`\n- `Terminate`\n- `Provisional`\n- `Deceased`\n- `Suspend`\n- `Unknown`", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signature150ImageId": { "description": "The ID of the user's signature image.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureId": { "description": "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 \"&\", \"<\", and \">\") in a signature name.\n\n**Note**: When you update a signature, its signature ID might change. In that case you need to use `signatureName` to get the new `signatureId`.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "signatureInitials": { "description": " The initials associated with the signature.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "signatureRights": { "description": "The rights that the user has to the signature. Valid values are:\n\n- `none`\n- `read`\n- `admin`", "type": "string" }, "signatureType": { "description": "Specifies the type of signature. Possible values include:\n\n- `RubberStamp`: A DocuSign pre-formatted signature style. This is the default value.\n- `Imported`: A signature image that the user uploaded.\n- `Drawn`: A freehand drawing of the user's signature and initials.", "type": "string" }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampImageUri": { "description": "The URI for retrieving the image of the user's stamp.", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "userSignature", "description": "Users' signatures", "x-ds-category": "Users", "x-ds-order": "40", "x-ms-summary": "Users' signatures" }, "Contacts": { "type": "object", "properties": { "cloudProvider": { "description": "The cloud service that provided the contact. Valid values are:\n\n- `rooms`\n- `docusignCore` (default)\n\n", "type": "string" }, "cloudProviderContainerId": { "description": "The id of the container at the cloud provider. For example, this might be the room id for a DocuSign Transaction Room.", "type": "string" }, "contactId": { "description": "The id of a contact person in the account's address book.", "type": "string" }, "contactPhoneNumbers": { "description": "A list of the contact's phone numbers.\n\n**Note**: The phone numbers associated with shared contacts do not display to users other than the user who added the contact. Additionally, in the following scenarios, the phone number of a shared contact does not populate automatically for anyone other than the user who added the contact:\n\n- Sending an envelope by using SMS\n- Using phone authentication\n\nYou must ask the user who added the contact for the phone number and then manually enter it into the authentication box.", "type": "array", "items": { "$ref": "#/definitions/contactPhoneNumber" } }, "contactUri": { "description": "The URI for retrieving information about the contact.", "type": "string" }, "emails": { "description": "The email address or addresses associated with the contact.", "type": "array", "items": { "type": "string" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "isOwner": { "description": "When **true**, the current user is the owner of the contact.", "type": "boolean" }, "name": { "description": "The name of the contact.", "type": "string" }, "organization": { "description": "The name of the contact's organization.", "type": "string" }, "shared": { "description": "When set to **true**, the contact is shared. For more information, see [Shared Contacts](https://support.docusign.com/guides/ndse-user-guide-manage-contacts).\n\n**Note**: The phone numbers associated with shared contacts do not display to users other than the user who added the contact. Additionally, in the following scenarios, the phone number of a shared contact does not populate automatically for anyone other than the user who added the contact:\n\n- Sending an envelope by using SMS\n- Using phone authentication\n\nYou must ask the user who added the contact for the phone number and then manually enter it into the authentication box.", "type": "string" }, "signingGroup": { "description": "If the contact belongs to a signing group, this property contains the `signingGroupId`.", "type": "string" }, "signingGroupName": { "description": "The name of the signing group that the contact belongs to.", "type": "string" } }, "x-ds-definition-name": "contact", "description": "The `Contacts` resource enables you to manage the contact in an account's address book.", "x-ds-category": "Users", "x-ds-order": "50", "x-ms-summary": "The `Contacts` resource enables you to manage the contact in an account's address book." }, "EnvelopeAttachments": { "type": "object", "properties": { "accessControl": { "description": "Valid values are `sender` and `senderAndAllRecipients`.", "type": "string" }, "attachmentId": { "description": "The unique identifier for the attachment.", "type": "string" }, "attachmentType": { "description": "Specifies the type of the attachment for the recipient. Possible values are:\n\n- `.htm`\n- `.xml`", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "label": { "description": "A label for the attachment. Potential values include: \n\n- `guidedForm`: [Guided forms](https://www.docusign.com/products/guided-forms) provide a step-by-step, mobile-ready experience to help signers easily complete long or complex forms.\n- `eventNotifications`: A list of envelope-level event statuses that trigger Connect to send updates to the endpoint specified in the `url` property. ", "type": "string" }, "name": { "description": "The name of the attachment.", "type": "string" } }, "x-ds-definition-name": "envelopeAttachment", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "60", "x-ms-summary": "" }, "AccountPermissionProfiles": { "type": "object", "properties": { "modifiedByUsername": { "description": "The username of the user who last modified the permission profile.", "type": "string" }, "modifiedDateTime": { "description": "The date and time when the permission profile was last modified.", "type": "string" }, "permissionProfileId": { "description": "The ID of the permission profile. Possible values include:\n\n- `2301416` (for the `DocuSign Viewer` profile)\n- `2301415` (for the `DocuSign Sender` profile)\n- `2301414` (for the `Account Administrator` profile)\n\nIn addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`.", "type": "string" }, "permissionProfileName": { "description": "The name of the account permission profile. \n\nExample: `Account Administrator`", "type": "string" }, "settings": { "$ref": "#/definitions/accountRoleSettings", "description": "This object specifies the permissions that are associated with the account permission profile." }, "userCount": { "description": "The total number of users in the group associated with the account permission profile.", "type": "string" }, "users": { "description": "A list of user objects containing information about the users who are associated with the account permission profile.", "type": "array", "items": { "$ref": "#/definitions/userInformation" } } }, "x-ds-definition-name": "permissionProfile", "description": "The AccountPermissionProfiles resource provides methods that allow you to manage permission profiles for groups of account users.", "x-ds-category": "Accounts", "x-ds-order": "70", "x-ms-summary": "The AccountPermissionProfiles resource provides methods that allow you to manage permission profiles for groups of account users." }, "PowerForms": { "type": "object", "properties": { "createdBy": { "description": "The id of the user who created the PowerForm. This property is returned in a response only when you set the `include_created_by` query parameter to **true**.", "type": "string" }, "createdDateTime": { "description": "The date and time that the PowerForm was created.", "type": "string" }, "emailBody": { "description": "For a PowerForm that is sent by email, this is the body of the email message sent to the recipients.\n\nMaximum length: 10000 characters.", "type": "string" }, "emailSubject": { "description": "Sets the envelope name for the envelopes that the PowerForm generates. One option is to make this property the same as the subject from the template. \n\nYou can customize the subject line to include a recipient's name or email address by using merge fields. For information about adding merge fields to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "envelopes": { "description": "An array of envelope objects that contain information about the envelopes that are associated with the PowerForm.", "type": "array", "items": { "$ref": "#/definitions/envelope" } }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "instructions": { "description": "The instructions that display on the landing page for the first recipient. These instructions are important if the recipient accesses the PowerForm by a method other than email. When you include instructions, they display as an introduction after the recipient accesses the PowerForm.", "type": "string" }, "isActive": { "description": "When **true**, indicates that the PowerForm is active and can be sent to recipients. This is the default value.\n\n\nWhen **false**, the PowerForm cannot be emailed or accessed by a recipient, even if they arrive at the PowerForm URL. \n\nIf a recipient attempts to sign an inactive PowerForm, an error message informs the recipient that the document is not active and suggests that they contact the sender.", "type": "string" }, "lastUsed": { "description": "The date and time that the PowerForm was last used.", "type": "string" }, "limitUseInterval": { "description": "The length of time before the same recipient can sign the same PowerForm again. This property is used in combination with the `limitUseIntervalUnits` property.", "type": "string" }, "limitUseIntervalEnabled": { "description": "When **true**, the `limitUseInterval` is enabled.", "type": "string" }, "limitUseIntervalUnits": { "description": "The units associated with the `limitUseInterval`. Valid values are:\n\n- `minutes`\n- `hours`\n- `days`\n- `weeks`\n- `months`\n\nFor example, to limit a recipient to signing once per year, set the `limitUseInterval` to 365 and the `limitUseIntervalUnits` to `days`.\n", "type": "string" }, "maxUseEnabled": { "description": "When set to **true**, you can set a maximum number of uses for the PowerForm.", "type": "string" }, "name": { "description": "The name of the PowerForm.", "type": "string" }, "powerFormId": { "description": "The id of the PowerForm.", "type": "string" }, "powerFormUrl": { "description": "The URL for the PowerForm.", "type": "string" }, "recipients": { "description": "An array of `powerFormRecipient` objects.\n\n**Note**: For self-service documents where you do not know who the recipients are in advance, you can enter generic information for the `role` property and leave other details (such as `name` and `email`) blank.", "type": "array", "items": { "$ref": "#/definitions/powerFormRecipient" } }, "senderName": { "description": "The name of the sender. \n\n**Note**: The default sender for a PowerForm is the PowerForm Administrator who created it.", "type": "string" }, "senderUserId": { "description": "The id of the sender.", "type": "string" }, "signingMode": { "description": "The signing method to use. Valid values are:\n \n- `email`: This mode verifies the recipient's identity by using email authentication before the recipient can sign a document.\n\n- `direct`: This mode does not require any verification. We recommend that you use this signing method only when another form of authentication is in use.\n\n**Note**: In the account settings, `enablePowerFormDirect` must be **true** to use `direct` as the `signingMode`.\n\nFor more information about signing modes, see the [overview of the Create method](https://developers.docusign.com/esign-rest-api/reference/PowerForms/PowerForms/create).", "type": "string" }, "templateId": { "description": "The id of the template used to create the PowerForm.", "type": "string" }, "templateName": { "description": "The name of the template used to create the PowerForm.", "type": "string" }, "timesUsed": { "description": "The number of times the PowerForm has been used. ", "type": "string" }, "uri": { "description": "The URI for the PowerForm.", "type": "string" }, "usesRemaining": { "description": "The number of times that the PowerForm can still be used. If no use limit is set, the value is `Unlimited`. ", "type": "string" } }, "x-ds-definition-name": "powerForm", "description": "The PowerForms resource enables you to create fillable forms that you can email or make available for self service on the web.", "x-ds-category": "PowerForms", "x-ds-order": "80", "x-ms-summary": "The PowerForms resource enables you to create fillable forms that you can email or make available for self service on the web." }, "PowerFormData": { "type": "object", "properties": { "envelopeId": { "description": "The envelope ID of the envelope status that failed to post.", "type": "string" }, "recipients": { "description": "An array of powerform recipients.", "type": "array", "items": { "$ref": "#/definitions/powerFormFormDataRecipient" } } }, "x-ds-definition-name": "powerFormFormDataEnvelope", "description": "Data that recipients have entered in PowerForm fields.", "x-ds-category": "PowerForms", "x-ds-order": "90", "x-ms-summary": "Data that recipients have entered in PowerForm fields." }, "AccountTabSettings": { "type": "object", "properties": { "allowTabOrder": { "description": "When set to **true**, account users can set a tab order for the signing process.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowTabOrderMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowTabOrder` property is editable.\n" }, "approveDeclineTabsEnabled": { "description": "When **true**, approve and decline tabs are enabled.", "type": "string" }, "approveDeclineTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `approveDeclineTabs` property is editable.\n" }, "calculatedFieldsEnabled": { "description": "When **true**, [calculated fields](https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields) are enabled for tabs.", "type": "string" }, "calculatedFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `calculatedFields` property is editable.\n" }, "checkboxTabsEnabled": { "description": "When **true**, checkbox tabs are enabled.", "type": "string" }, "checkBoxTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `checkBoxTabs` property is editable." }, "dataFieldRegexEnabled": { "description": "When **true**, regular expressions are enabled for tabs that contain data fields.", "type": "string" }, "dataFieldRegexMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldRegex` property is editable.\n" }, "dataFieldSizeEnabled": { "description": "When **true**, setting character limits for input fields is enabled.", "type": "string" }, "dataFieldSizeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldSize` property is editable.\n" }, "drawTabsEnabled": { "description": "", "type": "string" }, "drawTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "firstLastEmailTabsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "firstLastEmailTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "listTabsEnabled": { "description": "When **true**, list tabs are enabled.", "type": "string" }, "listTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `listTabs` property is editable.\n" }, "noteTabsEnabled": { "description": "When **true**, note tabs are enabled.", "type": "string" }, "noteTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `noteTabs` property is editable.\n" }, "radioTabsEnabled": { "description": "When **true**, radio button tabs are enabled.", "type": "string" }, "radioTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `radioTabs` property is editable.\n" }, "savingCustomTabsEnabled": { "description": "When **true**, saving custom tabs is enabled.", "type": "string" }, "savingCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `savingCustomTabs` property is editable.\n" }, "senderToChangeTabAssignmentsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "senderToChangeTabAssignmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "sharedCustomTabsEnabled": { "description": "When **true**, shared custom tabs are enabled.", "type": "string" }, "sharedCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sharedCustomTabs` property is editable.\n" }, "tabDataLabelEnabled": { "description": "When set to **true**, [data\nlabels](https://support.docusign.com/en/videos/Data-Labels) are enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabDataLabelMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabDataLabel` property is editable.\n" }, "tabLocationEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabLocationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabLockingEnabled": { "description": "When set to **true**, tab locking is enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabLockingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabLocking` property is editable.\n" }, "tabScaleEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabScaleMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabTextFormattingEnabled": { "description": "When set to **true**, text formatting (such as font type, font size,\nfont color, bold, italic, and underline) is enabled for tabs that\nsupport formatting.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabTextFormattingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabTextFormatting` property is editable.\n" }, "textTabsEnabled": { "description": "When **true**, text tabs are enabled.", "type": "string" }, "textTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `textTabs` property is editable.\n" } }, "x-ds-definition-name": "tabAccountSettings", "description": "Tab settings determine the tab types and tab functionality that are enabled for an account.", "x-ds-category": "Accounts", "x-ds-order": "100", "x-ms-summary": "Tab settings determine the tab types and tab functionality that are enabled for an account." }, "ENoteConfigurations": { "type": "object", "properties": { "apiKey": { "description": "", "type": "string" }, "connectConfigured": { "description": "", "type": "string" }, "eNoteConfigured": { "description": "", "type": "string" }, "organization": { "description": "", "type": "string" }, "password": { "description": "The user's encrypted password hash.", "type": "string" }, "userName": { "description": "The name of the user.", "type": "string" } }, "x-ds-definition-name": "eNoteConfiguration", "description": "", "x-ds-category": "Accounts", "x-ds-order": "110", "x-ms-summary": "" }, "WorkspaceItems": { "description": "This object contains information about a file or folder in a workspace.", "type": "object", "properties": { "callerAuthorization": { "$ref": "#/definitions/workspaceUserAuthorization", "description": "An object that describes the caller's workspace permissions." }, "contentType": { "description": "If the item is a file, this property specifies the content type of the file.", "type": "string" }, "created": { "description": "The UTC DateTime when the workspace item was created.", "type": "string" }, "createdById": { "description": "The id of the user who created the workspace item.", "type": "string" }, "createdByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who created the workspace item." }, "extension": { "description": "The file extension of a file item.", "type": "string" }, "fileSize": { "description": "The size of the file in bytes.", "type": "string" }, "fileUri": { "description": "The URI for retrieving the file.", "type": "string" }, "id": { "description": "The id of the workspace item.", "type": "string" }, "isPublic": { "description": " When **true**, the item is public.", "type": "string" }, "lastModified": { "description": "The UTC DateTime that the item was last modified.", "type": "string" }, "lastModifiedById": { "description": "The id of the user who last modified the item.", "type": "string" }, "lastModifiedByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who last modified the workspace item." }, "name": { "description": "The name of the file or folder.", "type": "string" }, "pageCount": { "description": "The number of pages in a file.", "type": "string" }, "parentFolderId": { "description": "The id of the parent folder, or the special value `root` for the root folder.", "type": "string" }, "parentFolderUri": { "description": "The URI of the parent folder.", "type": "string" }, "sha256": { "description": "A 64-byte, Secure Hash Algorithm 256 (SHA256) checksum that the caller computes across the entirety of the original content of a file. DocuSign compares this value to its own computation. If the two values are not equal, the original content and received content are not the same and the upload is refused.", "type": "string" }, "thumbHeight": { "description": "The height of the thumbnail image.", "type": "string" }, "thumbnail": { "$ref": "#/definitions/page", "description": "" }, "thumbWidth": { "description": "The width of the thumbnail image.", "type": "string" }, "type": { "description": "The type of workspace item. Valid values are:\n\n- `file`\n- `folder`", "type": "string" }, "uri": { "description": "A URI containing the user ID.", "type": "string" }, "userAuthorization": { "$ref": "#/definitions/workspaceUserAuthorization", "description": "An object that describes the user's workspace permissions." } }, "x-ds-definition-name": "workspaceItem", "x-ds-category": "Workspaces", "x-ds-order": "130", "x-ms-summary": "This object contains information about a file or folder in a workspace." }, "Workspaces": { "description": "A DocuSign workspace is a collaboration area for sharing files and data.", "type": "object", "properties": { "billableAccountId": { "description": "The id of the account to bill.", "type": "string" }, "callerInformation": { "$ref": "#/definitions/workspaceUser", "description": "" }, "created": { "description": "The UTC DateTime when the workspace user authorization was created.", "type": "string" }, "createdByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who created the workspace." }, "lastModified": { "description": "The UTC date and time that the comment was last updated.\n\n**Note**: This can only be done by the creator.", "type": "string" }, "lastModifiedByInformation": { "$ref": "#/definitions/workspaceUser", "description": "Details about the user who last modified the workspace." }, "settings": { "$ref": "#/definitions/workspaceSettings", "description": "Information about the settings for the workspace." }, "status": { "description": "The status of the workspace. Valid values are:\n\n- `active`\n- `closed`", "type": "string" }, "workspaceBaseUrl": { "description": "The relative URL for accessing the workspace.", "type": "string" }, "workspaceDescription": { "description": "Text describing the purpose of the workspace.", "type": "string" }, "workspaceId": { "description": "The id of the workspace.", "type": "string" }, "workspaceName": { "description": "The name of the workspace.", "type": "string" }, "workspaceUri": { "description": "The relative URI for accessing the workspace.", "type": "string" } }, "x-ds-definition-name": "workspace", "x-ds-category": "Workspaces", "x-ds-order": "140", "x-ms-summary": "A DocuSign workspace is a collaboration area for sharing files and data." }, "ChunkedUploads": { "type": "object", "properties": { "checksum": { "description": "A 64-byte, Secure Hash Algorithm 256 (SHA256) checksum that the caller computes across the entirety of the original content that has been uploaded to the chunked upload. DocuSign compares this value to its own computation. If the two values are not equal, the original content and received content are not the same and the commit action is refused.", "type": "string" }, "chunkedUploadId": { "description": "The id of the chunked upload. ", "type": "string" }, "chunkedUploadParts": { "description": "A list of the parts that compose the chunked upload, including their byte sizes. The list must be contiguous before you can commit the chunked upload.", "type": "array", "items": { "$ref": "#/definitions/chunkedUploadPart" } }, "chunkedUploadUri": { "description": "The URI that you use to reference the chunked upload in other API requests, such as envelope document and envelope attachment requests. ", "type": "string" }, "committed": { "description": "When **true**, the chunked upload has been committed. A committed chunked upload can no longer receive any additional parts and is ready for use within other API requests. ", "type": "string" }, "expirationDateTime": { "description": "The UTC time at which the chunked upload expires and is no longer addressable. \n\n**Note**: The length of time before expiration is configurable, and begins when you initiate the chunked upload. You must fully upload and use a chunked upload within this time. The default value for this duration is 20 minutes.", "type": "string" }, "maxChunkedUploadParts": { "description": "The maximum number of parts allowed for a chunked upload. This value is configurable per DocuSign environment, account, or integrator. The default value is 128. The maximum possible value is 256. \n", "type": "string" }, "maxTotalSize": { "description": "The maximum total size allowed for a chunked upload. This value is configured per DocuSign environment, account, or integrator. The default value is 50 MB.", "type": "string" }, "totalSize": { "description": "The total size of the parts of the chunked upload.\n\n**Note**: When a chunked upload is used as an envelope document, it is subject to the PDF size limit (25 MB) and page count limit that apply to all envelope documents.", "type": "string" } }, "x-ds-definition-name": "chunkedUploadResponse", "description": "The ChunkedUploads resource provides methods to complete integrity checks, and to add, commit, retrieve, initiate and delete chunked uploads.", "x-ds-category": "Envelopes", "x-ds-order": "150", "x-ms-summary": "The ChunkedUploads resource provides methods to complete integrity checks, and to add, commit, retrieve, initiate and delete chunked uploads." }, "EnvelopeFormData": { "type": "object", "properties": { "emailSubject": { "description": "The subject line of the email message that is sent to all recipients.\n\nFor information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields).\n", "type": "string" }, "envelopeId": { "description": "The id of the envelope.", "type": "string" }, "formData": { "description": "An array of form data objects.", "type": "array", "items": { "$ref": "#/definitions/formDataItem" } }, "recipientFormData": { "description": "An array of form data objects that are associated with specific recipients.", "type": "array", "items": { "$ref": "#/definitions/recipientFormData" } }, "sentDateTime": { "description": "The UTC DateTime when the envelope was sent. Read only.", "type": "string" }, "status": { "description": "Indicates the envelope status. Valid values are:\n\n* `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in.\n* `created`: The envelope is created as a draft. It can be modified and sent later.\n* `declined`: The envelope has been declined by the recipients.\n* `delivered`: The envelope has been delivered to the recipients.\n* `sent`: The envelope will be sent to the recipients after the envelope is created.\n* `signed`: The envelope has been signed by the recipients.\n* `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope.\n", "type": "string" } }, "x-ds-definition-name": "envelopeFormData", "description": "This object contains the data that recipients have entered into the form fields associated with an envelope.", "x-ds-category": "Envelopes", "x-ds-order": "160", "x-ms-summary": "This object contains the data that recipients have entered into the form fields associated with an envelope." }, "EnvelopeDocumentVisibility": { "type": "object", "properties": { "documentVisibility": { "description": "An array of `documentVisibility` objects that specifies which documents are visible to which recipients.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } } }, "x-ds-definition-name": "documentVisibilityList", "description": "Document Visibility enables senders to control the visibility of the documents in an envelope at the recipient level. For example, if the parties associated with a legal proceeding should have access to different documents, the Document Visibility feature enables you to keep all of the documents in the same envelope and set view permissions for the documents by recipient. This functionality is enabled for envelopes and templates. It is not available for PowerForms.\n\n**Note**: Before you use Document Visibility, you should be aware of the following information:\n\n- Document Visibility must be enabled for your account by your DocuSign administrator. \n- A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. \n- When the Document Visibility setting hides a document from a recipient, the document also does not appear in the recipient's list of envelopes, documents, or page images.\n- Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all of the documents associated with the envelope or template.\n\nThe Document Visibility feature has multiple settings that specify the options that senders have when sending documents. For more information, see [Use Document Visibility to Control Recipient Access](https://support.docusign.com/en/guides/ndse-user-guide-document-visibility).", "x-ds-category": "Envelopes", "x-ds-order": "170", "x-ms-summary": "Document Visibility enables senders to control the visibility of the documents in an envelope at the recipient level. For example, if the parties associated with a legal proceeding should have access to different documents, the Document Visibility feature enables you to keep all of the documents in the same envelope and set view permissions for the documents by recipient. This functionality is enabled for envelopes and templates. It is not available for PowerForms.\n\n**Note**: Before you use Document Visibility, you should be aware of the following information:\n\n- Document Visibility must be enabled for your account by your DocuSign administrator. \n- A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. \n- When the Document Visibility setting hides a document from a recipient, the document also does not appear in the recipient's list of envelopes, documents, or page images.\n- Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all of the documents associated with the envelope or template.\n\nThe Document Visibility feature has multiple settings that specify the options that senders have when sending documents. For more information, see [Use Document Visibility to Control Recipient Access](https://support.docusign.com/en/guides/ndse-user-guide-document-visibility)." }, "TemplateDocumentVisibility": { "type": "object", "properties": { "documentVisibility": { "description": "An array of `documentVisibility` objects that specifies which documents are visible to which recipients.", "type": "array", "items": { "$ref": "#/definitions/documentVisibility" } } }, "x-ds-definition-name": "templateDocumentVisibilityList", "description": "Document Visibility enables senders to control the visibility of the documents in an envelope at the recipient level. For example, if the parties associated with a legal proceeding should have access to different documents, the Document Visibility feature enables you to keep all of the documents in the same envelope and set view permissions for the documents by recipient. This functionality is enabled for envelopes and templates. It is not available for PowerForms.\n\n**Note**: Before you use Document Visibility, you should be aware of the following information:\n\n- Document Visibility must be enabled for your account by your DocuSign administrator. \n- A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. \n- When the Document Visibility setting hides a document from a recipient, the document also does not appear in the recipient's list of envelopes, documents, or page images.\n- Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all of the documents associated with the envelope or template.\n\nThe Document Visibility feature has multiple settings that specify the options that senders have when sending documents. For more information, see [Use Document Visibility to Control Recipient Access](https://support.docusign.com/en/guides/ndse-user-guide-document-visibility).", "x-ds-category": "Templates", "x-ds-order": "180", "x-ms-summary": "Document Visibility enables senders to control the visibility of the documents in an envelope at the recipient level. For example, if the parties associated with a legal proceeding should have access to different documents, the Document Visibility feature enables you to keep all of the documents in the same envelope and set view permissions for the documents by recipient. This functionality is enabled for envelopes and templates. It is not available for PowerForms.\n\n**Note**: Before you use Document Visibility, you should be aware of the following information:\n\n- Document Visibility must be enabled for your account by your DocuSign administrator. \n- A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. \n- When the Document Visibility setting hides a document from a recipient, the document also does not appear in the recipient's list of envelopes, documents, or page images.\n- Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all of the documents associated with the envelope or template.\n\nThe Document Visibility feature has multiple settings that specify the options that senders have when sending documents. For more information, see [Use Document Visibility to Control Recipient Access](https://support.docusign.com/en/guides/ndse-user-guide-document-visibility)." }, "AccountPasswordRules": { "type": "object", "properties": { "expirePassword": { "description": "When set to **true**, passwords expire. The default value is `false`.", "type": "string" }, "expirePasswordDays": { "description": "The number of days before passwords expire. To use this property, the `expirePassword` property must be set to **true**.", "type": "string" }, "expirePasswordDaysMetadata": { "$ref": "#/definitions/accountPasswordExpirePasswordDays", "description": "Metadata that indicates whether the `expirePasswordDays` property is editable.\n" }, "lockoutDurationMinutes": { "description": "The number of minutes a user is locked out of the system after three (?) failed login attempts. The default value is `2`.", "type": "string" }, "lockoutDurationMinutesMetadata": { "$ref": "#/definitions/accountPasswordLockoutDurationMinutes", "description": "Metadata that indicates whether the `lockoutDurationMinutes` property is editable.\n" }, "lockoutDurationType": { "description": "The interval associated with the user lockout after a failed login attempt.\n\nPossible values are: (?????)\n\n- `minutes` (default)\n- `hours`\n- `days`", "type": "string" }, "lockoutDurationTypeMetadata": { "$ref": "#/definitions/accountPasswordLockoutDurationType", "description": "Metadata that indicates whether the `lockoutDurationType` property is editable.\n" }, "minimumPasswordAgeDays": { "description": "The minimum number of days after a password is set before it can be changed. This value can be `0` or more days. The default value is `0`.", "type": "string" }, "minimumPasswordAgeDaysMetadata": { "$ref": "#/definitions/accountPasswordMinimumPasswordAgeDays", "description": "Metadata that indicates whether the `minimumPasswordAgeDays` property is editable.\n" }, "minimumPasswordLength": { "description": "The minimum number of characters in the password. This value must be a number between `6` and `15`. The default value is `6`.", "type": "string" }, "minimumPasswordLengthMetadata": { "$ref": "#/definitions/accountMinimumPasswordLength", "description": "Metadata that indicates whether the `minimumPasswordLength` property is editable.\n" }, "passwordIncludeDigit": { "description": "When set to **true**, passwords must include a digit. The default value is `false`.", "type": "string" }, "passwordIncludeDigitOrSpecialCharacter": { "description": "When set to **true**, passwords must include either a digit or a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeLowerCase": { "description": "When set to **true**, passwords must include a lowercase letter. The default value is `false`.", "type": "string" }, "passwordIncludeSpecialCharacter": { "description": "When set to **true**, passwords must include a special character. The default value is `false`.\n\n**Note**: Passwords cannot include angle brackets (`<` `>`) or spaces.", "type": "string" }, "passwordIncludeUpperCase": { "description": "When set to **true**, passwords must include an uppercase letter. The default value is `false`.", "type": "string" }, "passwordStrengthType": { "description": "The type of password strength. Possible values are:\n\n- `basic`: The minimum password length is 6 characters with no other password requirements.\n- `medium`: The minimum password length is 7 characters. Passwords must also have one uppercase letter, one lowercase letter, and one number or special character.\n- `strong`: The minimum password length is 9 characters. Passwords must also have one uppercase letter, one lowercase letter, one number, and one special character.\n- `custom`: This option enables you to customize password requirements, including the following properties:\n\n - `minimumPasswordLength`\n - `minimumPasswordAgeDays`\n - `passwordIncludeDigit`\n - `passwordIncludeDigitOrSpecialCharacter`\n - `passwordIncludeLowerCase`\n - `passwordIncludeSpecialCharacter`\n - `passwordIncludeUpperCase`\n - `questionsRequired`", "type": "string" }, "passwordStrengthTypeMetadata": { "$ref": "#/definitions/accountPasswordStrengthType", "description": "Metadata that indicates whether the `passwordStrengthType` property is editable.\n" }, "questionsRequired": { "description": "The number of security questions required to confirm the user’s identity before the user can reset their password. The default value is `0`.", "type": "string" }, "questionsRequiredMetadata": { "$ref": "#/definitions/accountPasswordQuestionsRequired", "description": "Metadata that indicates whether the `questionsRequired` property is editable.\n" } }, "x-ds-definition-name": "accountPasswordRules", "description": "Contains details about the password rules for an account.", "x-ds-category": "Accounts", "x-ds-order": "190", "x-ms-summary": "Contains details about the password rules for an account." }, "AccountWatermarks": { "type": "object", "properties": { "displayAngle": { "description": "", "type": "string" }, "enabled": { "description": "", "type": "string" }, "font": { "description": "The font to be used for the tab value. Supported fonts include:\n\n- Default\n- Arial\n- ArialNarrow\n- Calibri\n- CourierNew\n- Garamond\n- Georgia\n- Helvetica\n- LucidaConsole\n- MSGothic\n- MSMincho\n- OCR-A\n- Tahoma\n- TimesNewRoman\n- Trebuchet\n- Verdana\n", "type": "string" }, "fontColor": { "description": "The font color to use for the information in the tab. Possible values are: \n\n- Black\n- BrightBlue\n- BrightRed\n- DarkGreen\n- DarkRed\n- Gold\n- Green\n- NavyBlue\n- Purple\n- White\n", "type": "string" }, "fontSize": { "description": "The font size used for the information in the tab. Possible values are:\n\n- Size7\n- Size8\n- Size9\n- Size10\n- Size11\n- Size12\n- Size14\n- Size16\n- Size18\n- Size20\n- Size22\n- Size24\n- Size26\n- Size28\n- Size36\n- Size48\n- Size72", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "imageBase64": { "description": "", "type": "string" }, "transparency": { "description": "", "type": "string" }, "watermarkText": { "description": "", "type": "string" } }, "x-ds-definition-name": "watermark", "description": "", "x-ds-category": "Accounts", "x-ds-order": "200", "x-ms-summary": "" }, "PaymentGatewayAccounts": { "type": "object", "properties": { "allowCustomMetadata": { "description": "When **true**, the sender can pass custom metadata about the payment to the payment gateway. You pass in this metadata on an EnvelopeRecipientTab, in the `customMetadata` property under `paymentDetails`. \n\nFor example, this property is set to **true** for the Authorize.net gateway by default. As a result, the extra metadata that you send displays for the Authorize.net transaction in the merchant gateway portal under **Description**.\n\n**Note**: This property is read only and cannot be changed.", "type": "boolean" }, "config": { "$ref": "#/definitions/paymentGatewayAccountSetting", "description": "This property contains metadata about the payment gateway account's configuration such as the API key, `userId`, and `merchantId` details." }, "displayName": { "description": "A user-defined name for a connected gateway account.\n\nThis name is used in the Admin panel in the list of connected accounts and in Tagger in the payment gateway selector.\n\nThe human-readable version of `paymentGatewayAccountId`.", "type": "string" }, "isEnabled": { "description": "When **true**, the payment gateway account is enabled.", "type": "string" }, "isLegacy": { "description": "Reserved for DocuSign.", "type": "string" }, "lastModified": { "description": "The UTC DateTime that the payment gateway account was last updated.", "type": "string" }, "paymentGateway": { "description": "Payment gateway used by the connected gateway account.\nThis is the name used by the API.\nFor a human-readable version use `paymentGatewayDisplayName`.\n\nPossible values are:\n\n* `Stripe`\n* `Braintree`\n* `AuthorizeDotNet`", "type": "string" }, "paymentGatewayAccountId": { "description": "A GUID that identifies the payment gateway account. For a human-readable version use `displayName`.", "type": "string" }, "paymentGatewayDisplayName": { "description": "The display name of the payment gateway that the connected gateway account uses.\nThis is the human-readable version of `paymentGateway`.\n\nPossible values are:\n\n* Stripe\n* Braintree\n* Authorize.Net", "type": "string" }, "payPalLegacySettings": { "$ref": "#/definitions/payPalLegacySettings", "description": "Reserved for DocuSign." }, "supportedCurrencies": { "description": "A list of ISO 4217 currency codes for the currencies that the payment gateway account supports.\n\nExamples: \n\n- `USD`\n- `CAD`\n- `EUR`\n- `HKD`", "type": "array", "items": { "type": "string" } }, "supportedPaymentMethods": { "description": "An array of paymentMethodWithOptions objects that specify the payment methods that are available for the gateway.", "type": "array", "items": { "type": "string" } }, "supportedPaymentMethodsWithOptions": { "description": "An array of `paymentMethodWithOptions` objects that specify the payment methods that are available for the gateway, as well as the payment options that are compatible with each payment method.", "type": "array", "items": { "$ref": "#/definitions/paymentMethodWithOptions" } }, "zeroDecimalCurrencies": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "paymentGatewayAccount", "description": "Information about a connected payment gateway account.", "x-ds-category": "Payments", "x-ds-order": "210", "x-ms-summary": "Information about a connected payment gateway account." }, "NotaryJournals": { "type": "object", "properties": { "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "documentName": { "description": "", "type": "string" }, "jurisdiction": { "$ref": "#/definitions/jurisdiction", "description": "" }, "notaryJournalId": { "description": "", "type": "string" }, "notaryJournalMetaData": { "$ref": "#/definitions/notaryJournalMetaData", "description": "" }, "signerName": { "description": "The in-person signer's full legal name.\n\nRequired when `inPersonSigningType` is `inPersonSigner`.\nFor eNotary flow, use `name` instead.\n\nMaximum Length: 100 characters.\n", "type": "string" } }, "x-ds-definition-name": "notaryJournal", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "220", "x-ms-summary": "" }, "IdentityVerifications": { "type": "object", "properties": { "identityVerification": { "description": " \n", "type": "array", "items": { "$ref": "#/definitions/accountIdentityVerificationWorkflow" } } }, "x-ds-definition-name": "accountIdentityVerificationResponse", "description": "Identity Verification enables you to verify a signer's identity before they can access a document. The `IdentityVerifications` resource provides a method that enables you to list the workflows that are available to an account.", "x-ds-category": "Accounts", "x-ds-order": "30", "x-ms-summary": "Identity Verification enables you to verify a signer's identity before they can access a document. The `IdentityVerifications` resource provides a method that enables you to list the workflows that are available to an account." }, "EnvelopeDocumentHtmlDefinitions": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDefinitionOriginal" } } }, "x-ds-definition-name": "documentHtmlDefinitionOriginals", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "220", "x-ms-summary": "" }, "DocumentResponsiveHtmlPreview": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "documentHtmlDefinitions", "description": "This resource is used to create a responsive preview of a specific document.", "x-ds-category": "Envelopes", "x-ds-order": "230", "x-ms-summary": "This resource is used to create a responsive preview of a specific document." }, "EnvelopeHtmlDefinitions": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDefinitionOriginal" } } }, "x-ds-definition-name": "documentHtmlDefinitionOriginals", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "240", "x-ms-summary": "" }, "ResponsiveHtmlPreview": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "documentHtmlDefinitions", "description": "This resource is used to create a responsive preview of all of the documents in an envelope.", "x-ds-category": "Envelopes", "x-ds-order": "250", "x-ms-summary": "This resource is used to create a responsive preview of all of the documents in an envelope." }, "TemplateDocumentResponsiveHtmlPreview": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "documentHtmlDefinitions", "description": "This resource is used to create a responsive preview of a specific template document.", "x-ds-category": "Templates", "x-ds-order": "280", "x-ms-summary": "This resource is used to create a responsive preview of a specific template document." }, "TemplateResponsiveHtmlPreview": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "documentHtmlDefinitions", "description": "This resource is used to create a responsive preview of all of the documents associated with a template.", "x-ds-category": "Templates", "x-ds-order": "290", "x-ms-summary": "This resource is used to create a responsive preview of all of the documents associated with a template." }, "TemplateDocumentHtmlDefinitions": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDefinitionOriginal" } } }, "x-ds-definition-name": "documentHtmlDefinitionOriginals", "description": "", "x-ds-category": "Templates", "x-ds-order": "300", "x-ms-summary": "" }, "TemplateHtmlDefinitions": { "type": "object", "properties": { "htmlDefinitions": { "description": "Holds the properties that define how to generate the responsive-formatted HTML for the document.", "type": "array", "items": { "$ref": "#/definitions/documentHtmlDefinitionOriginal" } } }, "x-ds-definition-name": "documentHtmlDefinitionOriginals", "description": "", "x-ds-category": "Templates", "x-ds-order": "310", "x-ms-summary": "" }, "EnvelopeTransferRules": { "type": "object", "properties": { "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "envelopeTransferRules": { "description": "Contains information about a specific envelope transfer rule.", "type": "array", "items": { "$ref": "#/definitions/envelopeTransferRule" } }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "envelopeTransferRuleInformation", "description": "This resource provides methods that enable account administrators to create and manage envelope transfer rules.", "x-ds-category": "Envelopes", "x-ds-order": "120", "x-ms-summary": "This resource provides methods that enable account administrators to create and manage envelope transfer rules." }, "NotificationDefaults": { "type": "object", "properties": { "apiEmailNotifications": { "$ref": "#/definitions/notificationDefaultSettings", "description": "The default notification settings for envelopes sent by using the console." }, "emailNotifications": { "$ref": "#/definitions/notificationDefaultSettings", "description": "The default notification settings for envelopes sent by using the API." } }, "x-ds-definition-name": "notificationDefaults", "description": "The `NotificationDefaults` resource provides methods that enable you to manage the default notifications for envelopes.", "x-ds-category": "Accounts", "x-ds-order": "120", "x-ms-summary": "The `NotificationDefaults` resource provides methods that enable you to manage the default notifications for envelopes." }, "BulkSend": { "type": "object", "properties": { "bulkCopies": { "description": "An array of `bulkCopy` objects. Each object represents an instance or copy of an envelope and contains details such as the recipient, custom fields, tabs, and other information.", "type": "array", "items": { "$ref": "#/definitions/bulkSendingCopy" } }, "listId": { "description": "The GUID of the bulk send list. This property is created after you post a new bulk send list.", "type": "string" }, "name": { "description": "The name of the bulk send list.", "type": "string" } }, "x-ds-definition-name": "bulkSendingList", "description": "The bulk send list resource provides methods that enable you to create and manage bulk sending lists, which you can use to send multiple copies of an envelope in a single batch. \n\n**Note**: The Bulk Send feature is only available on Business Pro plans that are using EasySign.", "x-ds-category": "BulkEnvelopes", "x-ds-order": "120", "x-ms-summary": "The bulk send list resource provides methods that enable you to create and manage bulk sending lists, which you can use to send multiple copies of an envelope in a single batch. \n\n**Note**: The Bulk Send feature is only available on Business Pro plans that are using EasySign." }, "BCCEmailArchive": { "type": "object", "properties": { "bccEmailArchiveHistory": { "description": "A list of changes to the BCC email archive configuration.", "type": "array", "items": { "$ref": "#/definitions/bccEmailArchiveHistory" } }, "endPosition": { "description": "The last index position in the result set. ", "type": "string" }, "nextUri": { "description": "The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. ", "type": "string" }, "previousUri": { "description": "The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. ", "type": "string" }, "resultSetSize": { "description": "The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`.", "type": "string" }, "startPosition": { "description": "The starting index position of the current result set.", "type": "string" }, "totalSetSize": { "description": "The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`.", "type": "string" } }, "x-ds-definition-name": "bccEmailArchiveHistoryList", "description": "The `EmailArchive` resource provides methods for managing your email archive configuration, which consists of the BCC email address or addresses that you want to use to archive DocuSign emails. Each account can use up to five BCC email addresses for archiving purposes.\n", "x-ds-category": "EmailArchive", "x-ds-order": "120", "x-ms-summary": "The `EmailArchive` resource provides methods for managing your email archive configuration, which consists of the BCC email address or addresses that you want to use to archive DocuSign emails. Each account can use up to five BCC email addresses for archiving purposes.\n" }, "TabsBlob": { "type": "object", "properties": { "allowTabOrder": { "description": "When set to **true**, account users can set a tab order for the signing process.\n\n**Note**: Only Admin users can change this setting.", "type": "string" }, "allowTabOrderMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `allowTabOrder` property is editable.\n" }, "approveDeclineTabsEnabled": { "description": "When **true**, approve and decline tabs are enabled.", "type": "string" }, "approveDeclineTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `approveDeclineTabs` property is editable.\n" }, "calculatedFieldsEnabled": { "description": "When **true**, [calculated fields](https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields) are enabled for tabs.", "type": "string" }, "calculatedFieldsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `calculatedFields` property is editable.\n" }, "checkboxTabsEnabled": { "description": "When **true**, checkbox tabs are enabled.", "type": "string" }, "checkBoxTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `checkBoxTabs` property is editable." }, "dataFieldRegexEnabled": { "description": "When **true**, regular expressions are enabled for tabs that contain data fields.", "type": "string" }, "dataFieldRegexMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldRegex` property is editable.\n" }, "dataFieldSizeEnabled": { "description": "When **true**, setting character limits for input fields is enabled.", "type": "string" }, "dataFieldSizeMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `dataFieldSize` property is editable.\n" }, "drawTabsEnabled": { "description": "", "type": "string" }, "drawTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "" }, "firstLastEmailTabsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "firstLastEmailTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "listTabsEnabled": { "description": "When **true**, list tabs are enabled.", "type": "string" }, "listTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `listTabs` property is editable.\n" }, "noteTabsEnabled": { "description": "When **true**, note tabs are enabled.", "type": "string" }, "noteTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `noteTabs` property is editable.\n" }, "radioTabsEnabled": { "description": "When **true**, radio button tabs are enabled.", "type": "string" }, "radioTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `radioTabs` property is editable.\n" }, "savingCustomTabsEnabled": { "description": "When **true**, saving custom tabs is enabled.", "type": "string" }, "savingCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `savingCustomTabs` property is editable.\n" }, "senderToChangeTabAssignmentsEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "senderToChangeTabAssignmentsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "sharedCustomTabsEnabled": { "description": "When **true**, shared custom tabs are enabled.", "type": "string" }, "sharedCustomTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `sharedCustomTabs` property is editable.\n" }, "tabDataLabelEnabled": { "description": "When set to **true**, [data\nlabels](https://support.docusign.com/en/videos/Data-Labels) are enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabDataLabelMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabDataLabel` property is editable.\n" }, "tabLocationEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabLocationMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabLockingEnabled": { "description": "When set to **true**, tab locking is enabled.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabLockingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabLocking` property is editable.\n" }, "tabScaleEnabled": { "description": "Reserved for DocuSign.", "type": "string" }, "tabScaleMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Reserved for DocuSign." }, "tabTextFormattingEnabled": { "description": "When set to **true**, text formatting (such as font type, font size,\nfont color, bold, italic, and underline) is enabled for tabs that\nsupport formatting.\n\n**Note**: Only Admin users can change this setting.\n", "type": "string" }, "tabTextFormattingMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `tabTextFormatting` property is editable.\n" }, "textTabsEnabled": { "description": "When **true**, text tabs are enabled.", "type": "string" }, "textTabsMetadata": { "$ref": "#/definitions/settingsMetadata", "description": "Metadata that indicates whether the `textTabs` property is editable.\n" } }, "x-ds-definition-name": "tabAccountSettings", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "120", "x-ms-summary": "" }, "Comments": { "type": "object", "properties": { "envelopeId": { "description": "The envelope's GUID. \n\nExample: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`\n", "type": "string" }, "hmac": { "description": "Reserved for DocuSign.", "type": "string" }, "id": { "description": "A unique ID for the Salesforce object.", "type": "string" }, "mentions": { "description": "An array of userIds that are mentioned directly in the body of a comment.", "type": "array", "items": { "type": "string" } }, "read": { "description": "Indicates if the comment has been read by the target recipient of the comment.", "type": "boolean" }, "sentByEmail": { "description": "", "type": "string" }, "sentByFullName": { "description": "", "type": "string" }, "sentByImageId": { "description": "Reserved for DocuSign.", "type": "string" }, "sentByInitials": { "description": "", "type": "string" }, "sentByRecipientId": { "description": "", "type": "string" }, "sentByUserId": { "description": "", "type": "string" }, "signingGroupId": { "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. ", "type": "string" }, "signingGroupName": { "description": "Optional. The name of the signing group. \n\nMaximum Length: 100 characters. ", "type": "string" }, "subject": { "description": "", "type": "string" }, "tabId": { "description": "The unique identifier for the tab.", "type": "string" }, "text": { "description": "Specifies the text that is shown in the dropdown list. ", "type": "string" }, "threadId": { "description": "The unique identifier for the comment thread.", "type": "string" }, "threadOriginatorId": { "description": "The userId of the user who created the thread.", "type": "string" }, "timestamp": { "description": "", "type": "string" }, "timeStampFormatted": { "description": "", "type": "string" }, "visibleTo": { "description": "", "type": "array", "items": { "type": "string" } } }, "x-ds-definition-name": "comment", "description": "Details about envelope comments.", "x-ds-category": "Envelopes", "x-ds-order": "160", "x-ms-summary": "Details about envelope comments." }, "FavoriteTemplates": { "type": "object", "properties": { "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "favoriteTemplates": { "description": "", "type": "array", "items": { "$ref": "#/definitions/favoriteTemplatesContentItem" } }, "templatesUpdatedCount": { "format": "int32", "description": "", "type": "integer" } }, "x-ds-definition-name": "favoriteTemplatesInfo", "description": "", "x-ds-category": "Accounts", "x-ds-order": "270", "x-ms-summary": "" }, "Notary": { "type": "object", "properties": { "createdDate": { "description": "The creation date of the account in UTC timedate format.", "type": "string" }, "enabled": { "description": "", "type": "string" }, "searchable": { "description": "", "type": "string" }, "userInfo": { "$ref": "#/definitions/userInformation", "description": "" } }, "x-ds-definition-name": "notary", "description": "Use DocuSign eNotary to notarize documents digitally.\nCheck the [DocuSign eNotary support documentation](https://support.docusign.com/en/guides/ndse-user-guide-enotary-resources)\nto see which jurisdictions are supported.\n", "x-ds-category": "Notary", "x-ds-order": "280", "x-ms-summary": "Use DocuSign eNotary to notarize documents digitally.\nCheck the [DocuSign eNotary support documentation](https://support.docusign.com/en/guides/ndse-user-guide-enotary-resources)\nto see which jurisdictions are supported.\n" }, "NotaryJurisdiction": { "type": "object", "properties": { "commissionExpiration": { "description": "", "type": "string" }, "commissionId": { "description": "", "type": "string" }, "county": { "description": "", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "jurisdiction": { "$ref": "#/definitions/jurisdiction", "description": "" }, "registeredName": { "description": "", "type": "string" }, "sealType": { "description": "", "type": "string" } }, "x-ds-definition-name": "notaryJurisdiction", "description": "Creating, updating, and deleting notary jurisdiction objects.", "x-ds-category": "Notary", "x-ds-order": "290", "x-ms-summary": "Creating, updating, and deleting notary jurisdiction objects." }, "EnvelopeWorkflowDefinition": { "type": "object", "properties": { "currentWorkflowStepId": { "description": "", "type": "string" }, "workflowStatus": { "description": "", "type": "string" }, "workflowSteps": { "description": "", "type": "array", "items": { "$ref": "#/definitions/workflowStep" } } }, "x-ds-definition-name": "workflow", "description": "", "x-ds-category": "Envelopes", "x-ds-order": "300", "x-ms-summary": "" }, "Reports": { "type": "object", "properties": { "reports": { "description": "", "type": "array", "items": { "$ref": "#/definitions/reportInProductListItem" } } }, "x-ds-definition-name": "reportInProductList", "description": "", "x-ds-category": "Accounts", "x-ds-order": "301", "x-ms-summary": "" }, "AccountSignatures": { "type": "object", "properties": { "adoptedDateTime": { "description": "The UTC date and time when the user adopted the signature.", "type": "string" }, "createdDateTime": { "description": "The UTC DateTime when the item was created.", "type": "string" }, "customField": { "description": "", "type": "string" }, "dateStampProperties": { "$ref": "#/definitions/dateStampProperties", "description": "Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area.\n\nThis property contains the following information about the central rectangle:\n\n- `DateAreaX`: The X axis position of the top-left corner.\n- `DateAreaY`: The Y axis position of the top-left corner.\n- `DateAreaWidth`: The width of the rectangle.\n- `DateAreaHeight`: The height of the rectangle." }, "disallowUserResizeStamp": { "description": "When set to **true**, users may not resize the stamp.", "type": "string" }, "errorDetails": { "$ref": "#/definitions/errorDetails", "description": "This object describes errors that occur. It is only valid for responses and ignored in requests." }, "externalID": { "description": "Optionally specify an external identifier for the user's signature.", "type": "string" }, "imageBase64": { "description": "", "type": "string" }, "imageType": { "description": "Specificies the type of image. Valid values are:\n\n- `signature_image`\n- `initials_image`", "type": "string" }, "initials150ImageId": { "description": "The ID of the user's initials image.", "type": "string" }, "initialsImageUri": { "description": "The URI for retrieving the image of the user's initials.", "type": "string" }, "isDefault": { "description": "Boolean that specifies whether the signature is the default signature for the user.", "type": "string" }, "lastModifiedDateTime": { "description": "The date and time that the item was last modified.", "type": "string" }, "nrdsId": { "description": "The National Association of Realtors (NAR) membership ID for a user who is a realtor.", "type": "string" }, "nrdsLastName": { "description": "The realtor's last name.", "type": "string" }, "nrdsStatus": { "description": "The realtor's NAR membership status. The value `active` verifies that the user is a current NAR member. Valid values are:\n\n- `Active`\n- `Inactive`\n- `Terminate`\n- `Provisional`\n- `Deceased`\n- `Suspend`\n- `Unknown`", "type": "string" }, "phoneticName": { "description": "The phonetic spelling of the `signatureName`.", "type": "string" }, "signature150ImageId": { "description": "The ID of the user's signature image.", "type": "string" }, "signatureFont": { "description": "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`.\n\n- `\"1_DocuSign\"`\n- `\"2_DocuSign\"`\n- `\"3_DocuSign\"`\n- `\"4_DocuSign\"`\n- `\"5_DocuSign\"`\n- `\"6_DocuSign\"`\n- `\"7_DocuSign\"`\n- `\"8_DocuSign\"`\n- `\"Mistral\"`\n- `\"Rage Italic\"`\n", "type": "string" }, "signatureGroups": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureGroup" } }, "signatureId": { "description": "The ID of the signature being accessed.", "type": "string" }, "signatureImageUri": { "description": "An endpoint URI that you can use to retrieve the user's signature image.", "type": "string" }, "signatureInitials": { "description": "Specifies the user's signature in initials format.", "type": "string" }, "signatureName": { "description": "Specifies the user's signature name.", "type": "string" }, "signatureRights": { "description": "The rights that the user has to the signature. Valid values are:\n\n- `none`\n- `read`\n- `admin`", "type": "string" }, "signatureType": { "description": "Specifies the type of signature.", "type": "string" }, "signatureUsers": { "description": "", "type": "array", "items": { "$ref": "#/definitions/signatureUser" } }, "stampFormat": { "description": "The format of a stamp. Valid values are:\n\n- `NameHanko`: The stamp represents only the signer's name.\n- `NameDateHanko`: The stamp represents the signer's name and the date. ", "type": "string" }, "stampImageUri": { "description": "The URI for retrieving the image of the user's stamp.", "type": "string" }, "stampSizeMM": { "description": "The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.", "type": "string" }, "stampType": { "description": "The type of stamp. Valid values are:\n\n- `signature`: A signature image. This is the default value.\n- `stamp`: A stamp image.\n- null", "type": "string" }, "status": { "description": "The status of the item.", "type": "string" } }, "x-ds-definition-name": "accountSignature", "description": "", "x-ds-category": "Accounts", "x-ds-order": "40", "x-ms-summary": "" } }, "parameters": {}, "responses": {}, "securityDefinitions": {}, "x-ds-allow-editing": false, "tags": [ { "name": "AccountBrands", "description": "The AcccountBrands resource provides methods that enable you to create and manage brands for an account.\n\nBranding enables you to add the look and feel of your organization's brand to the sending, signing, and email processes, making it easier for recipients to identify envelopes coming from your organization.\n\nThe DocuSign Account Custom Branding feature enables you to set the colors, logo, and text that recipients see at the account level. The settings associated with a brand are applied to all of the envelopes that use the brand. You can create multiple brand profiles for different corporate brands or internal departments.\n\n**Note**: To use this resource, branding for either signing or sending must be enabled for the account (either `canSelfBrandSend`, `canSelfBrandSign`, or both of these account settings must be set to **true**). " }, { "name": "AccountConsumerDisclosures", "description": "The `AccountConsumerDisclosures` resource provides methods that enable you to enable, retrieve, and manage the Electronic Record and Signature Consent Disclosure (ERSD) options for your account. This is the disclosure that displays to each new recipient who is going to sign or add other information, or who is required to view the documents you send to them. The recipient must read and agree to the terms of the disclosure before they can access and take action on the documents you send. The ERSD does not apply to copy-only recipients, but does apply to recipients who must sign or view your documents.\n\nYou can use either the default ERSD that DocuSign provides for U.S.-based transactions, or a custom ERSD. \n\n## Languages\n\n**Important**: The system does not translate the ERSD for you. The default ERSD is always in English. For a custom ERSD, an account administrator must create a version of the disclosure for each language that your signers use. When you create a version of your custom ERSD for a specific signer language, you must:\n\n1. Specify the language code (`langCode`) for the signer language.\n2. Provide the `esignAgreementText` and `esignText` in the language associated with the `langCode`.\n\nFor more information, see [Legal Disclosure](https://support.docusign.com/en/guides/ndse-admin-guide-legal-disclosure)." }, { "name": "AccountCustomFields", "description": "Custom fields enable you to record custom information about envelopes that you can then use for sorting, organizing, searching, and other downstream processes. \n\nFor example, you can use custom fields to copy envelopes or data to multiple areas in Salesforce. eOriginal customers can eVault all of their documents from the web app by setting an account custom field with a name like `eVault with eOriginal` to **true**.\n\nYou can also use account custom fields to set the following information:\n\n- Tracking ID\n- Department \n- Use case\n- Other envelope metadata\n\n## Envelope Custom Field Visibility\n\nWhen you create an envelope custom field for your account, you have the following options: \n\n- Make it a required field for senders at the time of sending\n- Display it as an optional field at the time of sending\n- Set a specific value for the field behind the scenes (NOT SURE IF THIS IS RIGHT; MIGHT JUST BE AN UNUSED DRAFT FIELD)\n\nEnvelope recipients do not see the envelope custom fields.\n\n## Types of Envelope Custom Fields\n\nThere are two types of envelope custom fields:\n\n- `text`: Enables the sender to enter the value for the field. \n- `list`: Enables the sender to select the value of the field from a predetermined list." }, { "name": "EnvelopeCustomFields", "description": "The EnvelopeCustomFields resource provides methods that allow you manage custom fields in an envelope. \n\nCustom fields can be used in the envelopes for your account to record information about the envelope, help search for envelopes and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients.\n\nThere are two types of envelope custom fields:\n\n- `text`: Enables the sender to enter the value for the field. \n- `list`: Enables the sender to select the value of the field from a predetermined list.\n\nYou may assign up to three envelope custom fields to an envelope. This limit does not include account (document) custom fields." }, { "name": "EnvelopeDocumentFields", "description": "The EnvelopeDocumentFields resource provides methods that allow you to manage custom fields on a document.\n\nYou can create custom versions of standard fields that combine of field properties, such as font type or size, or a validation setting. \n\nNote: Some advanced features and options are supported only in certain DocuSign plans. Your account plan might not support some options discussed in this help topic. For more information about which options are available for your account, check your account plan or contact your Account Manager." }, { "name": "EnvelopeLocks", "description": "The EnvelopeLocks resource provides methods that allow you to manage locks on an envelope.\n\nTo prevent users from changing an envelope while another user is modifying it, you can lock the envelope and set the time until the lock expires.\n\nFor example, you would use the following flow:\n\n1. Lock the envelope.\n2. Make changes to envelope.\n3. Delete the envelope lock and save the changes. If the envelope is based on a template that has a password, you must supply the template password to save the changes.\n\n**Note**: To use envelope locks, the user must have envelope locking capability enabled." }, { "name": "EnvelopeRecipients", "description": "\n\n\nThe EnvelopeRecipients resource enables you manage the recipients of an envelope. All recipient types share a set of [core parameters](#core-recipient-parameters), but some recipient types have additional parameters. You specify the recipient type using the `recipientType` parameter. The recipient types are as follows:\n\n
\n\n| Recipient type | Description |\n| :--- | :--- |\n| [Agent](#agent-recipient) | Agent recipients can add name and email information for recipients that appear after the agent in routing order. |\n| [Carbon Copy](#carbon-copy-recipient) | Carbon copy recipients get a copy of the envelope but don't need to sign, initial, date, or add information to any of the documents. This type of recipient can be used in any routing order. Carbon copy recipients receive their copy of the envelope when the envelope reaches the recipient's order in the process flow and when the envelope is completed. |\n| [Certified Delivery](#certified-delivery-recipient) | Certified delivery recipients must receive the completed documents for the envelope to be completed. However, they don't need to sign, initial, date, or add information to any of the documents. |\n| [Editor](#editor-recipient) | Editors have the same management and access rights for the envelope as the sender. They can make changes to the envelope as if they were using the Advanced Correct feature. This recipient can add name and email information, add or change the routing order, set authentication options, and can edit signature/initial tabs and data fields for the remaining recipients. The recipient must have a DocuSign account to be an editor. |\n| [In-Person Signer](#in-person-signer-recipient) | In-person signer recipients are DocuSign users who act as signing hosts in the same physical location as the signer. |\n| [Intermediary](#intermediary-recipient) | Intermediaries are recipients who can, but are not required to, add name and email information for recipients at the same or subsequent level in the routing order, unless subsequent agents, editors, or intermediaries are added. |\n| [Seal](#seal-recipient) | Electronic seal recipients represent legal entities rather than individuals. Organizations and governments can use electronic seals to show evidence of origin and integrity of documents. |\n| [Signer](#signer-recipient) | Signers are recipients who must sign, initial, date, or add data to form fields on the documents in the envelope. |\n| [Witness](#witness-recipient) | Witnesses are recipients whose signatures affirm that the identified signers have signed the documents in the envelope. |\n\n
\n\nNot all recipients are are available to all account types. Review your account plan to determine which recipient types are available to you. All recipient types are available in the Demo environment.\n\n\n## Core Recipient Parameters\n\nAll recipients, regardless of type, have the same common core parameters. The following table contains the descriptions for the core properties for all recipient types:\n\n
\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| email | Yes | Email | Email of the recipient. Notification will be sent to this email id.
Maximum Length: 100 characters. |\n| name | Yes | String | Full legal name of the recipient.
Maximum Length: 100 characters.
**Note:** If you are creating an envelope with DocuSign EU advanced signature enabled, ensure that recipient names do not contain any of the following characters: **^ : \\ @ , + <** |\n| accessCode | No | String | This optional element specifies the access code a recipient has to enter to validate the identity.
Maximum Length: 50 characters. |\n| addAccessCodeToEmail | No | Boolean | This optional attribute indicates that the access code is added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. |\n| agentCanEditEmail | No | Boolean | When set to **true**, the agent recipient associated with this recipient can change the recipient's pre-populated email address. This element is only active if enabled for the account. |\n| agentCanEditName | No | Boolean | When set to **true**, the agent recipient associated with this recipient can change the recipient's pre-populated name (`UserName`). This element is only active if enabled for the account. |\n| clientUserId | No | String | This specifies whether the recipient is embedded or remote.
If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. Maximum length: 100 characters. |\n| embeddedRecipientStartURL | No | String | This is a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would, but when the document link in the email is clicked the recipient is redirected, through DocuSign, to this URL to complete their actions. When routing to the URL, it is up to the sender's system (the server responding to the URL) to then request a recipient token to launch a signing session.
If the value `SIGN_AT_DOCUSIGN` is used for this node, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that would be launched by any partner.
It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application and DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets the `EmbeddedRecipientStartURL` property to `SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) be used to verify the identity of the recipient.
If the `clientUserId` property is NOT set and the `embeddedRecipientStartURL` property is set, DocuSign ignores the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the `embeddedRecipientStartURL` property using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The customFields must be part of the recipient or envelope. The merge fields are enclosed in double brackets.
_Example_:
`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` |\n| customFields | No | customField |An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. String `customField` properties have a maximum length of 100 characters. |\n| emailNotification | No | emailNotification | An optional complex type that has information for setting the language for the recipient's email information. It is composed of three elements:
*emailBody*: a string with the email message sent to the recipient.
Maximum Length: 10000 characters.
*emailSubject*: a string with the subject of the email sent to the recipient.
Maximum Length: 100 characters.
*supportedLanguage*: The simple type enumeration (two-letter code) for the language to use for the standard email format and the signing view for the recipient. To retrieve the possible values, use the [Accounts::listSupportedLanguages method][ListLang].
**Note**: You can set the `emailNotification` property separately for each recipient. If you set the value only for certain recipients, the other recipients will inherit the this value from the top-level `emailSubject` and `emailBlurb`. |\n| excludedDocuments | No | Array of Strings | Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the enforceSignerVisibility property must be set to true for the envelope to use this.
When the enforceSignerVisibility property is set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. |\n| idCheckConfigurationName | No | String |Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient). This overrides any default authentication setting.
_Example_:
Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the `idCheckConfigurationName` property must be set to `ID Check $`. To use SMS, it must be set to `SMS Auth $` and you must add phone number information to the `smsAuthentication` node.|\n| iDCheckInformationInput | No | IdCheckInformationInput | This complex element contains input information related to a recipient ID check. It can include the following information.
*addressInformationInput*: Used to set recipient address information and consists of:
*addressInformation*: consists of six elements, with street2 and zipPlus4 being optional. The elements are: street1, street2, city, state, zip, zipPlus4\\. The maximum number of characters in each element are: street1/street2 = 150 characters, city = 50 characters, state = 2 characters, and zip/zipPlus4 = 20 characters.
displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*dobInformationInput*: Used to set recipient date of birth information and consists of:
*dateOfBirth*: Specifies the recipient's date, month and year of birth.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*ssn4InformationInput*: Used to set the last four digits of the recipient's SSN information and consists of:
*ssn4*: Specifies the last four digits of the recipient's SSN.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*ssn9InformationInput*: Used to set the recipient's SSN information. Note that the ssn9 information can never be returned in the response. The ssn9 input consists of:
*ssn9*: Specifies the recipient's SSN.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay. |\n| inheritEmailNotificationConfiguration | No | Boolean | Optional element. If true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. |\n| note | No | String | A note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen.
Maximum Length: 1000 characters. |\n| phoneAuthentication | No | RecipientPhoneAuthentication | Optional element. Contains the elements:
*recipMayProvideNumber*:Boolean. When set to **true** thenrecipient can use whatever phone number they choose to.
*senderProvidedNumbers*: ArrayOfString. A list of phone numbers the recipient can use.
\n| recipientId | No | String | Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. |\n| requireIdLookup | No | Boolean | When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. |\n| roleName | No* | String | Optional element. Specifies the role name associated with the recipient.
This is required when working with template recipients. |\n| routingOrder | Yes | String | This element specifies the routing order of the recipient in the envelope. |\n| smsAuthentication | No | senderProvidedNumbers | Optional element. Contains the element:
*senderProvidedNumbers*: Array that contains a list of phone numbers the recipient can use for SMS text authentication. |\n| templateAccessCodeRequired | No | Boolean | Optional element. Used only when working with template recipients. When set to **true** and the `TemplateLocked` parameter is set to **true**, the sender must enter an access code. |\n| templateLocked | No | Boolean | Optional element. Used only when working with template recipients. When set to **true**, the sender cannot change any attributes of the recipient. |\n| templateRequired | No | Boolean | Optional element. Used only when working with template recipients. When set to **true**, the sender may not remove the recipient. |\n| identityVerification | No | identityVerification | Optional element. Specifies ID Verification applied on an envelope by workflow ID.
See the [list](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list) method in the [IdentityVerifications](https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications) resource for more information on how to retrieve workflow IDs available for an account.
This can be used in addition to other [recipient authentication](https://developers.docusign.com/esign-rest-api/guides/concepts/recipient-authentication) methods.
Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients' identity by verifying their ID while ID Check relies on data available on public records (such as current and former address). |\n\n
\n\n\n\n## Agent Recipient\n\nAn agent recipient can add name and email information for recipients that appear after the agent in routing order.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type has the following parameters:\n\n
\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n\n
\n\n\n\n## Carbon Copy Recipient\n\nCarbon copy recipients receive a copy of the envelope but don't need to sign, initial, date or add information to any of the documents. You can place this type of recipient in any routing order. Carbon copy recipients receive their copy of the envelope when the envelope reaches the recipient's order in the process flow and when the envelope is completed.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type has the following parameters:\n\n
\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n\n
\n\n\n\n## Certified Delivery Recipient\n\nCertified delivery recipients must receive the completed documents for the envelope to be completed. However, they don't need to sign, initial, date or add information to any of the documents.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type has the following parameters:\n\n
\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n\n
\n\n\n\n## Editor Recipient\n\nEditors have the same management and access rights for the envelope as the sender. They can make changes to the envelope as if they were using the Advanced Correct feature. This recipient can add name and email information, add or change the routing order and set authentication options for the remaining recipients. Additionally, this recipient can edit signature/initial tabs and data fields for the remaining recipients. The recipient must have a DocuSign account to be an editor.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type has the following parameters:\n\n
\n\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n\n\n
\n\n\n## In-Person Signer Recipient\n\nAn in-person recipient is a DocuSign user, acting as a Signing Host, who is in the same physical location as the signer.\n\nThe following restrictions apply to using electronic notary when sending documents:\n\n* Authentication methods are allowed for the signer but not the notary.\n* The Sign On Paper, Document Markup, Field Markup and Change Signer options cannot be used for the documents.\n* Tabs may be assigned to the signer, but cannot be assigned to the notary.\n\nSee [eNotary Resources][enotary-resources] in the DocuSign Support Center for more information about how the eNotary feature works.\n\nIn addition to the [core parameters](#core-recipient-parameters), this type adds the following parameters:\n\n
\n\n\n| Name \t| Required \t| Schema Type \t| Description \t|\n|-----------------------\t|-----------------------------------------------------\t|-------------\t|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\t|\n| inPersonSigningType \t| No \t| String \t| Specifies whether the envelope uses the eNotary feature. The accepted values are:\t|\n| notaryHost \t| Yes, when `inPersonSigningType` is `notary` \t| NotaryHost \t| Sets the information for the notary host for the notary in person signing flow. The following information is required:
- `inPersonSigner` The envelope uses the normal in-person signing flow.
- `notary`: The envelope uses the eNotary signing flow.
\t|\n| autoNavigation \t| No \t| Boolean \t| Specifies whether auto navigation is set for the recipient. \t|\n| defaultRecipient \t| No \t| Boolean \t| When set to **true**, this is the default recipient for the envelope. This option is used when creating an envelope from a template. \t|\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n| hostName \t| Yes, when `inPersonSigningType` is `inPersonSigner` \t| String \t| The name of the signing host. This is the DocuSign user that is hosting the in-person signing session. \t|\n| hostEmail \t| Yes, when `inPersonSigningType` is `inPersonSigner` \t| String \t| The email address of the signing host. This is the DocuSign user that is hosting the in-person signing session. \t|\n| signerName \t| Yes, when `inPersonSigningType` is `inPersonSigner` \t| String \t| The in-person signer's full legal name. \t|\n| Name \t| Yes, when `inPersonSigningType` is `notary` \t| String \t| The full legal name of the signer in an eNotary flow. \t|\n| email \t| Yes, when `inPersonSigningType` is `notary` \t| String \t| The signer's email address in an eNotary flow. \t|\n| recipientSuppliesTabs \t| No \t| Boolean \t| Indicates whether the recipient supplies tabs in the document. \t|\n| signatureInfo \t| No \t| String \t| Optional element only used with the recipient types In Person Signers, Signers, and Witnesses.
- `recipientId`: A unique ID number for the notary signing host.
- `name`: Specifies the notary's full legal name.
- `email`: Specifies the notary's email address.
Allows the sender to pre-specify the signature name, signature initials, and signature font used in the signature stamp for the recipient. \t|\n| signInEachLocation \t| No \t| Boolean \t| When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once). \t|\n| tabs \t| No \t| Tab \t| Optional element only used with recipient types In Person Signers and Signers.
Specifies the Tabs associated with the recipient. See the [EnvelopeRecipientTabs resource](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/) for more information about tabs. \t|\n| \t| \t| \t| \t|\n\n\n
\n\n\n\n## Intermediary Recipient\n\nAn intermediary is a recipient who can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order, unless subsequent agents, editors or intermediaries are added.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type has the following parameters:\n\n
\n\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n\n
\n\n\n\n## Seal Recipient\n\nAn electronic seal recipient is a legal entity rather than an actual person. Electronic Seals can be used by organizations and governments to show evidence of origin and integrity of documents. Even though electronic seals can be represented by a tab in a document, they do not require user interaction and apply automatically in the order specified by the sender. The sender is therefore the person authorizing usage of the electronic seal in the flow.\n\nElectronic seal recipients rely on a subset of core properties, described as follows, plus the `recipientSignatureProviders` parameter:\n\n\n
\n\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| recipientId| Yes | String | Indicates the unique ID of the applied electronic seal.
|\n| routingOrder| No (default: 1) | String | Specifies the routing order of the electronic seal in the envelope.
The routing order assigned to your electronic seal cannot be shared with another recipient. It is recommended that you set a routing order for your electronic seals.. |\n| recipientSignatureProviders| Yes | String | Indicates which electronic seal to apply on documents when creating an envelope. |\n\n\n
\n\n\n\nBy default, Electronic Seals apply on all documents in an envelope. However, the sealDocumentsWithTabsOnly property (see recipientSignatureProvider) allows you to seal only documents that have signHere tabs set for the Electronic Seal recipients.\n\n
\n\n\n\n## Signer Recipient\n\nA signer is a recipient who must sign, initial, date, or add data to form fields on the documents in the envelope.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type adds the following parameters:\n\n
\n\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| autoNavigation | No | Boolean | Specifies whether auto navigation is set for the recipient.|\n| defaultRecipient | No | Boolean | When set to **true**, this is the default recipient for the envelope. This option is used with the CreateEnvelopeFromTemplatesAndForms method. |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n| isBulkRecipient | No | Boolean | Indicates whether the recipient is a bulk send recipient or not. |\n| recipientSuppliesTabs | No | Boolean | Indicates whether the recipient supplies tabs in the document. |\n| signInEachLocation | No | Boolean | When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once). |\n| signatureInfo | No | String | Optional element only used with recipient types In Person Signers, Signers, and Witnesses.
Allows the sender to pre-specify the signature name, signature initials, and signature font used in the signature stamp for the recipient. |\n| signerEmail | No | String | Optional element. The email address for an In-Person Signer recipient Type.
Maximum Length: 100 characters. |\n| signerName | Yes | String | Required element with recipient type In Person Signers.
Maximum Length: 100 characters.
The full legal name of a signer for the envelope. |\n| tabs | No | Tab | Optional element only used with recipient types In Person Signers and Signers.
Specifies the Tabs associated with the recipient. See the the [EnvelopeRecipientTabs resource](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs) for more information about tabs. |\n\n
\n\n[enotary-resources]: https://support.docusign.com/en/guides/ndse-user-guide-enotary-resources\n\n\n## Witness Recipient\n\nA witness is a recipient whose signature affirms that the identified signers have signed the documents in the envelope.\n\nIn addition to the [core parameters](#core-recipient-parameters), this recipient type adds the following parameters:\n\n
\n\n\n| Name | Required | Schema Type | Description |\n| :--- | :--- | :--- | :--- |\n| autoNavigation | No | Boolean |\tSpecifies whether auto navigation is set for the recipient. |\n| defaultRecipient | No | Boolean | When set to **true**, this is the default recipient for the envelope. This option is used when creating an envelope from a template. |\n| documentVisibility | No | documentVisibility | A complex type that specifies which documents are visible to this recipient. |\n| isBulkRecipient | No | Boolean | Indicates whether the recipient is a bulk send recipient or not. |\n| recipientSignatureProviders | Yes | String | Indicates which electronic seal to apply on documents when creating an envelope. |\n| recipientSuppliesTabs | No | Boolean | Indicates whether the recipient supplies tabs in the document. |\n| recipientType | Yes | String | Indicates the recipient type. |\n|requireSignerCertificate | No | Boolean | Indicates whether the envelope requires a signer certificate for this recipient. |\n| requireSignOnPaper | No | Boolean | Specifies whether the signer must print, sign, and upload or fax the signed documents to DocuSign. |\n| signatureInfo | No | Boolean | Optional element only used with recipient types In Person Signers, Signers, and Witnesses. Enables the sender to pre-specify the signature name, signature initials, and signature font used in the signature stamp for the recipient. |\n| signInEachLocation | No | Boolean | When set to **true** and the feature is enabled in the sender's account, specifies that the signing recipient is required to sign and initial at each signature/initial tab (instead of once). |\n| signingGroupId | No | String | The id of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). |\n| signingGroupName | No | String | The display name for the signing group. Maximum Length: 100 characters. |\n| signingGroupUsers | No | userInfo | A complex type that contains information about the users in the signing group. |\n| witnessFor | Yes | String | Indicates the person or party for whom the recipient is a witness. |\n| witnessForGuid | Yes | String | GUID identifying the person or party for whom the recipient is a witness. |\n\n\n[ListLang]: /esign/restapi/Accounts/Accounts/listSupportedLanguages/\n" }, { "name": "EnvelopeRecipientTabs", "description": "\n\n\nThe EnvelopeRecipientTabs resource provides methods that enable you\nto add,\nupdate,\nand delete tabs\nfrom an envelope.\nTabs are associated with a specific recipient\nin an envelope\nand are only used by the recipient types\nIn Person Signers and Signers.\n\n\n\n**On this page**\n\n- [Tab Types](#tab-types)\n- [View Tab](#view-tab)\n- [Requesting Payments](#requesting-payments)\n- [Using Custom Tabs in Envelopes and Templates](#using-custom-tabs-in-envelopes-and-templates)\n- [Anchoring Tabs](#anchoring-tabs)\n- [Automatically Populating Tabs](#automatically-populating-tabs)\n\n\n\n\n## Tab Types\n\nSome tabs enable values to be entered by the signer. Those tabs' values can be preset either through the web browser or via the API. Other tab types use information that is already recognized by the DocuSign platform. These tabs cannot have their value updated on a per-tab basis by the API or via the browser. In some cases, the info might be settable using a different technique. For example, the Full name tab uses the signer's name, which is set elsewhere in the request.\n\nHere is the list of tabs and whether you can or cannot set their values in the tab definition:\n\n
\n\n| Tab Type | Description |\n| :--------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Approve ([`approve`][approve]) | Allows the recipient to approve documents without placing a signature or initials on the document. If the recipient clicks the tab during the signing process, the recipient is considered to have signed the document. No information is shown on the document of the approval, but it is recorded as a signature in the envelope history. This value **can't** be set. |\n| Checkbox ([`checkbox`][checkbox]) | Allows the recipient to select a yes/no (on/off) option. This value can be set. |\n| Company ([`company`][company]) | Displays the recipient's company name. This value **can't** be set. |\n| Date Signed ([`dateSigned`][dateSigned]) | Displays the date that the recipient signed the document. This value **can't** be set. |\n| Date ([`date`][date]) | Allows the recipient to enter a date. Date tabs are one-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a validation pattern and a validation message to enforce the format. This value can be set. |\n| Decline ([`decline`][decline]) | Allows the recipient the option of declining an envelope. If the recipient clicks the tab during the signing process, the envelope is voided. This value **can't** be set. |\n| Email Address ([`emailAddress`][emailAddress]) | Displays the recipient's email as entered in the recipient information. This value **can't** be set. |\n| Email ([`email`][email]) | Allows the recipient to enter an email address. This is a one-line field that checks that a valid email address is entered. It uses the same parameters as a Text tab, with the validation message and pattern set for email information.
When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. This value can be set. |\n| Envelope ID ([`envelopeId`][envelopeId]) | Displays the envelope ID. Recipients cannot enter or change the information in this tab. This value **can't** be set. |\n| First Name ([`firstName`][firstName]) | Displays the recipient's first name. This tab takes the recipient's name as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. This value **can't** be set. |\n| Formula Tab ([`formulaTab`][formulaTab]) | The value of a formula tab is calculated from the values of other number or date tabs in the document. When the recipient completes the underlying fields, the formula tab calculates and displays the result. This value can be set.The `formula` property of the tab contains the references to the underlying tabs. See [Calculated Fields][calculatedfields] in the DocuSign Support Center to learn more about formulas. If a formula tab contains a `paymentDetails` property, the tab is considered a payment item. See [Requesting Payments Along with Signatures][paymentguide] in the DocuSign Support Center to learn more about payments. |\n| Full Name ([`fullName`][fullName]) | Displays the recipient's full name. This value **can't** be set. |\n| Initial Here ([`initialHere`][initialHere]) | Allows the recipient to initial the document. May be optional. This value **can't** be set. |\n| Last Name ([`lastName`][lastName]) | Displays the recipient's last name. This tab takes the recipient's name as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. This value **can't** be set. |\n| List ([`list`][list]) | This tab offers a list of options to choose from. The `listItems` property is used to specify the selectable options. This value can be set, |\n| Notarize ([`notarize`][notarize]) | Place this tab on a page to alert Notary recipients that they must take action. Only one notarize tab can appear on a page. This value can be set. |\n| Note ([`note`][note]) | Displays additional information, in the form of a note, for the recipient. This value can be set. |\n| Number ([`number`][number]) | Allows the recipient to enter numbers and decimal (.) points. This value can be set. |\n| Radio Group ([`radioGroup`][radioGroup]) | This group tab is used to place radio buttons on a document. The `radios` property is used to add and place the radio buttons associated with the group. Only one radio button can be selected in a group. This value can be set. |\n| Sign Here ([`signHere`][signHere]) | Allows the recipient to sign a document. May be optional. This value **can't** be set.
**Note**: `signHere` tabs can also be used to add a visual representation for an electronic seal in a document. |\n| Signer Attachment ([`signerAttachment`][signerAttachment]) | Allows the recipient to attach supporting documents to an envelope. This value **can't** be set. |\n| SSN ([`ssn`][ssn]) | A one-line field that allows the recipient to enter a Social Security Number. The SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. This value can be set. |\n| Text ([`text`][text]) | Allows the recipient to enter any type of text. This value can be set. |\n| Title ([`title`][title]) | Displays the recipient's title. This value **can't** be set. |\n| View ([`view`][view]) | The View tab is used with the Approve tab to handle supplemental documents. This value can be set. |\n| Zip ([`zip`][zip]) | Allows the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits in the ZIP+4 format. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. This value can be set. |\n\n\n[approve]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/approve\n[checkbox]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/checkbox\n[company]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/company\n[dateSigned]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/dateSigned\n[date]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/date\n[decline]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/decline\n[emailAddress]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/emailAddress\n[email]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/email\n[envelopeId]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/envelopeId\n[firstName]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/firstName\n[formulaTab]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n[fullName]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/fullName\n[initialHere]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/initialHere\n[lastName]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/lastName\n[list]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/list\n[notarize]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/notarize\n[note]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/note\n[number]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number\n[radioGroup]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/radioGroup\n[signerAttachment]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signerAttachment\n[signHere]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/signHere\n[ssn]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/ssn\n[text]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/text\n[title]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/title\n[view]:\t\t https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/view\n[zip]:\t \thttps://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/zip\n\n[calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n\n\n\n\n\n\n## View Tab\n\nThe View tab is used on supplemental documents.\nTo learn more about using the View tab with\nsupplemental documents, see\n[Using Supplemental Documents][usingsupdocs]\nin the [Sending Documents][sendenvelopes] section of\nthe [Envelope: create][envelopecreate] method.\n\n[sendenvelopes]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#sending-envelopes\n[usingsupdocs]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#using-supplemental-documents\n[envelopecreate]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/\n\n
\n\n| Name | Required | Type | Description |\n| :---- | :---- | :---- | :---- |\n| documentId | Yes | String | The document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. |\n| pageNumber | Yes | String | Must be set to 1. |\n| recipientId | Yes | String | The recipient associated with the tab. Must refer to an existing recipient's ID attribute. |\n| required | No | Boolean | If **true**, the recipient is required to select the supplemental document View button during signing. |\n| tabLabel | No | String | The label used for the tab. If an empty string is provided for this, an empty sting is used. If no value is provided, the tab type is used as the value. Maximum of 500 characters. |\n| templateLocked | No | Boolean | Optional. Used only when working with template tabs. If **true**, the attributes of the tab cannot be changed by the sender. |\n| templateRequired | No | Boolean | Optional. Used only when working with template tabs. If **true**, the tab cannot be removed by the sender. |\n| xPosition | Yes | String | Required, but can be 0. |\n| yPosition | Yes | String | Required, but can be 0. |\n\n\n## Requesting Payments\n\nThe Payments feature of the DocuSign eSignature REST API\nlets you collect payments\nalong with signatures and other information.\n\nTo send a request for payment\nand collect payments,\nyou need a payment gateway account,\nwhich is the destination for the payments.\nCreate a payment account\nwith a supported payment gateway,\nand then connect the payment gateway account\nto your DocuSign account.\nTo learn how to connect a payment gateway account\nto your DocuSign account\nsee [Managing Payment Gateways][paymentgateways]\nin the DocuSign Support Center.\nYou must connect and manage payment gateway accounts manually\nthrough the DocuSign Admin console\nand through your chosen payment gateway.\nThere is no public API\nfor connecting payment gateway accounts\nto DocuSign accounts\nor for managing payment gateway accounts.\n\nCurrently\n[Stripe][stripe],\n[Braintree](https://www.braintreepayments.com/), and\n[Authorize.net](https://www.authorize.net/)\nare the supported payment gateways.\n\n### How Payments Work\n\nTo make a request for payment,\nuse a [`formulaTab`][formulatab]\nthat has a\n[`paymentDetails`][paymentdetails] object.\nThis object includes\na list of [`paymentLineItem`][paymentlineitem] objects.\nEach line item refers to a [`number`][numbertab] tab\nthat contains the value of the each item.\nThe purpose of the line items\nis to transmit them to the payment gateway\nas metadata, so that you can use the information\nin the payment processor.\n\n**Note**: If the fileExtension parameter is not added in an API call, only base64 converted pdf files will be accepted.\nAny attempt to send a non pdf file without using fileExtension results in an error.\n\nThis is an example request for two books.\nEach book is specified in the `number` tabs\nlabeled \"Hamlet\" and \"Tempest\".\nThe books are referenced as line items\nby their tab labels\nwithin the `paymentDetails` object\nof a `formula` tab.\nThe formula of the `formula` tab\nadd the values of the same two `number` tabs.\n\n```json\n{\n \"documents\": [\n {\n \"documentBase64\": \"\",\n \"documentId\": \"1\",\n \"fileExtension\": \"pdf\",\n \"name\": \"payment.pdf\"\n }\n ],\n \"emailSubject\": \"Order Some Books\",\n \"recipients\": {\n \"signers\": [\n {\n \"email\": \"vreader@example.com\",\n \"name\": \"Voracious Reader\",\n \"recipientId\": \"1\",\n \"routingOrder\": \"1\",\n \"tabs\": {\n . . .\n \"numberTabs\": [\n {\n \"value\": \"10.00\",\n \"width\": 78,\n \"required\": \"true\",\n \"locked\": \"true\",\n \"tabLabel\": \"Hamlet\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"134\"\n },\n {\n \"value\": \"10.00\",\n \"width\": 78,\n \"required\": \"true\",\n \"locked\": \"true\",\n \"tabLabel\": \"Tempest\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"154\"\n }\n ],\n \"formulaTabs\": [\n {\n \"required\": \"true\",\n \"formula\": \"([Hamlet] + [Tempest]) * 100\",\n \"roundDecimalPlaces\": \"2\",\n \"paymentDetails\": {\n \"currencyCode\": \"USD\",\n \"lineItems\": [\n {\n \"name\": \"Hamlet\",\n \"description\": \"The Danish Play\",\n \"itemCode\": \"SHAK1\",\n \"amountReference\": \"Hamlet\"\n },\n {\n \"name\": \"Othello\",\n \"description\": \"The one with Caliban in it\",\n \"itemCode\": \"SHAK2\",\n \"amountReference\": \"Tempest\"\n }\n ],\n \"gatewayAccountId\": \"e76668b4-xxxx-xxxx-xxxx-a208d659e490\"\n },\n \"tabLabel\": \"Payment1\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": 300,\n \"yPosition\": 200\n }\n ]\n }\n }\n ]\n },\n \"status\": \"sent\"\n}\n```\n\nUse the\n[EnvelopeRecipients: list][enveloperecipientslist] method\nto check the status of a payment.\nWhen the payment is successful,\nthe `status` property of\nthe [`paymentDetails`][paymentdetails] object\nis `payment_complete`.\n\n```json\n{\n \"signers\": [\n {\n \"tabs\": {\n . . .\n \"numberTabs\": [\n {\n \"value\": \"10.00\",\n \"tabLabel\": \"Hamlet\",\n \"documentId\": \"1\",\n \"recipientId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"134\",\n },\n {\n \"value\": \"10.00\",\n \"tabLabel\": \"Tempest\",\n \"documentId\": \"1\",\n \"recipientId\": \"1\",\n \"pageNumber\": \"1\",\n }\n ],\n \"formulaTabs\": [\n {\n \"formula\": \"([Hamlet] + [Tempest]) * 100\",\n \"roundDecimalPlaces\": \"2\",\n \"paymentDetails\": {\n \"status\": \"payment_complete\",\n \"currencyCode\": \"USD\",\n \"lineItems\": [\n {\n \"name\": \"Hamlet\",\n \"description\": \"The Danish Play\",\n \"itemCode\": \"SHAK1\",\n \"amountReference\": \"Hamlet\"\n },\n {\n \"name\": \"Tempest\",\n \"description\": \"The one with Caliban in it\",\n \"itemCode\": \"SHAK2\",\n \"amountReference\": \"Tempest\"\n }\n ],\n \"gatewayAccountId\": \"e76668b4-xxxx-xxxx-xxxx-a208d659e490\"\n },\n \"value\": \"20\",\n \"required\": \"true\",\n \"locked\": \"false\",\n \"tabLabel\": \"Payment1\",\n \"documentId\": \"1\",\n \"recipientId\": \"1\",\n \"pageNumber\": \"1\",\n }\n ]\n },\n \"creationReason\": \"sender\",\n \"email\": \"vreader@example.com\",\n \"name\": \"Voracious Reader\",\n \"recipientId\": \"1\",\n \"requireIdLookup\": \"false\",\n \"status\": \"completed\",\n }\n ],\n . . .\n}\n```\n\n#### How to make a request for future payments\n\nUse the following steps to make a request to collect a signer's payment method for future use:\n\n1. Add a text tab with a descriptive `tabLabel` such as `FuturePayment`.\n2. In the formula tab's `paymentDetails` object, add a `lineItem` object that references the `tabLabel` from step 1.\n\n**Note**: Do not include this new `lineItem` in formula calculations.\n\nThe following example builds on the previous code block to also collect a payment method for future use:\n\n```\n{\n \"documents\": [\n {\n \"documentBase64\": \" \",\n \"documentId\": \"1\",\n \"fileExtension\": \"pdf\",\n \"name\": \"payment.pdf\"\n }\n ],\n \"emailSubject\": \"Order Some Books\",\n \"recipients\": {\n \"signers\": [\n {\n \"email\": \"vreader@example.com\",\n \"name\": \"Voracious Reader\",\n \"recipientId\": \"1\",\n \"routingOrder\": \"1\",\n \"tabs\": {\n \"numberTabs\": [\n {\n \"value\": \"10.00\",\n \"width\": 78,\n \"required\": \"true\",\n \"locked\": \"true\",\n \"tabLabel\": \"Hamlet\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"134\"\n },\n {\n \"value\": \"10.00\",\n \"width\": 78,\n \"required\": \"true\",\n \"locked\": \"true\",\n \"tabLabel\": \"Tempest\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"154\"\n }\n ],\n \"textTabs\": [\n {\n \"value\": \"\",\n \"width\": 78,\n \"required\": \"true\",\n \"locked\": \"true\",\n \"tabLabel\": \"FuturePayment\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": \"323\",\n \"yPosition\": \"174\"\n }\n ],\n \"formulaTabs\": [\n {\n \"required\": \"true\",\n \"formula\": \"([Hamlet] + [Tempest]) * 100\",\n \"roundDecimalPlaces\": \"2\",\n \"paymentDetails\": {\n \"currencyCode\": \"USD\",\n \"paymentOption\": \"save_and_authorize\",\n \"lineItems\": [\n {\n \"name\": \"Hamlet\",\n \"description\": \"The Danish Play\",\n \"itemCode\": \"SHAK1\",\n \"amountReference\": \"Hamlet\"\n },\n {\n \"name\": \"Othello\",\n \"description\": \"The one with Caliban in it\",\n \"itemCode\": \"SHAK2\",\n \"amountReference\": \"Tempest\"\n },\n {\n \"name\": \"Request books\",\n \"description\": \"collect Payment method\",\n \"itemCode\": \"\",\n \"amountReference\": \"FuturePayment\"\n }\n ],\n \"gatewayAccountId\": \"e76668b4-xxxx-xxxx-xxxx-a208d659e490\"\n },\n \"tabLabel\": \"Payment1\",\n \"documentId\": \"1\",\n \"pageNumber\": \"1\",\n \"xPosition\": 300,\n \"yPosition\": 200\n }\n ]\n }\n }\n ]\n },\n \"status\": \"sent\"\n}\n```\n\n### Some Things to Keep in Mind About Payments\n\n* An envelope is not completed until all payments are completed.\n\n* If a DocuSign account Administrator\n deletes a payment gateway account connection\n DocuSign cancels all in-process envelopes\n that reference the deleted payment gateway account.\n\n* If the sender voids an envelope,\n all payment authorizations are canceled.\n\n* If a required recipient refuses to sign,\n all authorized payments are canceled.\n\n* If a required recipient's payment fails authorization,\n DocuSign attempts to recover\n by sending the recipient\n notification about the failed payment authorization.\n The recipient has the opportunity\n to correct the payment method information.\n\n* Each recipient's payment is authorized separately.\n Accounts are charged and payment made\n after all required tabs are completed,\n and all payments in an envelope for all recipients are authorized.\n\n* Refunds are not supported.\n Conduct refunds or payment changes\n with the payment gateway separately from DocuSign.\n\n* At this time, DocuSign does not charge a per-transaction fee.\n\n\n[enveloperecipientslist]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipients/list/\n[formulatab]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/formulaTab\n[ISO4217]: https://en.wikipedia.org/wiki/ISO_4217\n[numbertab]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/number\n[paymentgateways]: https://support.docusign.com/en/guides/managing-payment-gateways\n[paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures\n[paymentlineitem]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/paymentLineItem\n[paymentdetails]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/create/#/definitions/paymentDetails\n[stripe]: https://stripe.com/\n\n\n## Using Custom Tabs in Envelopes and Templates\n\nCustom Tabs can be added to envelopes and templates\nby setting the `customTabId` property\nwhen creating an envelope or template recipient\nor when adding a new tab for an existing recipient.\nThe custom tab must be added as the correct tab type.\nFor example if the custom tab type is text, it cannot be used as a number tab.\n\nWhen the `customTabId` property is set,\nthe new tab inherits all the custom tab properties.\nRequired information that is not included in the custom tab,\nsuch as document ID and page ID, must be included when adding the tab.\nIf the custom tab does not have anchor settings, the X and Y positions must be included.\n\nAfter the tab is created,\nit is treated as any other tab for updating or deleting.\n\n## Anchoring Tabs\n\nThe tab anchoring option\nallows you to send documents for signature\nthat do not have a fixed layout or format.\nIn these documents you might not know\nthe absolute location of the tabs\nwhen you design your API client application because the tabs must move with text.\nAs an alternative to sending X and Y coordinates for tabs,\nthe DocuSign Service can derive an anchor location for the tab\nby correlating anchor information to data within the document.\n\nWhen the DocuSign Service receives a request that contains tabs\nwith anchor information,\nit searches the document for instances of the `anchorString` property.\nWhen found,\nit places a tab of the specified type for the designated recipient.\nTab positions are established by setting offsets for the tab.\n\nWhen you apply tabs to the document,\nDocuSign does not remove or replace the text in the `anchorString` property. You can hide codified anchors by using the same font color as the background of the document. So the anchor can be used by DocuSign processes and it will not be visible on the document.\n\nTo use an anchoring option:\n\n1. Identify the location in the document by text string. You can use a pre-existing text string or add a new one.\nFor best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number of pages in the envelope.\nFor example, you might want to add a Sign Here tab to the \"Borrower's Signature\" lines in a document, but that phrase might occur in places in the document where you don't want to tab to appear. In this case, you could add the text \"BorrowerSignHere\" in white font color (so that isn't visible in the document) to all the places you want Sign Here tabs to appear and use \"BorrowerSignHere\" as the anchor string.\n1. Reference the anchor through the `anchorString` property of the tab.\n1. Determine the offset from the anchor string location to where the tab should be placed.\n\nSetting a positive value in the `anchorXOffset` property moves the tab right on the page and positive values in the `anchorYoffset` prove moves the tab down the page. The `anchorUnits` property specifies the units used for the offsets.\nFor Sign Here and Initial Here tabs the bottom-left of the anchor string is equivalent to position (0,0), and the bottom-left of the tab graphic is placed relative to that.\nFor all other tabs the bottom-left of the anchor string is equivalent to position (0,0), and the top-left of the tab graphic is placed relative to that.\nDocuSign does not currently provide tools to derive the offset values. Determination of the proper offset will likely require some trial-and-error.\n\n### Rules for working with anchor tags\n\nWhen anchor tabs are used, all documents in the envelope are searched for the `anchorString` property.\n\n* You set the text of the anchor string in the `anchorString` property. DocuSign tabs are created for each instance of the `anchorString` property within the document, so special care must be taken to establish unique anchor strings that do not result in unintentional tabs.\n* You cannot use the same anchored tab for different recipients for the same document.\n* The DocuSign system cannot search for text that is embedded in an image when checking for anchor strings.\n* X or Y offsets supplied for a tab apply to all instances of the tab in the document. To use different offsets at different locations in the document for the same recipient, create multiple, unique anchor tabs.\n* If the Y offset value of an anchor string would force a tab outside of the page boundaries, the tag is placed at the page boundary. If the X offset value places a tab outside of the page boundaries, the error message `Invalid_User_Offset` is sent. The error message includes the X offset that resulted in the error.\n* The system does not support an anchor string embedded in the form of a PDF X-object in the document.\n* The system does not re-flow the text that surrounds the anchor tabs. It is the responsibility of the document author to provide sufficient white space to contain the potential width of the ultimate tab value.\n\n### Tips and Tricks\n\nThe following are tips for effective use of anchor tags:\n* In order to avoid unintentional conflicts between text contained in an `anchorString` property and the text that naturally exists in documents, establish a codified syntax for the anchor string text that is unlikely to appear elsewhere in a document.\n* Develop an extensible and consistent syntax that can be used across multiple document types.\n* Especially for documents that have variable numbers of tabs or signers, author the source document to include hidden anchor tabs for all potential signers/permutations. Then, control the tabs that are actually placed by including/excluding the anchor tabs in the request. This approach allows a single document to be used for all use cases instead of maintaining separate documents for each scenario.\n\n## Automatically Populating Tabs\n\nIf you want similar tab types\nto automatically populate with the same data,\nyou must follow these guidelines:\n\n* Each `tabLabel` entry must have the characters\n `\\\\*` in front of the label.\n If you omit the `\\\\*` prefix,\n only the first occurrence of the tab is populated.\n\n When automatically populating tabs,\n the `tabLabel` must not contain any spaces.\n In the JSON example below,\n the Text tabs properties `StudentLastName` and `StudentFirstName`\n will be auto-populated as specified (\"Doe\" and \"John\")\n each place they appear throughout the envelope.\n\n ```\n \"tabs\": {\n \"textTabs\": [\n {\n \"tabLabel\": \"\\\\*StudentLastName\",\n \"value\": \"Doe\"\n },\n {\n \"tabLabel\": \"\\\\*StudentFirstName\",\n \"value\": \"John\"\n }]\n }\n ```\n\n* Note that `\\\\*` matches _anything_. If you were to add\n another tab with the `tabLabel` set to `\\\\*Name` to the\n example above, it would end up matching the other two\n labels as well.\n\n* Each occurrence of the tab must have identical properties.\n\n For example, suppose there are two Text tabs in a document,\n each with `tabLabel` set to `Name`.\n If one tab has the `bold` property set to **true**,\n and the other has the `bold` property set to **false**,\n only the first one will be populated.\n In order to automatically populate both occurrences\n of the `Name` Text tabs,\n the `bold` property must be set to the same value for both tabs.\n" }, { "name": "EnvelopeDocumentTabs", "description": "The EnvelopeDocumentTabs resource provides methods that enable you to manage tabs in envelopes. For a complete list of options, see the following Properties section." }, { "name": "TemplateDocumentTabs", "description": "The EnvelopeDocumentTabs resource provides methods that enable you to manage tabs in a template." }, { "name": "EnvelopeViews", "description": "The `EnvelopeViews` resource provides methods that return URLs that you can embed into your application to provide access to the DocuSign UI.\n\nThe following Envelope Views are available:\n\n- Console View: The authentication view of the DocuSign UI.\n- Correct View: The correction view of the DocuSign UI.\n- Edit View: The editing view of the DocuSign UI.\n **Note**: This provides the same functionality as the sender view.\n- Recipient View: The view the recipient sees in the DocuSign UI.\n- Shared Recipient View: The view a user sees of a shared envelope in the DocuSign UI.\n- Sender View: The sending view of the DocuSign UI." }, { "name": "AccountSealProviders", "description": "" }, { "name": "Accounts", "description": "The Accounts resource provides methods that allow you to create, delete, and manage your accounts." }, { "name": "AccountSignatureProviders", "description": "Standards-Based Signatures (SBS) is the label used to describe DocuSign's suite of signatures that comply with regional and industry regulations, such as the electronic IDentification, Authentication and trust Services (eIDAS) regulation in Europe.\n\n## Feature Differences When Using Standards-Based Signatures\n\nSome DocuSign features are not compatible with Standards-Based Signatures, while others work somewhat differently. It's important to understand these key differences.\n\n### DocuSign Features Not Compatible with SBS\n\n- Attachment by fax\n- Concatenation of signer attachments\n- Legacy digital signatures\n- Markup\n- Notary\n\n### DocuSign Features That Change with SBS\n\nThe following features work slightly differently with SBS:\n\n- **Advanced Correct**: After the first signature, adding or deleting a field is not allowed. This behavior occurs because SBS does not allow adding or removing form fields after a digital signature has already been applied to a PDF.\n- **Downloading Combined Envelopes**: A combined PDF is not digitally signed. This behavior occurs because concatenating digitally signed PDFs breaks the digital signatures on the PDFs.\n- **Freeform Signing**: After someone has signed, allows only signature and initials on free-form. This behavior occurs because if another signer has already signed the document, adding fields other than signature fields will break the existing digital signatures on the document.\n- **Watermarks**: All watermarks are added as PDF annotations. This behavior occurs because burning the watermark into the PDF will break the digital signatures on the document.\n- **Wet Signing**: Wet-signed documents are added as new documents to envelopes. This behavior results in the uploaded or faxed, physically signed document being added as a new document to the envelope. This new document gets only a platform seal.\n\nFor more information, see [Standards Based Signatures](https://developers.docusign.com/esign-rest-api/guides/standards-based-signatures)." }, { "name": "BillingPlans", "description": "The Billing resource provides methods that allow you to manage the billing plans,associated with an account." }, { "name": "Invoices", "description": "The Invoices resource provides methods that allow you to manage the invoices for an account." }, { "name": "Payments", "description": "The Payments resource provides methods that allow you to manage payments for an account.\n\nThese calls can only be used by users with account administrator privileges." }, { "name": "CloudStorage", "description": "The CloudStorage resource provides methods that allow you to list files stored on your cloud storage provider." }, { "name": "CloudStorageProviders", "description": "The following providers are supported:\n\n* Google Drive\n* Dropbox\n* Box\n* Evernote\n* OneDrive\n\nTo use cloud storage files, you must first give DocuSign access to your cloud storage provider. You can disconnect authorized a cloud storage provider at any time." }, { "name": "ConnectConfigurations", "description": "The `ConnectConfigurations` resource enables you to configure the DocuSign Connect service for your account.\n\nYou can use this resource to configure account-level webhooks that send notifications about every envelope sent from your account. You can set account-level webhooks to listen for events for envelopes sent by a specific user on your account, by multiple specific users, or from any of the users on your account. These events will be tracked, and can be delivered to a listening application.\n\n**Note**: To use DocuSign Connect, it must be enabled in your DocuSign account. It is not enabled by default.\n\n## Aggregated Messages\n\nTo avoid duplicate simultaneous events, you can configure Connect to aggregate similar events into a single delivery. By default, aggregation is enabled on all Connect configurations. Similar or simultaneous events will be aggregated so your listener doesn't receive extraneous messages. \n\nFor example, when the final recipient signs an envelope, the system delivers a single, aggregated Connect event, rather than separate Recipient: complete and Envelope: complete messages. This aggregation process ensures that you only receive the minimal viable number of messages about an envelope's life cycle. \n\n## Send Individual Messages\n\nWhen you enable Send Individual Messages (SIM) mode on a Connect configuration, DocuSign will deliver notifications for all envelope events individually. In contrast with aggregated messages, when a final recipient completes an envelope, your listener will receive a single Recipient: complete event followed by a single Envelope: complete event for the final participating party on the agreement. If you need more granular control over event notifications, you can enable SIM mode in the Admin area of the RADmin console. For more information about SIM mode, see [Using Connect's New Send Individual Messages Feature](https://www.docusign.com/blog/dsdev-connect-send-individual-messages/).\n\n**Note**: To create an envelope-level webhook instead of using account-level webhooks, use the Envelopes::Create method and add an `eventNotification` object to an envelope object." }, { "name": "ConnectEvents", "description": "The ConnectEvents resource provides methods that allow you to read, delete, and republish the connect logs associated with an envelope." }, { "name": "CustomTabs", "description": "The CustomTabs resource provides methods that allow you create and manage custom tabs based on the existing DocuSign tabs.\n\nYou can create a tab with pre-defined properties, such as a text tab with a certain font type and validation pattern. Users can access the custom tabs when sending documents through the DocuSign web application.\n\nCustom tabs can be created based on the approve, checkbox, company, date, date signed, decline, email, email address, envelope ID, first name, formula, full name, initial here, last name, list, note, number, radio, sign here, signer attachment, SSN, text, title, and zip tabs." }, { "name": "RequestLogs", "description": "The RequestLogs resource provide methods that allow you to retrieve and delete the API request log files.\n\nThe log files contain the API requests associated with your integration. They can aid you in troubleshooting specific issues within an integration, or if DocuSign Support requests an API trace log. " }, { "name": "Resources", "description": "The Resources resource provides a method which retrieves the base resources that are available." }, { "name": "Services", "description": "The Services resource provides a method that allow you to retrieve the available service versions." }, { "name": "EnvelopeConsumerDisclosures", "description": "The `EnvelopeConsumerDisclosures` resource provides methods that enable you to retrieve the Electronic Record and Signature Disclosure (ERSD) for an envelope recipient. This is the disclosure that displays to each new recipient who is going to sign or add other information, or who is required to view the documents you send to them. The recipient must read and agree to the terms of the disclosure before they can access and take action on the documents you send. The ERSD does not apply to copy-only recipients, but does apply to recipients who must sign or view your documents.\n\nYou can retrieve either the default ERSD that DocuSign provides for U.S.-based transactions, or a custom ERSD.\n\n## Languages\n\nYou specify the language of the disclosure version that you want to retrieve by using the `langCode` parameter.\n\n**Important**: The system does not translate the ERSD for you. An account administrator must create a version of the account-level disclosure for each language that your signers use. \n\nFor more information, see [Legal Disclosure](https://support.docusign.com/en/guides/ndse-admin-guide-legal-disclosure)." }, { "name": "EnvelopeDocuments", "description": "\n\n\nThe EnvelopeDocuments resource provides methods\nthat manage documents in an envelope.\nYou can:\n* add one or more documents to the envelope\n* retrieve one or more documents from the envelope\n* delete documents from the envelope\n\nAll of the methods in this resource\noperate on on an existing envelope.\nBefore you can add documents\nto an envelope,\nyou must first create it\nwith the [Envelopes: create][envelopescreate] method. \n\n\n[envelopescreate]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/\n\n" }, { "name": "EnvelopeEmailSettings", "description": "The EnvelopeEmailSettings provide methods that allow you to manage the email override settings for an envelope.\n\nEmail override settings change the reply to email address, name, or the BCC for email archive information, for the envelope. Note that changing email settings will only affect email communications that occur after the addition was made.\n\nThe BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type." }, { "name": "Envelopes", "description": "The Envelope resource provides methods that allow you to manipulate and monitor envelopes. \n\nOnce you have authenticated the user you can use the Envelopes: createEnvelope method to create an envelope. You can call the EnvelopeDocuments: update or EnvelopeDocuments: updateList method to add additional documents.\n\nSetting the `status` property on the envelope to `sent` allows you to send it or `created` to save it as a draft.\n\nYou can receive envelope event notifications by setting the `eventNotification` properties. When the envelope or recipient status changes to one of the specified status codes, a notification is sent to a URL that you specify.\n\nIf you have an envelope that you have previously saved, you can modify the subject and message, send it, void it, or place it in the purge queue using the Envelope: update method.\n\nIn addition to receiving notifications you can monitor the status of the envelopes using the following methods:\n* Envelope: getEnvelope - To get the status of a envelope. \n* Envelope: listStatus - To get the envelope status for a set of envelopes.\n* Envelope: listStatusChanges - To get status changes information for one or more envelopes. \n\nIf you need to delete a page from a document in an envelope, use the Envelope: deleteDocumentPage method.\n\nThe resource also includes a number of methods that allow you to retrieve and set the initials and signature for certain types of recipients on the document." }, { "name": "EnvelopeTemplates", "description": "The EnvelopeTemplates resource provides methods that allow you to add and delete templates on envelopes and documents." }, { "name": "Folders", "description": "The Folders resource provides methods that allow you to view contents of folders on the account and move envelopes between folders." }, { "name": "GroupBrands", "description": "For the custom groups you define for your account, you can assign brands to specify the ones that group members can use. Group members can use the available brands when they send envelopes or create templates. For more information, see [Assign Brands to Groups](https://support.docusign.com/en/guides/ndse-admin-guide-assign-brands-to-groups)." }, { "name": "Groups", "description": "The Groups resource provides methods that allow you to manage groups for the account.\n\nGroups can be used to help manage users by associating users with a group. A group can be associated with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but this makes it easier to manage user permissions for a large number of users. Groups can also be used with template sharing to limit user access to templates." }, { "name": "GroupUsers", "description": "The GroupUsers resource provides methods that allow you to manage the users in a group." }, { "name": "SigningGroups", "description": "The SigningGroups resource provides methods that allow you manage signing groups.\n\nSigning Groups allow you to create a group of people to which an envelope is sent. Any member of that group can open an envelope and sign the documents in the envelope with their own signature, even though a signature field was not directly assigned to them. When the Signing Group option is used, group members that open and sign the envelope are tracked in the envelope history and certificate.\n\nWhen one group member opens the envelope, it is temporarily locked and if other members try to open the envelope they will see a message saying the envelope is currently opened. If the group member exits the envelope without finishing the lock expires, allowing other group members to open and complete the envelope.\n\nWhen the envelope is complete, all members of the group will receive a completed notification and can access the completed envelope. \nThe envelope history and Certificate of Completion will show that the envelope was sent to a signing group and record which members viewed and signed the envelope.\n\nAn account can have a maximum of 50 signing groups. Each signing group can have a maximum of 50 group members.\n\nThe Signing Groups feature is only supported in certain DocuSign Enterprise and System Automated Premium plans. Your account might not support this option. To access this functionality, contact your Account Manager or DocuSign Support (support@docusign.com) for assistance.\n\nFor more information, see [Signing Groups](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups)." }, { "name": "SigningGroupUsers", "description": "The SigningGroupUsers resource provides methods that allow you to manage users in Signing Groups." }, { "name": "TemplateRecipients", "description": "The TemplateRecipients resource allows you manage the recipients of an template.\n\nThe exact parameters associated with a recipient depend on the recipient type. There are seven recipient types: Agents, Carbon Copies, Certified Deliveries, Editors, In Person Signers, Intermediaries, and Signers.\n\nNot all recipients are are available to all account types, review you account plan to determine which recipient types are available to you. If you are working in the Demo environment, all recipient types are available.\n\nEach recipient type is described below:\n\n[Agents](#agents): This recipient can add name and email information for recipients that appear after the recipient in routing order.\n\n[Carbon Copies](#carboncopies): Use this action if the recipient should get a copy of the template, but the recipient does not need to sign, initial, date or add information to any of the documents. This type of recipient can be placed in any order in the recipient list. The recipient receives a copy of the template when the template reaches the recipient's order in the process flow and when the template is completed.\n\n[Certified Deliveries](#certifiedDeliveries): Use this action if the recipient must receive the completed documents for the template to be completed, but the recipient does not need to sign, initial, date or add information to any of the documents.\n\n[Editors](#editors): This recipient has the same management and access rights for the template as the sender and can make changes to the template as if they were using the Advanced Correct feature. This recipient can add name and email information, add or change the routing order and set authentication options for the remaining recipients. Additionally, this recipient can edit signature/initial tabs and data fields for the remaining recipients. The recipient must have a DocuSign account to be an editor.\n\n[In Person Signers](#inPerson): Use this action if the signer is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.\n\n[Intermediaries](#intermediaries): This recipient can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).\n\n[Signers](#signers): Use this action if your recipient must sign, initial, date or add data to form fields on the documents in the template.\n\n### Core JSON Layout\n\nThe following shows the core JSON layout for a recipient.\n\n```\n\"email\": \"email.name@company.com\",\n \"name\": \"recipient name\",\n \"accessCode\": \"\",\n \"addAccessCodeToEmail\": false,\n \"clientUserIs\": null,\n \"embeddedRecipientStartURL\": \"string\",\n \"customFields\": {\n \"sample string 1\",\n \"sample string 2\"\n },\n \"emailNotification\"{\n \"emailBody\":\"email text\",\n \"emailSubject\":\"Subject text\",\n \"supportedLanguage\":\"en\",\n },\n \"excludedDocuments\": [\"2\", \"4\"],\n \"idCheckConfigurationName\": null,\n \"idCheckInformationInput\": {\n \"addressInformationInput\": {\n \"addressInformation\": {\n \"street1\": \"sample string 1\",\n \"street2\": \"sample string 2\",\n \"city\": \"sample string 3\",\n \"state\": \"sample string 4\",\n \"zip\": \"sample string 5\",\n \"zipPlus4\": \"sample string 6\"\n },\n \"displayLevelCode\": \"sample string 1\",\n \"receiveInResponse\": \"sample string 2\"\n },\n \"dobInformationInput\": {\n \"dateOfBirth\": \"sample string 1\",\n \"displayLevelCode\": \"sample string 2\",\n \"receiveInResponse\": \"sample string 3\"\n },\n \"ssn4InformationInput\": {\n \"ssn4\": \"sample string 1\",\n \"displayLevelCode\": \"sample string 2\",\n \"receiveInResponse\": \"sample string 3\"\n },\n \"ssn9InformationInput\": {\n \"ssn9\": \"sample string 1\",\n \"displayLevelCode\": \"sample string 2\"\n }\n },\n \"inheritEmailNotificationConfiguration\": false,\n \"note\": \"\",\n \"phoneAuthentication\": {\n \"recipMayProvideNumber\": \"sample string 1\",\n \"validateRecipProvidedNumber\": \"sample string 2\",\n \"recordVoicePrint\": \"sample string 3\",\n \"senderProvidedNumbers\": [\n \"sample string 1\",\n \"sample string 2\"\n ]\n },\n \"recipientAttachment\": null,\n \"recipientCaptiveInfo\": null,\n \"recipientId\": \"1\",\n \"requireIdLookup\": false,\n \"roleName\": \"\",\n \"routingOrder\": 1,\n \"samlAuthentication\": {\n \"samlAssertionAttributes\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n },\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ]\n },\n \"smsAuthentication\": {\n \"senderProvidedNumbers\":[\n \"sample string 1\",\n \"sample string 2\"\n ]\n },\n \"socialAuthentications\": null,\n \"templateAccessCodeRequired\": false,\n \"templateLocked\": false,\n \"templateRequired\": false,\n...\n```\n\n### Core Recipient Parameters\n\nThe following table contains the descriptions for the core properties for a recipient.\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| email | Yes | Email | Email of the recipient. Notification will be sent to this email id.
Maximum Length: 100 characters. |\n| name | Yes | String | Full legal name of the recipient.
Maximum Length: 100 characters. |\n| accessCode | No | String | This optional element specifies the access code a recipient has to enter to validate the identity.
Maximum Length: 50 characters. |\n| addAccessCodeToEmail | No | Boolean | This optional attribute indicates that the access code is added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. |\n| clientUserId | No | String | This specifies whether the recipient is embedded or remote.
If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending. |\n| embeddedRecipientStartURL | No | String | This is a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would, but when the document link in the email is clicked the recipient is redirected, through DocuSign, to this URL to complete their actions. When routing to the URL, it is up to the sender's system (the server responding to the URL) to then request a recipient token to launch a signing session.
If the value `SIGN_AT_DOCUSIGN` is used for this node, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that would be launched by any partner.
It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application and DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets the `EmbeddedRecipientStartURL` property to `SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) be used to verify the identity of the recipient.
If the `clientUserId` property is NOT set and the `embeddedRecipientStartURL` property is set, DocuSign ignores the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the `embeddedRecipientStartURL` property using merge fields. The available merge fields items are: templateId, recipientId, recipientName, recipientEmail, and customFields. The customFields must be part of the recipient or template. The merge fields are enclosed in double brackets.
_Example_:
`http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` |\n| customFields | No | customField |An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the template status but otherwise not used by DocuSign. String `customField` properties have a maximum length of 100 characters. |\n| emailNotification | No | emailNotification | An optional complex type that has information for setting the language for the recipient's email information. It is composed of three elements:
*emailBody*: a string with the email message sent to the recipient.
Maximum Length: 10000 characters.
*emailSubject*: a string with the subject of the email sent to the recipient.
Maximum Length: 100 characters.
*supportedLanguage*: The simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi).
**IMPORTANT**: If this is enabled for one recipient, it overrides the Template Subject and `EmailBlurb` property settings. Also, you must set the `emailNotification` property for all recipients. |\n| excludedDocuments | No | Array of Strings | Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the enforceSignerVisibility property must be set to true for the template to use this.
When the enforceSignerVisibility property is set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an template, unless they are specifically excluded using this setting when an template is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an template is sent. |\n| idCheckConfigurationName | No | String |Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient). This overrides any default authentication setting.
_Example_:
Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an template, the `idCheckConfigurationName` property must be set to `ID Check $`. To use SMS, it must be set to `SMS Auth $` and you must add phone number information to the `smsAuthentication` node.|\n| iDCheckInformationInput | No | IdCheckInformationInput | This complex element contains input information related to a recipient ID check. It can include the following information.
*addressInformationInput*: Used to set recipient address information and consists of:
*addressInformation*: consists of six elements, with street2 and zipPlus4 being optional. The elements are: street1, street2, city, state, zip, zipPlus4\\. The maximum number of characters in each element are: street1/street2 = 150 characters, city = 50 characters, state = 2 characters, and zip/zipPlus4 = 20 characters.
displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*dobInformationInput*: Used to set recipient date of birth information and consists of:
*dateOfBirth*: Specifies the recipient's date, month and year of birth.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*ssn4InformationInput*: Used to set the last four digits of the recipient's SSN information and consists of:
*ssn4*: Specifies the last four digits of the recipient's SSN.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
*receiveInResponse*: A Boolean element that specifies if the information needs to be returned in the response.
*ssn9InformationInput*: Used to set the recipient's SSN information. Note that the ssn9 information can never be returned in the response. The ssn9 input consists of:
*ssn9*: Specifies the recipient's SSN.
*displayLevelCode*: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay. |\n| inheritEmailNotificationConfiguration | No | Boolean | Optional element. If true and the template recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. |\n| note | No | String | A note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen.
Maximum Length: 1000 characters. |\n| phoneAuthentication | No | RecipientPhoneAuthentication | Optional element. Contains the elements:
*recipMayProvideNumber*:Boolean. When set to **true** thenrecipient can use whatever phone number they choose to.
*senderProvidedNumbers*: ArrayOfString. A list of phone numbers the recipient can use.
*recordVoicePrint* - Reserved
*validateRecipProvidedNumber* - Reserved| |\n| recipientAttachment | No | Attachment | Reserved |\n| recipientId | No | String | Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. |\n| requireIdLookup | No | Boolean | When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. |\n| roleName | No* | String | Optional element. Specifies the role name associated with the recipient.
This is required when working with template recipients. |\n| routingOrder | Yes | String | This element specifies the routing order of the recipient in the template. |\n| samlAuthentication | No | samlAssertionAttributes | Optional element, account must be set up to use SSO to use this. Contains the name/value pair information for the SAML assertion attributes:
*name*: The name of the SAML assertion attribute.
*value*: The value associated with the named SAML assertion attribute. |\n| smsAuthentication | No | senderProvidedNumbers | Optional element. Contains the element:
*senderProvidedNumbers*: Array that contains a list of phone numbers the recipient can use for SMS text authentication. |\n| socialAuthentications | No | Boolean | Lists the social ID type that can be used for recipient authentication. |\n| templateAccessCodeRequired | No | Boolean | Optional element. Used only when working with template recipients. When set to **true** and the `TemplateLocked` parameter is set to **true**, the sender must enter an access code. |\n| templateLocked | No | Boolean | Optional element. Used only when working with template recipients. When set to **true**, the sender cannot change any attributes of the recipient. |\n| templateRequired | No | Boolean | Optional element. Used only when working with template recipients. When set to **true**, the sender may not remove the recipient. |\n\n## Agents Recipient\n\nThis recipient can add name and email information for recipients that appear after the recipient in routing order.\n\n#### Example Agents layout\n\n```\n\"agents\": [{\n\n \"canEditRecipientEmails\": false,\n \"canEditRecipientNames\": false\n}],\n```\n\nThe additional parameters for Agents recipient are shown below:\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| canEditRecipientEmails | No | Boolean | Optional element. When set to **true**, the Agents Recipient associated with this Recipient can change the Recipient's pre-populated Email address. This element is only active if enabled for the account. |\n| canEditRecipientNames | No | Boolean | Optional element. When set to **true**, the Agents Recipient associated with this recipient can change the recipient's pre-populated name (`UserName`). This element is only active if enabled for the account. |\n\n## Carbon Copies Recipient\n\nUse this type if the recipient should get a copy of the template, but the recipient does not need to sign, initial, date, or add information to any of the documents. This type of recipient can be placed in any order in the recipient list. The recipient receives a copy of the template when the template reaches the recipient's order in the process flow and when the template is completed.\n\n#### Example Carbon Copies layout\n\n```\n\"carbonCopies\": [{\n \n```\n\nThe Carbon Copies recipient uses only the core parameters.\n\n## Certified Deliveries Recipient\n\nUse this action if the recipient must receive the completed documents for the template to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.\n\n#### Example Certified Deliveries layout\n\n```\n\"certifiedDeliveries\": [{\n \n}],\n```\nThe Certified Deliveries recipient uses only the core parameters.\n\n## Editors Recipient\n\nThis recipient has the same management and access rights for the template as the sender and can make changes to the template as if they were using the Advanced Correct feature. This recipient can add name and email information, add or change the routing order and set authentication options for the remaining recipients. Additionally, this recipient can edit signature/initial tabs and data fields for the remaining recipients. The recipient must have a DocuSign account to be an editor.\n\n#### Example Editors layout\n\n```\n\"editors\": [{\n \n \"canEditRecipientEmails\": false,\n \"canEditRecipientNames\": false\n}],\n```\n\nThe additional parameters for Editors recipient are shown below:\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| canEditRecipientEmails | No | Boolean | Optional element. When set to **true**, the Editors Recipient associated with this Recipient can change the Recipient's pre-populated Email address. This element is only active if enabled for the account. |\n| canEditRecipientNames | No | Boolean | Optional element. When set to **true**, the Editors Recipient associated with this recipient can change the recipient's pre-populated name (`UserName`). This element is only active if enabled for the account. |\n\n## In Person Signers Recipient\n\nUse this type if the signer is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.\n\n#### Example In Person Signers layout\n\n```\n\"inPersonSigners\": [{\n \"hostEmail\": \"signing.host@company.com\",\n \"hostName\": \"Mike Host\",\n \n \"autoNavigation\": false,\n \"defaultRecipient\": false,\n \"signInEachLocation\": false,\n \"signatureInfo\": null,\n \"signerEmail\": \"signer.name@company.com\",\n \"signerName\": \"MC Clap Your Hands\",\n \"tabs\": {\n \"approveTabs\": null,\n \"checkboxTabs\": null,\n \"companyTabs\": null,\n \"dateSignedTabs\": null,\n \"dateTabs\": null,\n \"declineTabs\": null,\n \"emailTabs\": null,\n \"templateIdTabs\": null,\n \"fullNameTabs\": null,\n \"initialHereTabs\": null,\n \"listTabs\": null,\n \"noteTabs\": null,\n \"numberTabs\": null,\n \"radioGroupTabs\": null,\n \"signHereTabs\": [{\n \"signerAttachmentTabs\": null,\n \"ssnTabs\": null,\n \"textTabs\": null,\n \"titleTabs\": null,\n \"zipTabs\": null\n }\n}],\n```\n\nThe additional and changed parameters for In Person Signers recipient are shown below:\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| hostEmail | Yes | Email | Required element for In Person Signers recipient Type.
Maximum Length: 100 characters.
Specifies the email for the signing host. |\n| hostName | Yes | String | Required element for In Person Signers recipient Type.
Maximum Length: 100 characters.
Specifies the email for the signing host.|\n| autoNavigation | No | Boolean | Specifies whether auto navigation is set for the recipient.|\n| defaultRecipient | No | Boolean | When set to **true**, this is the default recipient for the template. This option is used with the CreateTemplateFromTemplatesAndForms method. |\n| signInEachLocation | No | Boolean | When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once). |\n| signatureInfo | No | String | Optional element only used with recipient types In Person Signers and Signers.
Allows the sender to pre-specify the signature name, signature initials, and signature font used in the signature stamp for the recipient. |\n| signerEmail | No | String | Optional element. The email address for an InPersonSigner recipient Type.
Maximum Length: 100 characters. |\n| signerName | Yes | String | Required element with recipient type In Person Signers.
Maximum Length: 100 characters.
The full legal name of a signer for the template. |\n| tabs | No | Tab | Optional element only used with recipient types In Person Signers and Signers.
Specifies the Tabs associated with the recipient. See the See the the [EnvelopeRecipientTabs resource](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs) for more information about tabs. for more information about tabs. |\n\n## Intermediaries Recipient\n\nThis recipient can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).\n\n#### Example Intermediaries layout\n\n```\n\"intermediaries\": [{\n\n \"canEditRecipientEmails\": false,\n \"canEditRecipientNames\": false\n}],\n```\n\nThe parameters for Intermediaries recipient are shown below:\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| canEditRecipientEmails | No | Boolean | Optional element. When set to **true**, the Agents Recipient associated with this Recipient can change the Recipient's pre-populated Email address. This element is only active if enabled for the account. |\n| canEditRecipientNames | No | Boolean | Optional element. When set to **true**, the Agents Recipient associated with this recipient can change the recipient's pre-populated name (`UserName`). This element is only active if enabled for the account. |\n\n## Signers Recipient\n\nUse this action if your recipient must sign, initial, date, or add data to form fields on the documents in the template.\n\n#### Example Signers layout\n\n```\n\"Signers\": [{\n \n \"autoNavigation\": false,\n \"defaultRecipient\": false,\n \"signInEachLocation\": false,\n \"signatureInfo\": null,\n \"tabs\": {\n \"approveTabs\": null,\n \"checkboxTabs\": null,\n \"companyTabs\": null,\n \"dateSignedTabs\": null,\n \"dateTabs\": null,\n \"declineTabs\": null,\n \"emailTabs\": null,\n \"templateIdTabs\": null,\n \"fullNameTabs\": null,\n \"initialHereTabs\": null,\n \"listTabs\": null,\n \"noteTabs\": null,\n \"numberTabs\": null,\n \"radioGroupTabs\": null,\n \"signHereTabs\": [{\n \"signerAttachmentTabs\": null,\n \"ssnTabs\": null,\n \"textTabs\": null,\n \"titleTabs\": null,\n \"zipTabs\": null\n }\n \"deliveryMethod\":\"\",\n \"deliveredDateTime\":\"String Content\",\n \"signedDateTime\":\"String Content\",\n \"offlineAttributes\":{\n \"deviceName\":\"String Content\",\n \"deviceModel\":\"String Content\",\n \"gpsLatitude\":\"String Content\",\n \"gpsLongitude\":\"String Content\",\n \"accountEsignId\":\"String Content\"\n }\n}],\n```\n\nThe additional parameters for Signers recipient are shown below:\n\n| Name | Required? | Schema Type | Description |\n| --- | --- | --- | --- |\n| autoNavigation | No | Boolean | Specifies whether auto navigation is set for the recipient.|\n| defaultRecipient | No | Boolean | When set to **true**, this is the default recipient for the template. This option is used with the CreateTemplateFromTemplatesAndForms method. |\n| signInEachLocation | No | Boolean | When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab (instead of adopting a signature/initial style or only drawing a signature/initial once). |\n| signatureInfo | No | String | Optional element only used with recipient types In Person Signers and Signers.
Allows the sender to pre-specify the signature name, signature initials, and signature font used in the signature stamp for the recipient. |\n| signerEmail | No | String | Optional element. The email address for an InPersonSigner recipient Type.
Maximum Length: 100 characters. |\n| signerName | Yes | String | Required element with recipient type In Person Signers.
Maximum Length: 100 characters.
The full legal name of a signer for the template. |\n| tabs | No | Tab | Optional element only used with recipient types In Person Signers and Signers.
Specifies the Tabs associated with the recipient. See the See the [EnvelopeRecipientTabs resource](https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs) for more information about tabs. section for more information about tabs. |\n| deliveryMethod | No | String | Reserved: For DocuSign use only.|\n| deliveredDateTime | No | DateTime | Reserved: For DocuSign use only. |\n| signedDateTime | No | DateTime | Reserved: For DocuSign use only. |\n| offlineAttributes | No | | Reserved: For DocuSign use only.|\n" }, { "name": "TemplateBulkRecipients", "description": "The TemplateBulkRecipients resource provide methods that allow you manage the bulk recipient file for an template.\n\nThe bulk recipient CSV (Comma Separated Value) file contains the list of recipient names and email addresses that you can add to an template to send the same document to a large number of recipients.\n \nThe required and optional information that can be included the file is described in the BulkEnvelope: updateRecipients method" }, { "name": "TemplateCustomFields", "description": "The TemplateCustomFields resource provides methods that allow you manage custom fields in an template. \n\nCustom fields can be used in the templates for your account to record information about the template, help search for templates and track information. The template custom fields are shown in the Template Settings section when a user is creating an template in the DocuSign member console. The template custom fields are not seen by the template recipients.\n\nThere are two types of custom fields:\n\n- `text`: Enables the sender to enter the value for the field. \n- `list`: Enables the sender to select the value of the field from a predetermined list." }, { "name": "TemplateDocumentFields", "description": "The TemplateDocumentFields resource provides methods that allow you to manage custom fields on a document.\n\nYou can create custom versions of standard fields that combine of field properties, such as font type or size, or a validation setting. \n\nNote: Some advanced features and options are supported only in certain DocuSign plans. Your account plan might not support some options discussed in this help topic. For more information about which options are available for your account, check your account plan or contact your Account Manager." }, { "name": "TemplateDocuments", "description": "\n\n\nThe TemplateDocuments resource provides methods\nthat manage documents in a template.\nYou can:\n* Add one or more documents to the template\n* Retrieve one or more documents from the template\n* Delete documents from the template\n\nAll of the methods associated with this resource\noperate on an existing template.\nBefore you can add documents\nto a template,\nyou must first create it\nwith the [Templates:: Create][templatescreate] method. \n\n[templatescreate]: https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create/\n" }, { "name": "TemplateLocks", "description": "The TemplateLocks resource provides methods that enable you to manage locks on an template.\n\nTo prevent users from changing a template while another user is modifying it, you can lock the template and set the time until the lock expires.\n\nFor example, you would use the following flow:\n\n1. Lock the template.\n2. Make changes to template.\n3. Delete the template lock and save the changes. If the template has a password, you must supply the password to save the changes.\n\n**Note**: To use template locks, the user must have template locking capability enabled." }, { "name": "Templates", "description": "The Template resource provides methods that allow you to manipulate and monitor templates. \n\nOnce you have authenticated the user you can use the Templates: createTemplate method to create a template. You can call the TemplateDocuments: update or TemplateDocuments: updateList method to add more documents.\n\nIf you have a template that you have previously saved, you can modify the subject and message, send it, void it, or purge it from the DocuSign system using the Template: update method.\n\nIn addition to receiving notifications, you can monitor the status of the templates using the following methods:\n\n* Template: getTemplate - Gets the status of a template. \n* Template: listStatus - Gets the status for a set of templates.\n* Template: listStatusChanges - Gets status change information for one or more templates. \n\nIf you need to delete a page from a document in a template, use the Template: deleteDocumentPage method.\n\nThe resource also includes a number of methods that allow you to retrieve and set the initials and signature for certain types of recipients on the document." }, { "name": "TemplateRecipientTabs", "description": "\n\n\nThe TemplateRecipientTabs resource provides methods that let you\nadd,\nupdate,\nand delete tabs\nfrom an envelope.\nTabs are associated with a specific recipient\nin an envelope\nand are only used by the recipient types\nIn Person Signers and Signers. \n\n\n## Tab Types\n\nThis table lists the available tab types.\n\n
\n\n\n| Tab Type | Description |\n| :------- | :---------- |\n| Approve Tab | Place this tab on the document if you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tab during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. |\n| Checkbox Tab | Place this tab on the document in a location where the recipient can select a yes/no (on/off) type option. |\n| Company Tab | Place this tab on the document where you want the recipient's company name to appear. |\n| Date Signed Tab | Place this tab on the document where you want the date the recipient signed the document to appear. |\n| Date Tab | Place this tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. |\n| Decline Tab | Place this tab on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tab during the signing process, the envelope is voided. |\n| Email Address Tab | Place this tab on a document where you want the recipient's email, as entered in the recipient information, to appear. |\n| Email Tab | This is a single-line field that accepts all characters. |\n| Envelope ID Tab | Place this tab on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab. It is for informational purposes only. |\n| First Name Tab | Place this tab on a document where you want the recipient's first name to appear. This tab splits the recipient's name (as entered in the recipient information) into sections based on spaces and uses the first section as the first name. |\n| Formula Tab | This tab is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tab. The formula tab calculates and displays a new value when changes are made to the reference tab values. The reference tab information and calculation operations are entered in the \"formula\" element. See the Using the Calculated Fields Feature quick start guide or DocuSign Service User Guide for more information about formulas. |\n| Full Name Tab | Place this tab on the document where you want the recipient's full name to appear. |\n| Initial Here Tab | Place this tab where the recipient must initial the document. This tab can be set to be optional. |\n| Last Name Tab | Place this tab on a document where you want the recipient's last name to appear. This tab splits the recipient's name (as entered in the recipient information) into sections based on spaces and uses the last section as the last name. |\n| List Tab | This tab has a list of options that a recipient can select. The `listItems` parameter is used to set the options that can be selected. |\n| Note Tab | Place this tab on the document where you want to add a note for the recipient on a document. |\n| Number Tab | This tab is a field where the recipient can enter numbers and decimal (.) points. |\n| Radio Group Tab | This group tab is used to place radio buttons on a document. The `radios` parameter is used to add and place the radio buttons associated with the group. Only one radio button can be selected in a group. |\n| Sign Here Tab | Place this tab where the recipient must sign the document. This tab can be set to be optional. |\n| Signer Attachment Tab | The signer attachment is where the recipient initiates the process of adding supporting documents to an envelope. |\n| SSN Tab | This tab is a single-line field where the recipient can enter numbers. A Social Security Number can be typed with or without dashes. |\n| Text Tab | This tab is a field where the recipient can enter any type of characters. |\n| Title Tab | Place this tab on the document where you want the recipient's title to appear. |\n| Zip Tab | This tab is a single-line field where the recipient can enter numbers. |\n\n\n## Using Custom Tabs in Envelopes and Templates \n\nCustom Tabs can be added to envelopes and templates\nby setting the `customTabId` property\nwhen creating an envelope or template recipient\nor when adding a new tab for an existing recipient.\nThe custom tab must be added as the correct tab type.\nFor example if the custom tab type is text, it cannot be used as a number tab.\n\nWhen the `customTabId` property is set,\nthe new tab inherits all the custom tab properties.\nRequired information that is not included in the custom tab,\nsuch as document ID and page ID, must be included when adding the tab.\nIf the custom tab does not have anchor settings, the X and Y positions must be included.\n\nAfter the tab is created,\nit is treated as any other tab for updating or deleting. \n\n## Anchoring Tabs\n\nThe tab anchoring option\nallows you to send documents for signature\nthat do not have a fixed layout or format.\nIn these documents you might not know\nthe absolute location of the tabs\nwhen you design your API client application because the tabs must move with text.\nAs an alternative to sending X and Y coordinates for tabs,\nthe DocuSign Service can derive an anchor location for the tab\nby correlating anchor information to data within the document.\n\nWhen the DocuSign Service receives a request that contains tabs\nwith anchor information,\nit searches the document for instances of the `anchorString` property.\nWhen found,\nit places a tab of the specified type for the designated recipient.\nTab positions are established by setting offsets for the tab.\n\nWhen you apply tabs to the document,\nDocuSign does not remove or replace the text in the `anchorString` property. You can hide codified anchors by using the same font color as the background of the document. So the anchor can be used by DocuSign processes and it will not be visible on the document.\n\nTo use an anchoring option:\n\n1. Identify the location in the document by text string. You can use a pre-existing text string or add a new one.\nFor best performance DocuSign recommends using single word anchor strings when possible, especially when there are a large number of pages in the envelope. \nFor example, you might want to add a Sign Here tab to the \"Borrower's Signature\" lines in a document, but that phrase might occur in places in the document where you don't want to tab to appear. In this case, you could add the text \"BorrowerSignHere\" in white font color (so that isn't visible in the document) to all the places you want Sign Here tabs to appear and use \"BorrowerSignHere\" as the anchor string. \n1. Reference the anchor through the `anchorString` property of the tab.\n1. Determine the offset from the anchor string location to where the tab should be placed. \n\nSetting a positive value in the `anchorXOffset` property moves the tab right on the page and positive values in the `anchorYoffset` prove moves the tab down the page. The `anchorUnits` property specifies the units used for the offsets.\nFor Sign Here and Initial Here tabs the bottom-left of the anchor string is equivalent to position (0,0), and the bottom-left of the tab graphic is placed relative to that.\nFor all other tabs the bottom-left of the anchor string is equivalent to position (0,0), and the top-left of the tab graphic is placed relative to that.\nDocuSign does not currently provide tools to derive the offset values. Determination of the proper offset will likely require some trial-and-error.\n\n### Rules for working with anchor tags\n\nWhen anchor tabs are used, all documents in the envelope are searched for the `anchorString` property.\n\n* You set the text of the anchor string in the `anchorString` property. DocuSign tabs are created for each instance of the `anchorString` property within the document, so special care must be taken to establish unique anchor strings that do not result in unintentional tabs.\n* You cannot use the same anchored tab for different recipients for the same document.\n* The DocuSign system cannot search for text that is embedded in an image when checking for anchor strings.\n* X or Y offsets supplied for a tab apply to all instances of the tab in the document. To use different offsets at different locations in the document for the same recipient, create multiple, unique anchor tabs.\n* If the Y offset value of an anchor string would force a tab outside of the page boundaries, the tag is placed at the page boundary. If the X offset value places a tab outside of the page boundaries, the error message `Invalid_User_Offset` is sent. The error message includes the X offset that resulted in the error.\n* The system does not support an anchor string embedded in the form of a PDF X-object in the document.\n* The system does not re-flow the text that surrounds the anchor tabs. It is the responsibility of the document author to provide sufficient white space to contain the potential width of the ultimate tab value.\n\n### Tips and Tricks\n\nThe following are tips for effective use of anchor tags:\n* In order to avoid unintentional conflicts between text contained in an `anchorString` property and the text that naturally exists in documents, establish a codified syntax for the anchor string text that is unlikely to appear elsewhere in a document.\n* Develop an extensible and consistent syntax that can be used across multiple document types.\n* Especially for documents that have variable numbers of tabs or signers, author the source document to include hidden anchor tabs for all potential signers/permutations. Then, control the tabs that are actually placed by including/excluding the anchor tabs in the request. This approach allows a single document to be used for all use cases instead of maintaining separate documents for each scenario.\n\n## Automatically Populating Tabs\n\nIf you want similar tab types\nto automatically populate with the same data,\nyou must follow these guidelines:\n\n* Each `tabLabel` entry must have the characters\n `\\\\*` in front of the label.\n If you omit the `\\\\*` prefix,\n only the first occurrence of the tab is populated.\n\n When automatically populating tabs,\n the `tabLabel` must not contain any spaces.\n In the JSON example below,\n the Text tabs properties `StudentLastName` and `StudentFirstName`\n will be auto-populated as specified (\"Doe\" and \"John\")\n each place they appear throughout the envelope.\n\n ```\n \"tabs\": {\n \"textTabs\": [\n {\n \"tabLabel\": \"\\\\*StudentLastName\",\n \"value\": \"Doe\"\n },\n {\n \"tabLabel\": \"\\\\*StudentFirstName\",\n \"value\": \"John\"\n }]\n }\n ```\n\n* Each occurrence of the tab must have identical properties.\n\n For example, suppose there are two Text tabs in a document,\n each with `tabLabel` set to `Name`.\n If one tab has the `bold` property set to **true**,\n and the other has the `bold` property set to **false**,\n only the first one will be populated.\n In order to automatically populate both occurrences\n of the `Name` Text tabs,\n the `bold` property must be set to the same value for both tabs.\n" }, { "name": "TemplateViews", "description": "The TemplateViews resource\nprovides a method that returns a URL\nthat you can embed in your application\nto generate a template view that uses the DocuSign UI.\n\nOne template view is available:\n\n* Edit View: The DocuSign UI for editing a template.\n\nThis resource is related to the [EnvelopeViews][envelopeviews] resource.\nBoth resources enable you to embed the DocuSign UI into your application.\n\n\n[envelopeviews]: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeViews/\n" }, { "name": "UserCustomSettings", "description": "The UserCustomSettings resource provides methods that allow you to manage the custom settings for a user.\n\nCustom settings are a flexible way to store and retrieve custom user information that can be used in your own system.\n\nThere is a limit on the size for all the custom user settings for a single user. All the custom user settings for a single user is limited to 4,000 characters, which includes the xml and json structure for the settings." }, { "name": "UserProfiles", "description": "The UserProfiles resource provides methods that allow you to manage a user's profile." }, { "name": "Users", "description": "The Users resource provides methods that enable you to manage users for an account.\n\nThe following User methods do not use the `title` property in the Users object:\n\n- create\n- delete\n- deleteProfileImage\n- get\n- getProfileImage\n- getSettings\n- list\n- update\n- updateList\n- updateProfileImag\n- updateSettings \n\nInstead, you can retrieve and set the user's job title by using the UserProfiles:Get and UserProfiles:Update methods. For more information, see [UserProfiles](https://developers.docusign.com/esign-rest-api/reference/Users/UserProfiles)." }, { "name": "UserSignatures", "description": "The UserSignatures resource provides methods that allow you manage the intials and signature images for a user." }, { "name": "Contacts", "description": "DocuSign eSignature includes a contacts list (also referred to as an address book) to help make sending envelopes even easier. When you send an envelope, the recipients' names and email addresses are automatically added to your contacts list. You can use the contacts list to quickly add recipients to the envelopes you send. The `Contacts` resource provides methods that enable you to manage your contacts.\n\n" }, { "name": "EnvelopeAttachments", "description": "The EnvelopeAttachments resource provides methods that allow you to manage attachments.\n" }, { "name": "AccountPermissionProfiles", "description": "An account permission profile is assigned to a group of users, enabling you to set permissions for all of the users in the group at the same time. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. \n\nDocuSign offers the following account permission profiles:\n\n- DocuSign Viewer\n- DocuSign Sender\n- Account Administrator\n\nYou can also create your own custom account permission profiles.\n" }, { "name": "PowerForms", "description": "PowerForms enable you to create self-service documents for signature. A PowerForm is an envelope initiated from a URL that you make available for signers to complete. You can either add a PowerForm to your website or email the URL to recipients. DocuSign saves the data that recipients enter so you can easily integrate it with your other applications.\n\nFor more information, see [Using PowerForms](https://support.docusign.com/en/guides/ndse-user-guide-using-powerforms).\n\n**Note**: PowerForms are available only for DocuSign Enterprise accounts.\n\n\n### Errors\n\nPowerForm methods return the following 404 errors:\n\n- `PowerForms_Recipient_Denied_Documents`: The recipient is denied access to the documents.\n- `PowerForms_DigitalCerts_Shared_Tabs_Not_Allowed`: Shared tags are not allowed because a digital certificate is required\nfor a signer.\n- `PowerForms_DigitalCerts_Free_Form_Tabs_Not_Allowed`: Signers that are required to use a digital certificate must have at\nleast one required, non-conditional signature or initials tab.\n- `PowerForms_DigitalCerts_Multiple_Recipients_Routing_Order`: Signers that are required to use a digital certificate must be the\nonly recipient in a routing order. Edit the routing order or remove the digital certificate requirement.\n- `PowerForms_DigitalCerts_Markup_Not_Allowed`: Document markup is not allowed because a digital certificate is\nrequired for a signer.\n- `PowerForms_Incomplete_Recipient`: The recipient's username, email, or role is not set.\n- `PowerForms_PowerFormId_Required`: A `powerFormId` is required.\n- `PowerForms_PowerFormId_Mismatch`: A `powerFormId` mismatch has occurred.\n" }, { "name": "PowerFormData", "description": "The PowerFormData resource provides a method for accessing PowerForm data.\n" }, { "name": "AccountTabSettings", "description": "The AccountTabSettings resource provides methods that allow you to manage\ntab settings for an account.\n" }, { "name": "ENoteConfigurations", "description": "The ENoteConfigurations resource provides methods that allow you to manage\ninformation for the eNote eOriginal integration.\n" }, { "name": "WorkspaceItems", "description": "The WorkspaceItems resource provides methods that enable you to manage\nworkspace items.\n" }, { "name": "Workspaces", "description": "A workspace is a collaborative space for sharing documents and managing workflows. A workspace has a single owner who must be a DocuSign user. The owner can invite others to the workspace as collaborators. Individuals who are not DocuSign users must create a DocuSign account to join a workspace as a collaborator.\n \nYou can create an envelope directly from a workspace.\n\nWorkspaces store the following information:\n\n- **Files**: Files uploaded to a workspace for storage or reuse.\n- **Documents**: A document is a component of a transaction, template, or workspace. When a file is added to a transaction, template, or workspace, it is copied as a document. Each document in a workspace has a single owner.\n- **Templates**: A set of documents that you can use to create a transaction or a workspace.\n- **Transactions**: A transaction is a series of workflow events related to one or more documents. These events route the documents to one or more individuals for the purposes of doing business. Each transaction has a single owner (the sender).\n\n**Note**: Documents in a template are not individually listed as files." }, { "name": "ChunkedUploads", "description": "A chunked upload is a temporary file that you upload in parts and stage at DocuSign, then refer to as the content for other API calls. For example, you might use it for document content when assembling an envelope or template. \n\nA chunked upload is linked to the DocuSign account member who initiated the API call. This user is the only user who is able to reference the chunked upload.\n\nA ChunkedUpload is intended to be an area for briefly staging data for use with other DocuSign API calls. The ChunkedUpload API endpoints do not provide an action to download the ChunkedUpload's content.\n\nThe typical flow for using a chunked upload involves the following steps:\n\n1) Initiate the chunked upload with content representing part 0.\n\n2) Add more parts to the chunked upload until you have transmitted the entirety of the content.\n\n3) Commit the chunked upload, preparing it for use with other API calls.\n\n4) Assemble a DocuSign envelope with a document that includes a reference to the chunked upload as the content.\n\n5) Continue with envelope-related processes.\n\n**Note**: You must fully upload and use a chunked upload within 20 minutes of initializing it.\n\nAfter the chunked upload has been correctly referenced within another API call, it becomes unavailable for any further use and is promptly removed from the system.\n\nChunked uploads have the following limits, which are configured per DocuSign environment, account, or integrator:\n\n- The maximum number of all of a member's unexpired, unconsumed ChunkedUploads. The default value is 10. \n- The maximum total size of all of a member's unexpired, unconsumed ChunkedUploads. The default value is 1 GB. \n- The amount of time that a chunked upload is active after you initialize it. The default value is 20 minutes.\n" }, { "name": "EnvelopeFormData", "description": "The EnvelopeFormData resource provides a method for downloading the data that users have entered into a form associated with an envelope." }, { "name": "EnvelopeDocumentVisibility", "description": "The Envelope Document Visibility resource provides methods for managing document visibility by recipient.\n" }, { "name": "TemplateDocumentVisibility", "description": "The Template Document Visibility resource provides methods for managing template document visibility by recipient.\n" }, { "name": "AccountPasswordRules", "description": "The AccountPasswordRules resource provides methods that allow you to obtain and update account password rules, as well as membership and account rules." }, { "name": "AccountWatermarks", "description": "The AccountWatermarks resource provides methods that allow you to obtain, preview and update watermark information." }, { "name": "PaymentGatewayAccounts", "description": "" }, { "name": "NotaryJournals", "description": "" }, { "name": "IdentityVerifications", "description": "The DocuSign Identity Verification process requires a signer to submit an image of their valid government ID and wait for the image to be uploaded and verified before they can access a document. \n\nIdentity Verification supports government photo IDs and European eIDs, analyzing the document security features and matching the name on the agreement against the name on the ID. After a successful verification, the signer can view the agreement and sign as usual.\n\nTo use Identity Verification, the [DocuSign Identity Verification](https://www.docusign.com/products/identify) product must be enabled for your account.\n\nFor more information, see [Can I see (a photo of) your ID? Digital verification of real-world IDs](https://www.docusign.com/blog/can-i-see-a-photo-of-your-id-digital-verification-of-real-world-ids/)." }, { "name": "EnvelopeDocumentHtmlDefinitions", "description": "" }, { "name": "DocumentResponsiveHtmlPreview", "description": "**Note**: Responsive Signing is disabled by default. To use this functionality, an account administrator must switch the account setting `enableResponsiveSigning` to **true**. \nAlso note that Smart Sections (creating a signable HTML document that uses collapsible sections and rotating tables) are premium features. To request them, contact your DocuSign account manager." }, { "name": "EnvelopeHtmlDefinitions", "description": "" }, { "name": "ResponsiveHtmlPreview", "description": "**Note**: Responsive Signing is disabled by default. To use this functionality, an account administrator must switch the account setting `enableResponsiveSigning` to **true**. \nAlso note that Smart Sections (creating a signable HTML document that uses collapsible sections and rotating tables) are premium features. To request them, contact your DocuSign account manager." }, { "name": "TemplateDocumentResponsiveHtmlPreview", "description": "**Note**: Responsive Signing is disabled by default. To use this functionality, an account administrator must switch the account setting `enableResponsiveSigning` to **true**. \nAlso note that Smart Sections (creating a signable HTML document that uses collapsible sections and rotating tables) are premium features. To request them, contact your DocuSign account manager." }, { "name": "TemplateResponsiveHtmlPreview", "description": "**Note**: Responsive Signing is disabled by default. To use this functionality, an account administrator must switch the account setting `enableResponsiveSigning` to **true**. \nAlso note that Smart Sections (creating a signable HTML document that uses collapsible sections and rotating tables) are premium features. To request them, contact your DocuSign account manager." }, { "name": "TemplateDocumentHtmlDefinitions", "description": "" }, { "name": "TemplateHtmlDefinitions", "description": "" }, { "name": "EnvelopeTransferRules", "description": "Envelope transfer rules enable administrators to transfer envelopes and templates from user to another. For example, you might do this when an employee leaves the company. To transfer ownership of envelopes and templates, the **Transfer Custody** feature must be enabled for your account.\n\nFor more information about this functionality, see [Transfer Envelopes and Templates](https://support.docusign.com/en/guides/ndse-admin-guide-transfer-envelopes-templates)." }, { "name": "NotificationDefaults", "description": "DocuSign eSignature provides email notifications to senders and recipients for many different scenarios. By default, all notification options are turned on. Notification preferences give you control over the communications that you receive. For more information, see [Manage Notifications](https://support.docusign.com/en/guides/ndse-user-guide-manage-notifications)." }, { "name": "BulkSend", "description": "You can use bulk send lists for anything that you need to send to a large number of recipients on a\nrecurring basis, such as:\n\n- Compliance letters (privacy, security, and ethics consent forms)\n- New hire onboarding documents (benefits, transit, and parking information and payroll forms)\n- Other Human Resources documents\n- Event-related forms\n\nThe API creates a separate copy of the envelope for each recipient that you specify. Each instance of the envelope is called a\n`BulkCopy`. You can use a bulk send list to send up to 1,000 copies per call.\n\nAfter you create a bulk send list, it persists and can be reused and edited any number of times.\n\n## Customizing Bulk Send Lists\n\nYou can customize individual copies of the envelope. For example, you can customize the email notification and\nlanguage and add personalized notes.\n\nFor example, if one recipient prefers to access their DocuSign envelopes behind an access code, and another prefers her\nemail in French, you can implement those customizations.\n\n## Using Bulk Send\n\nThe bulk send feature uses the following flow:\n\n1. Create a draft envelope by calling the [Envelopes::createEnvelope][createEnvelope] method. Add placeholders for bulk send information to the envelope, including:\n - Email address placeholders.\n - Tab placeholders. Assign `tabLabels` to these placeholders that will make sense for matching the tabs to values in the bulk send list. For example, if you're sending a field trip permission slip to parents, you might create a placeholder text tab called `StudentName` that will you will then populate with the names of individual students in the bulk send list. You can use the following types of text tabs, radio group tabs, and list tabs to match bulk send recipients to an envelope.\n - Any envelope custom fields. These fields must match the envelope custom fields in envelope copies in the bulk send list.\n2. Create a bulk send list by using the [BulkSend::createBulkSendList][create_list] method.\n3. (Optional) Test compatibility. Use the [BulkSend::createBulkSendTestRequest][create_test] method to test your bulk\n send list for compatibility with the envelope or template that you want to send. For example, a template that has\n three roles is not compatible with a bulk send list that has only two recipients. For this reason, you might want to\n test compatibility first. A successful test result returns the Boolean value `true`. An unsuccessful test returns a\n JSON response that contains information about the errors that occurred.\n4. Send your envelope to the list by using the [BulkSend::createBulkSendRequest][create_request] method. The response\n returns a `batchId` that you can use for tracking and other purposes.\n\nThe API creates and queues your envelopes asynchronously behind the scenes. You can get the status of the batch by\nusing the [BulkEnvelopes_GetBulkEnvelopesBatchId][getbulkenv] method, passing in the `batchId`.\n\nTo get the envelopes generated for the `batchId`, use the [Envelopes_GetEnvelopes][GetEnvelopes] method, passing in\na `custom_field` named `BulkBatchId` where the value is the `batchId` that was returned in step 4.\n\nExample:\n\n`custom_field=BulkBatchId={{batchId}}`\n\n**Bulk Send Requirements and Limitations**\n\n* Bulk send must be enabled for your account (in the `accountSettingsInformation` object, `enableBulkRecipient` must be set to **true**) and for the user sending the envelopes (the `allowBulkRecipients` property in `userSettings` must be set to **true**).\n* You can include up to 1,000 bulk recipients in each request.\n* When you send an envelope with bulk recipients, envelopes are added to a bulk recipient queue and sent in a metered fashion. An account can have a total of 2,000 total envelopes in the queue at a time. If this limit is reached, an error message displays to the sender. If you receive this error, wait and resend the envelope at a later time.\n\nIf you frequently run into queue limits, contact your account manager to discuss modifying the queue limits for your account.\n\n[create_list]: /esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendList\n[create_test]: /esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendTestRequest\n[create_request]: /esign-rest-api/reference/BulkEnvelopes/BulkSend/createBulkSendTestRequest\n[getbulkenv]: /esign-rest-api/reference/BulkEnvelopes/BulkSend/list\n[GetEnvelopes]: /esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges\n\n[createEnvelope]: /esign-rest-api/reference/Envelopes/EnvelopeCustomFields/create\n\n\nFor more information about using bulk send, see [Bulk Sending Envelopes](/esign-rest-api/guides/concepts/envelopes/bulk-send).\n" }, { "name": "BCCEmailArchive", "description": "You can configure automatic archiving of emails sent from all of your DocuSign accounts.\n\nFor more information, see [Email Archive Configuration](https://support.docusign.com/en/guides/ndse-admin-guide-email-archive-configuration).\n\n**Note**: This feature is only available for certain account plans and must be enabled by DocuSign." }, { "name": "TabsBlob", "description": "" }, { "name": "Comments", "description": "The comments resource provides a method that enables you to download a PDF file containing all of the comments that recipients and the sender have added to the documents in an envelope.\n\nComments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the `accountSettingsInformation` object, set the `enableSigningExtensionComments` property to **true**). \n\nFor more information, see [Comments Settings](https://support.docusign.com/en/guides/ndse-admin-guide-comments-settings)." }, { "name": "FavoriteTemplates", "description": "" }, { "name": "Notary", "description": "DocuSign eNotary makes the notarization process fully digital\nfor senders, signers, and notaries.\nIt enables a notary public to act as an in-person witness\nto electronic signing of documents.\nCheck the [DocuSign eNotary support documentation](https://support.docusign.com/en/guides/ndse-user-guide-enotary-resources)\nto see which jurisdictions are supported.\n\n" }, { "name": "NotaryJurisdiction", "description": "Creating, updating, and deleting notary jurisdiction objects." }, { "name": "EnvelopeWorkflowDefinition", "description": "" }, { "name": "Reports", "description": "" }, { "name": "AccountSignatures", "description": "" } ], "x-ds-categories": [ { "name": "Envelopes", "summary": "This section shows you how to create and send envelopes.", "description": "The eSignature API Envelope category includes the resources and methods for sending and managing envelopes and envelope data.\n\nEnvelopes are the key objects in the DocuSign platform. As a result, they are complex data structures with few required fields. See the [Code Examples](https://developers.docusign.com/esign-rest-api/code-examples) for examples and solutions.\n\nTo learn more about envelopes, see [Envelopes](https://developers.docusign.com/esign-rest-api/guides/concepts/envelopes).\n" }, { "name": "Connect", "summary": "DocuSign Connect is the DocuSign platform notification service. The service uses webhooks to proactively notify your application when an event occurs that your application wants to know about. DocuSign recommends that all applications use Connect instead of polling the DocuSign Signature Service. This section provides information about Connect configuration and logging. \n\nFor more information about Connect, see [DocuSign Connect](https://developers.docusign.com/esign-rest-api/guides/connect) and [Custom Connect Configuration](https://support.docusign.com/guides/ndse-admin-guide-custom-connect-configuration-htm).", "description": "The Connect service enables your application to be called via HTTPS when an event of interest occurs.\n\nUse the Connect service to \"end the polling madness.\" With Connect, there is no need for your application to poll DocuSign every 15 minutes to learn the latest about your envelopes.\n\nInstead, you register your interest in one or more types of envelope or recipient events. Then, when an interesting event occurs, the DocuSign platform will contact your application with the event's details and data. You can register interest in envelopes sent by particular users in your account, or for envelopes sent by any user.\n\nConnect can empower your organization to manage document actions as they occur, and allows you to track their changes within your own systems. Upon completion, envelope information, including document content, can be stored in your own databases or CMS systems, and these events can be triggered via webhooks delivering messages to your application.\n\n## Incoming Connect Calls\n\nTo use the Connect service, your application needs to provide an HTTPS URL that can be called from the public Internet. If your application runs on a server behind your organization's firewall, then you will need to create a \"pinhole\" in the firewall to allow the incoming Connect calls from DocuSign to reach your application. You can also use other techniques such as proxy servers and DMZ networking for receiving the incoming calls.\n\nConnect delivers events over HTTP requests in the form of XML. DocuSign sends an XML object to the secure URL entered on the configuration page for every event and user selected. \n\nIf your application is not configured to accept post messages, DocuSign will NOT return an additional post error response to your listener application. If you've enabled logging on your configuration, it will be logged in Admin under the configuration failure log.\n\n## Per-envelope Connect Configuration\nInstead of registering a general Connect configuration and listener, an individual envelope can have its own Connect configuration. See the `eventNotification` field for envelopes.\n\n## Categories\nUse the Connect category for:\n\n* Programmatically creating Connect configurations. Connect configurations can be created manually by using the DocuSign web service, or programmatically via the API. Configurations created via the API can be seen and updated from the web service.\n* Retrieving and managing the event log for your Connect configurations. \n* Requesting that an event be re-published to the listener." }, { "name": "Templates", "summary": "Template creation and management", "description": "Use the Templates category to manage your account's templates.\n\nThis section shows you how to perform the following tasks:\n\n* Create, list, get, update, and delete templates.\n* Manage the notification and group sharing settings for templates.\n* Fetch and rotate pages from a document used by a template.\n\nYou can create templates either programmatically or through the DocuSign web interface and then used by your application." }, { "name": "SigningGroups", "summary": "Send a signing request to a group of potential signers.", "description": "Use the Signing Group category to manage signing groups that allow anyone in the group to sign a document. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature.\n\nThis category shows account administrators how to create a signing group and manage the users in the group.\n\n**Note**: To create and manage signing groups, you must be an account administrator.\n\nFor more information about this topic, see [Signing Groups](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups)." }, { "name": "Folders", "summary": "Folders for completed envelopes", "description": "Use the Folders category to manage envelopes in your folders. \n\nYou can list the folder contents and move envelopes between folders." }, { "name": "BulkEnvelopes", "summary": "Bulk envelopes", "description": "Use the BulkEnvelopes category to manage the sending of envelopes to multiple recipients." }, { "name": "CustomTabs", "summary": "Custom tabs", "description": "Custom Tabs enable accounts to have one or more pre-configured (custom) tabs. Custom tabs save time when users are tagging documents since the users don't have to manually set the tabs' parameters.\n\nThis category enables custom tabs to be managed programmatically, including creation, deletion, etc. \n" }, { "name": "CloudStorage", "summary": "This section shows you how to manage your cloud storage providers and users.", "description": "Use the Cloud Storage category to list the user's cloud storage document contents.\n\nIt is also used to manage the user's authentication/accounts with cloud storage service providers." }, { "name": "Users", "summary": "User management", "description": "Use the Users category to manage the users in your accounts.\n\nYou can:\n\n* Set custom user settings.\n* Manage a users profile.\n* Add delete users.\n* Add and delete the intials and signature images for a user." }, { "name": "UserGroups", "summary": "Group users for common permissions and branding", "description": "Use the User Groups category to manage your permissions groups.\n\nYou can:\n\n* Create and delete groups.\n* Add users to, and delete users from, your groups.\n* Manage the brand information associated with a group." }, { "name": "Accounts", "summary": "Account management", "description": "Use the Account category for various account management tasks including:\n\n* Programmatically creating and deleting accounts.\n* Getting information about an account and its capabilities.\n* Branding the account with custom colors, message text, and more.\n* Account charges.\n\nThe Accounts category also includes end points for listing the recipient names associated with an email address that was used by the account. For example, a single email address is often shared by multiple members of a family.\n\n\n" }, { "name": "Billing", "summary": "Invoices", "description": "Use the Billing category to manage the following billing related tasks:\n\n* Retrieve and update billing plan information.\n* Retrieve invoices.\n* Retrieve and update payment information." }, { "name": "Diagnostics", "summary": "Diagnostics and request logging", "description": "The Diagnostics category provides miscellaneous end points.\n\nThey include:\n* Requesting and managing the API call-logging feature. (Perfect for debugging your app!)\n* Getting information on the API's resources and versions." }, { "name": "PowerForms", "summary": "The PowerForms category provides methods that enable you to create and manage fillable forms.", "description": "The PowerForms category enables you to create and manage PowerForms that you can use for self service and email forms." }, { "name": "Workspaces", "summary": "A DocuSign workspace is a collaboration area for sharing files and data.", "description": "A workspace is a collaborative space for sharing documents and managing workflows. A workspace has a single owner who must be a DocuSign user. The owner can invite others to the workspace as collaborators. Individuals who are not DocuSign users must create a DocuSign account to join a workspace as a collaborator.\n \nYou can create an envelope directly from a workspace.\n\nWorkspaces store the following information:\n\n- **Files**: Files uploaded to a workspace for storage or reuse.\n- **Documents**: A document is a component of a transaction, template, or workspace. When a file is added to a transaction, template, or workspace, it is copied as a document. Each document in a workspace has a single owner.\n- **Templates**: A set of documents that you can use to create a transaction or a workspace.\n- **Transactions**: A transaction is a series of workflow events related to one or more documents. These events route the documents to one or more individuals for the purposes of doing business. Each transaction has a single owner (the sender).\n\n**Note**: Documents in a template are not individually listed as files." }, { "name": "Payments", "summary": "Manage Payments", "description": "This category includes resources for managing payment gateways. Payment information is added to envelopes via methods in the Envelopes category." }, { "name": "EmailArchive", "summary": "This section shows you how to set and manage the BCC email addresses that you want to use to archive the emails that DocSign sends.", "description": "Email archives enable DocuSign partners and other multi-account customers to easily archive emails sent through DocuSign. The `EmailArchive` resource provides methods for managing your email archive configuration, which consists of the BCC email address or addresses that you want to use to archive DocuSign emails. Each account can use up to five BCC email addresses for archiving purposes.\n\nFor more information, see [Email Archive Configuration](https://support.docusign.com/en/guides/ndse-admin-guide-email-archive-configuration).\n\n**Note**: This feature is only available for certain account plans and must be enabled by DocuSign." }, { "name": "Notary", "summary": "DocuSign eNotary makes the notarization process fully digital\nfor senders, signers, and notaries.\nIt enables a notary public to act as an in-person witness\nto electronic signing of documents.\n", "description": "DocuSign eNotary makes the notarization process fully digital\nfor senders, signers, and notaries.\nIt enables a notary public to act as an in-person witness\nto electronic signing of documents.\n" } ] }