Bundle

A bundle is a collection of messages, settings, recipients, documents and optionally placeholders.

Gets the details of a bundle.

get

Gets the detailed information of a bundle

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 71d93054-d095-4458-aad0-a010ca1f2ed7
BundleIdstring · guidRequired

Bundle Id

Example: 1cafcbbb-1e6e-4d8e-a333-052668b39769
Responses
200

Success

application/json
get
/api/Bundle/Get
GET /api/Bundle/Get?TenantId=text&BundleId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "Id": "text",
  "TenantId": "text",
  "ReviewUrl": "text",
  "DraftUrl": "text",
  "Subject": "text",
  "Body": "text",
  "FromName": "text",
  "Customers": [
    {
      "Customer": {
        "CustomerId": "text",
        "TenantId": "text",
        "Name": "text",
        "Email": "text",
        "PhoneNumber": "text",
        "NoMobile": true,
        "Meta": "text",
        "CannotModify": true,
        "Source": "Manual",
        "CustomerEditLink": "text",
        "TotalLiveBundlesForCustomer": 1,
        "TotalBundlesForCustomer": 1,
        "PreferredName": "text"
      },
      "LastSigner": true,
      "SigningGroup": 1,
      "CustomerSignUrl": "text",
      "CustomerBundleStatus": "NoActions",
      "LockLastSigningGroup": true,
      "CannotRemoveFromBundleDraft": true
    }
  ],
  "Documents": [
    {
      "Document": {
        "DocumentId": "text",
        "BundleId": "text",
        "Meta": "text",
        "DisplayName": "text",
        "EstimatedSize": 1,
        "SignedPDFDownloadUrl": "text"
      },
      "DocumentOrder": 1,
      "CustomerSigners": [
        {
          "Customer": {
            "CustomerId": "text",
            "TenantId": "text",
            "Name": "text",
            "Email": "text",
            "PhoneNumber": "text",
            "NoMobile": true,
            "Meta": "text",
            "CannotModify": true,
            "Source": "Manual",
            "CustomerEditLink": "text",
            "TotalLiveBundlesForCustomer": 1,
            "TotalBundlesForCustomer": 1,
            "PreferredName": "text"
          },
          "LastSigner": true,
          "SigningGroup": 1,
          "CustomerSignUrl": "text",
          "CustomerBundleStatus": "NoActions",
          "LockLastSigningGroup": true,
          "CannotRemoveFromBundleDraft": true
        }
      ],
      "CustomerViewers": [
        {
          "Customer": {
            "CustomerId": "text",
            "TenantId": "text",
            "Name": "text",
            "Email": "text",
            "PhoneNumber": "text",
            "NoMobile": true,
            "Meta": "text",
            "CannotModify": true,
            "Source": "Manual",
            "CustomerEditLink": "text",
            "TotalLiveBundlesForCustomer": 1,
            "TotalBundlesForCustomer": 1,
            "PreferredName": "text"
          },
          "LastSigner": true,
          "SigningGroup": 1,
          "CustomerSignUrl": "text",
          "CustomerBundleStatus": "NoActions",
          "LockLastSigningGroup": true,
          "CannotRemoveFromBundleDraft": true
        }
      ],
      "DocumentState": "Draft"
    }
  ],
  "DueDate": "2025-11-02T01:33:44.217Z",
  "DueReminderMode": "DontRemind",
  "OverdueReminderMode": "DontRemind",
  "DateSent": "2025-11-02T01:33:44.217Z",
  "DateCompleted": "2025-11-02T01:33:44.217Z",
  "DateArchived": "2025-11-02T01:33:44.217Z",
  "LastReminderSent": "2025-11-02T01:33:44.217Z",
  "State": "Draft",
  "ViewMode": "SmsToSign",
  "SigningMode": "SignWhole",
  "Settings": {
    "EmailPreference": "FuseSignEmails",
    "AlwaysSendFinalisationEmail": true,
    "WebhookUrl": "text",
    "DisableFinaliseNow": true,
    "DisableRetract": true,
    "DisableReminders": true,
    "CustomBranding": {
      "ButtonColor": "text",
      "BannerColor": "text",
      "LogoUrl": "text",
      "FromName": "text"
    },
    "RedirectUrl": "text",
    "RedirectDelaySeconds": 1,
    "AuditType": "Included",
    "ContextUrl": "text"
  },
  "Meta": "text"
}

