Forums

I can PUT to /packages/{packageId} and update a package's data node.

However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).

I also tried, but failed, to update the data node of the approvals object (PUT to  /packages/{packageId}/documents/{documentId}/approvals).

One can see that OSS is storing information in the data node of both the document object and the approvals array but is there a way for integrators to add elements to these nodes, in the same way that one can do it for the package object?

Forums

HI ,

I have a scenario like 

1.upload the document in one span.

2. Pump the data to the document through one span.

3. No e-signature needed.

4. once data is pumped we will get manually sign from customers.

5. will upload the document in onespan and update the transaction status as complete in one span.

How we can achieve this scenario . Please help

Forums

i have created a signature for the owner in UI and map some label which is common for all signers to the owner. i need to update the signature of the owner to zero through code so that the signature will not be visible to other signers . How we can achieve this ?