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
bundleIdstring · guidRequired
FuseSign Bundle ID
Responses
200Success
application/json
400
Error message
application/json
post
POST /api/Bundle/Archive HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
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
bundleIdstring · guidRequired
Responses
200Success
application/json
post
POST /api/Bundle/DeleteBundleDraft HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
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
Responses
200Success
application/json
400
Error message
application/json
get
GET /api/Bundle/ListPendingArchive HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
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 rather than DocumentUrl.