see Bundle Createfor a deep dive with more explanation

Creates a new bundle.

post

Submit a bundle to request to Sign with other options. FuseSign offers two different methods for document signing: Sign Entire Document and Signature Placeholders. Sign Entire Document is default. Whereas placeholder mode requires values in Documents > CustomerInputElements. We recommend uploading your documents to /Document/Upload to use DocumentId.

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Body
Subjectstring · max: 200Optional

Bundle subject

Example: test
BodystringOptional

Bundle Body message

Example: body
CreateModeone ofOptional

Create and send or create as draft

Example: CreateAndSend
string · enumOptionalPossible values:
CreatedBystring · emailOptional

Sets the created by user email. If the user exists and the requestor has permissions, then the bundle will be "created" by the specified user. Will cause an error to throw if the user does not have permissions to do this.

Pattern: ^[^@]+@[^@]+$
DueDatestring · date-time | nullableOptional

The bundle due date (optional)

DueReminderModeone of | nullableOptional

Bundle reminder mode (optional)

string · enumOptionalPossible values:
OverdueReminderModeone of | nullableOptional

Bundle overdue reminder mode (optional)

string · enumOptionalPossible values:
ViewModeone of | nullableOptional

The bundle view mode setting. If this is blank the business default is selected and the system falls back to the highest available authentication

string · enumOptionalPossible values:
RecipientReceiveModeone of | nullableOptional

How the recipients receive signed documents

string · enumOptionalPossible values:
SigningModeone of | nullableOptional

Describe how the document(s) will be processed. I.e. if signature placements are used [I.e. if SENDING SignPlacements then all Documents must have CustomerSignerLocations set. Otherwise CustomerSigners.].

Example: SignPlacements
string · enumOptionalPossible values:
Settingsone ofOptional

Bundle settings object - API related options.

Metastring · max: 1000Optional

Bundle lookup metadata

TeamIdstring · guid | nullableOptional

If assigned - apply this team to the bundle. Verify that the user sending the bundle can send on behalf of this team.

SenderIPstringOptional

IP Address applied to the bundle Audit. Automatic Field - no need to set.

Responses
200

Success

application/json
post
/api/Bundle/Create
POST /api/Bundle/Create?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1133

{
  "Subject": "test",
  "Body": "body",
  "CreateMode": "CreateAndSend",
  "CreatedBy": null,
  "Customers": [
    {
      "Customer": {
        "CustomerId": null,
        "Name": "Your Name",
        "Email": "youremail@yourdomain.com",
        "PhoneNumber": null,
        "NoMobile": true,
        "Meta": null,
        "CannotModify": false,
        "Options": {
          "IgnorePhoneNumberIfInvalid": false,
          "UpdateExistingCustomersByMetaMatch": false
        }
      },
      "LastSigner": null,
      "SigningGroup": 0,
      "LockLastSigningGroup": false,
      "CannotRemoveFromBundleDraft": false,
      "SMSNotify": false
    }
  ],
  "Documents": [
    {
      "DisplayName": "Signing document",
      "DocumentId": null,
      "DocumentBase64": null,
      "DocumentUrl": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "DocumentOrder": 0,
      "CustomerSigners": [],
      "CustomerInputElements": [
        {
          "CustomerIndex": 0,
          "InputElements": [
            {
              "PageIndex": 0,
              "X": 10,
              "Y": 10,
              "W": 50,
              "H": 20,
              "Type": "Standard",
              "PlacementType": "ByCoordinate",
              "AnchorText": null,
              "AnchorXOffset": 0,
              "AnchorYOffset": 0,
              "AnchorFindCount": 0
            }
          ]
        }
      ],
      "CustomerViewers": [],
      "Meta": null
    }
  ],
  "DueDate": null,
  "DueReminderMode": null,
  "OverdueReminderMode": null,
  "ViewMode": null,
  "RecipientReceiveMode": null,
  "SigningMode": "SignPlacements",
  "Settings": null,
  "Meta": null,
  "TeamId": null,
  "SenderIP": null
}
{
  "Id": "text",
  "TenantId": "text",
  "ReviewUrl": "text",
  "DraftUrl": "text",
  "Subject": "text",
  "Body": "text",
  "FromName": "text",
  "Customers": [
    {
      "Customer": {
        "CustomerId": "text",
        "TenantId": "text",
        "Name": "text",
        "Email": "text",
        "PhoneNumber": "text",
        "NoMobile": true,
        "Meta": "text",
        "CannotModify": true,
        "Source": "Manual",
        "CustomerEditLink": "text",
        "TotalLiveBundlesForCustomer": 1,
        "TotalBundlesForCustomer": 1,
        "PreferredName": "text"
      },
      "LastSigner": true,
      "SigningGroup": 1,
      "CustomerSignUrl": "text",
      "CustomerBundleStatus": "NoActions",
      "LockLastSigningGroup": true,
      "CannotRemoveFromBundleDraft": true
    }
  ],
  "Documents": [
    {
      "Document": {
        "DocumentId": "text",
        "BundleId": "text",
        "Meta": "text",
        "DisplayName": "text",
        "EstimatedSize": 1,
        "SignedPDFDownloadUrl": "text"
      },
      "DocumentOrder": 1,
      "CustomerSigners": [
        {
          "Customer": {
            "CustomerId": "text",
            "TenantId": "text",
            "Name": "text",
            "Email": "text",
            "PhoneNumber": "text",
            "NoMobile": true,
            "Meta": "text",
            "CannotModify": true,
            "Source": "Manual",
            "CustomerEditLink": "text",
            "TotalLiveBundlesForCustomer": 1,
            "TotalBundlesForCustomer": 1,
            "PreferredName": "text"
          },
          "LastSigner": true,
          "SigningGroup": 1,
          "CustomerSignUrl": "text",
          "CustomerBundleStatus": "NoActions",
          "LockLastSigningGroup": true,
          "CannotRemoveFromBundleDraft": true
        }
      ],
      "CustomerViewers": [
        {
          "Customer": {
            "CustomerId": "text",
            "TenantId": "text",
            "Name": "text",
            "Email": "text",
            "PhoneNumber": "text",
            "NoMobile": true,
            "Meta": "text",
            "CannotModify": true,
            "Source": "Manual",
            "CustomerEditLink": "text",
            "TotalLiveBundlesForCustomer": 1,
            "TotalBundlesForCustomer": 1,
            "PreferredName": "text"
          },
          "LastSigner": true,
          "SigningGroup": 1,
          "CustomerSignUrl": "text",
          "CustomerBundleStatus": "NoActions",
          "LockLastSigningGroup": true,
          "CannotRemoveFromBundleDraft": true
        }
      ],
      "DocumentState": "Draft"
    }
  ],
  "DueDate": "2025-11-02T01:33:44.217Z",
  "DueReminderMode": "DontRemind",
  "OverdueReminderMode": "DontRemind",
  "DateSent": "2025-11-02T01:33:44.217Z",
  "DateCompleted": "2025-11-02T01:33:44.217Z",
  "DateArchived": "2025-11-02T01:33:44.217Z",
  "LastReminderSent": "2025-11-02T01:33:44.217Z",
  "State": "Draft",
  "ViewMode": "SmsToSign",
  "SigningMode": "SignWhole",
  "Settings": {
    "EmailPreference": "FuseSignEmails",
    "AlwaysSendFinalisationEmail": true,
    "WebhookUrl": "text",
    "DisableFinaliseNow": true,
    "DisableRetract": true,
    "DisableReminders": true,
    "CustomBranding": {
      "ButtonColor": "text",
      "BannerColor": "text",
      "LogoUrl": "text",
      "FromName": "text"
    },
    "RedirectUrl": "text",
    "RedirectDelaySeconds": 1,
    "AuditType": "Included",
    "ContextUrl": "text"
  },
  "Meta": "text"
}

Get bundle audit history.

get

Get a bundles history, including things like Finalisation, Errors and other actions. We recommend using Webhooks instead where appropriate.

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 04d2b8a4-261b-49f8-9786-8a216710821d
BundleIdstring · guidRequired

Bundle Id

Example: ddbf5f17-6e4e-46b8-8109-2a1364b311ed
Responses
200

Success

application/json
get
/api/Bundle/GetHistory
GET /api/Bundle/GetHistory?TenantId=text&BundleId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": "text",
    "DateTime": "2025-11-02T01:33:44.217Z",
    "BundleId": "text",
    "DocumentId": "text",
    "CustomerId": "text",
    "Action": "Sent",
    "ActionNotes": "text",
    "IP": "text"
  }
]

Retract a bundle.

post

Request bundle retraction. This will cancel the outstanding sign request

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 3d4f18b8-b485-4d53-b0da-a9fabd9aa7b8
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: 49540c47-b417-4522-873b-14569ea5f674
Reasonstring · min: 1Required

[Mandatory] Reason for retraction

Example: Reason
Messagestring | nullableOptional

[Optional] Additional message

Responses
200

Success

application/json
post
/api/Bundle/Retract
POST /api/Bundle/Retract?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 84

{
  "BundleId": "49540c47-b417-4522-873b-14569ea5f674",
  "Reason": "Reason",
  "Message": null
}
{
  "Result": true
}

Mark Bundle for Archive

post

Mark the bundle as "Closed" which will allow it to be archived

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 2bcdca1c-ac35-4274-8097-81a4a0e1c1cf
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: 3186943f-3bad-4587-a6c3-adff1fdcdd4a
Responses
200

Success

application/json
post
/api/Bundle/MarkReadyForArchive
POST /api/Bundle/MarkReadyForArchive?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 51

{
  "BundleId": "3186943f-3bad-4587-a6c3-adff1fdcdd4a"
}
{
  "Result": true
}

Gets a list of bundles.

post

Gets a list of bundles for the specified tenant.

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 6dfdfe78-e7e4-4210-ab57-27f3fd370264
Body
Pageinteger · int32Optional

Search page (50 records per page). 0 Based indexing.

Example: 0
Responses
200

Success

application/json
post
/api/Bundle/Search
POST /api/Bundle/Search?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 28

{
  "Page": 0,
  "States": [
    "Live"
  ]
}
{
  "Page": 1,
  "TotalPages": 1,
  "RecordsPerPage": 1,
  "Count": 1,
  "SearchResults": [
    {
      "Id": "text",
      "TenantId": "text",
      "ReviewUrl": "text",
      "DraftUrl": "text",
      "Subject": "text",
      "Body": "text",
      "FromName": "text",
      "Customers": [
        {
          "Customer": {
            "CustomerId": "text",
            "TenantId": "text",
            "Name": "text",
            "Email": "text",
            "PhoneNumber": "text",
            "NoMobile": true,
            "Meta": "text",
            "CannotModify": true,
            "Source": "Manual",
            "CustomerEditLink": "text",
            "TotalLiveBundlesForCustomer": 1,
            "TotalBundlesForCustomer": 1,
            "PreferredName": "text"
          },
          "LastSigner": true,
          "SigningGroup": 1,
          "CustomerSignUrl": "text",
          "CustomerBundleStatus": "NoActions",
          "LockLastSigningGroup": true,
          "CannotRemoveFromBundleDraft": true
        }
      ],
      "Documents": [
        {
          "Document": {
            "DocumentId": "text",
            "BundleId": "text",
            "Meta": "text",
            "DisplayName": "text",
            "EstimatedSize": 1,
            "SignedPDFDownloadUrl": "text"
          },
          "DocumentOrder": 1,
          "CustomerSigners": [
            {
              "Customer": {
                "CustomerId": "text",
                "TenantId": "text",
                "Name": "text",
                "Email": "text",
                "PhoneNumber": "text",
                "NoMobile": true,
                "Meta": "text",
                "CannotModify": true,
                "Source": "Manual",
                "CustomerEditLink": "text",
                "TotalLiveBundlesForCustomer": 1,
                "TotalBundlesForCustomer": 1,
                "PreferredName": "text"
              },
              "LastSigner": true,
              "SigningGroup": 1,
              "CustomerSignUrl": "text",
              "CustomerBundleStatus": "NoActions",
              "LockLastSigningGroup": true,
              "CannotRemoveFromBundleDraft": true
            }
          ],
          "CustomerViewers": [
            {
              "Customer": {
                "CustomerId": "text",
                "TenantId": "text",
                "Name": "text",
                "Email": "text",
                "PhoneNumber": "text",
                "NoMobile": true,
                "Meta": "text",
                "CannotModify": true,
                "Source": "Manual",
                "CustomerEditLink": "text",
                "TotalLiveBundlesForCustomer": 1,
                "TotalBundlesForCustomer": 1,
                "PreferredName": "text"
              },
              "LastSigner": true,
              "SigningGroup": 1,
              "CustomerSignUrl": "text",
              "CustomerBundleStatus": "NoActions",
              "LockLastSigningGroup": true,
              "CannotRemoveFromBundleDraft": true
            }
          ],
          "DocumentState": "Draft"
        }
      ],
      "DueDate": "2025-11-02T01:33:44.217Z",
      "DueReminderMode": "DontRemind",
      "OverdueReminderMode": "DontRemind",
      "DateSent": "2025-11-02T01:33:44.217Z",
      "DateCompleted": "2025-11-02T01:33:44.217Z",
      "DateArchived": "2025-11-02T01:33:44.217Z",
      "LastReminderSent": "2025-11-02T01:33:44.217Z",
      "State": "Draft",
      "ViewMode": "SmsToSign",
      "SigningMode": "SignWhole",
      "Settings": {
        "EmailPreference": "FuseSignEmails",
        "AlwaysSendFinalisationEmail": true,
        "WebhookUrl": "text",
        "DisableFinaliseNow": true,
        "DisableRetract": true,
        "DisableReminders": true,
        "CustomBranding": {
          "ButtonColor": "text",
          "BannerColor": "text",
          "LogoUrl": "text",
          "FromName": "text"
        },
        "RedirectUrl": "text",
        "RedirectDelaySeconds": 1,
        "AuditType": "Included",
        "ContextUrl": "text"
      },
      "Meta": "text"
    }
  ]
}

Archive a completed bundle

post

Request bundle Archive. This will schedule any bundle documents for deletion. Bundles can only be archived if they are in a Retracted, Rejected or Finalised state

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 8a8ea5be-cce8-4116-81eb-282a9cc56416
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: ee4876a9-06d4-4c15-bf69-1fd65778f3cb
Responses
200

Success

application/json
post
/api/Bundle/Archive
POST /api/Bundle/Archive?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 51

{
  "BundleId": "ee4876a9-06d4-4c15-bf69-1fd65778f3cb"
}
{
  "Result": true
}

Remind a bundle.

post

Send a reminder for a bundle (Requires Emails to be enabled for the bundle)

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 464711cd-0078-424e-a38f-3dcd4fafddd9
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: cc0d9edc-f11d-405f-85d5-349a5c478926
ReminderNotesstring | nullableOptional

Notes to include in the email

TargetCustomerIdsstring · guid[] · min: 1Required

List of customer IDs (can be retrieved on Bundle/Get

Example: ["408eaab9-9ea9-4e11-8656-25dec53428b0"]
Responses
200

Success

application/json
post
/api/Bundle/SendReminder
POST /api/Bundle/SendReminder?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 133

{
  "BundleId": "cc0d9edc-f11d-405f-85d5-349a5c478926",
  "ReminderNotes": null,
  "TargetCustomerIds": [
    "408eaab9-9ea9-4e11-8656-25dec53428b0"
  ]
}
{
  "Result": true
}

Delete a Bundle Draft

post

For a given bundle in draft state, delete the draft. This will consequently unlink associated documents and customer actions. Documents will not be deleted.

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 35853b3b-b658-42cb-bfbb-f3dde4dbf120
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: 2082f23f-7571-4c53-a2b5-3f6d1a24880d
Responses
200

Success

application/json
post
/api/Bundle/DeleteBundleDraft
POST /api/Bundle/DeleteBundleDraft?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 51

{
  "BundleId": "2082f23f-7571-4c53-a2b5-3f6d1a24880d"
}
{
  "Result": true
}

Update the webhook URL for a bundle

post

Update the webhook URL. All future webhooks will be sent to the new URL.

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 14af8f28-84de-4e28-b3fb-dfd5e7814fb3
Body
BundleIdstring · guid · min: 1Required

Bundle Id

Example: 3170b17d-71c0-4278-acef-46c720a4ae5b
EventWebhookUrlstring · min: 1Required

New webhook URL

Responses
200

Success

application/json
post
/api/Bundle/UpdateWebhookUrl
POST /api/Bundle/UpdateWebhookUrl?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 72

{
  "BundleId": "3170b17d-71c0-4278-acef-46c720a4ae5b",
  "EventWebhookUrl": ""
}
{
  "Result": true
}

List Pending archive bundles

get

Request a list of all bundles which have been finalised/retracted or rejected which are yet to be archived. These bundles and associated documents will be automatically archived in 14 days

Authorizations
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 87b4c097-68a6-4512-932d-48880bd7523f
Responses
200

Success

application/json
get
/api/Bundle/ListPendingArchive
GET /api/Bundle/ListPendingArchive?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": "text",
    "TenantId": "text",
    "ReviewUrl": "text",
    "DraftUrl": "text",
    "Subject": "text",
    "Body": "text",
    "FromName": "text",
    "Customers": [
      {
        "Customer": {
          "CustomerId": "text",
          "TenantId": "text",
          "Name": "text",
          "Email": "text",
          "PhoneNumber": "text",
          "NoMobile": true,
          "Meta": "text",
          "CannotModify": true,
          "Source": "Manual",
          "CustomerEditLink": "text",
          "TotalLiveBundlesForCustomer": 1,
          "TotalBundlesForCustomer": 1,
          "PreferredName": "text"
        },
        "LastSigner": true,
        "SigningGroup": 1,
        "CustomerSignUrl": "text",
        "CustomerBundleStatus": "NoActions",
        "LockLastSigningGroup": true,
        "CannotRemoveFromBundleDraft": true
      }
    ],
    "Documents": [
      {
        "Document": {
          "DocumentId": "text",
          "BundleId": "text",
          "Meta": "text",
          "DisplayName": "text",
          "EstimatedSize": 1,
          "SignedPDFDownloadUrl": "text"
        },
        "DocumentOrder": 1,
        "CustomerSigners": [
          {
            "Customer": {
              "CustomerId": "text",
              "TenantId": "text",
              "Name": "text",
              "Email": "text",
              "PhoneNumber": "text",
              "NoMobile": true,
              "Meta": "text",
              "CannotModify": true,
              "Source": "Manual",
              "CustomerEditLink": "text",
              "TotalLiveBundlesForCustomer": 1,
              "TotalBundlesForCustomer": 1,
              "PreferredName": "text"
            },
            "LastSigner": true,
            "SigningGroup": 1,
            "CustomerSignUrl": "text",
            "CustomerBundleStatus": "NoActions",
            "LockLastSigningGroup": true,
            "CannotRemoveFromBundleDraft": true
          }
        ],
        "CustomerViewers": [
          {
            "Customer": {
              "CustomerId": "text",
              "TenantId": "text",
              "Name": "text",
              "Email": "text",
              "PhoneNumber": "text",
              "NoMobile": true,
              "Meta": "text",
              "CannotModify": true,
              "Source": "Manual",
              "CustomerEditLink": "text",
              "TotalLiveBundlesForCustomer": 1,
              "TotalBundlesForCustomer": 1,
              "PreferredName": "text"
            },
            "LastSigner": true,
            "SigningGroup": 1,
            "CustomerSignUrl": "text",
            "CustomerBundleStatus": "NoActions",
            "LockLastSigningGroup": true,
            "CannotRemoveFromBundleDraft": true
          }
        ],
        "DocumentState": "Draft"
      }
    ],
    "DueDate": "2025-11-02T01:33:44.217Z",
    "DueReminderMode": "DontRemind",
    "OverdueReminderMode": "DontRemind",
    "DateSent": "2025-11-02T01:33:44.217Z",
    "DateCompleted": "2025-11-02T01:33:44.217Z",
    "DateArchived": "2025-11-02T01:33:44.217Z",
    "LastReminderSent": "2025-11-02T01:33:44.217Z",
    "State": "Draft",
    "ViewMode": "SmsToSign",
    "SigningMode": "SignWhole",
    "Settings": {
      "EmailPreference": "FuseSignEmails",
      "AlwaysSendFinalisationEmail": true,
      "WebhookUrl": "text",
      "DisableFinaliseNow": true,
      "DisableRetract": true,
      "DisableReminders": true,
      "CustomBranding": {
        "ButtonColor": "text",
        "BannerColor": "text",
        "LogoUrl": "text",
        "FromName": "text"
      },
      "RedirectUrl": "text",
      "RedirectDelaySeconds": 1,
      "AuditType": "Included",
      "ContextUrl": "text"
    },
    "Meta": "text"
  }
]

Last updated