What is location of OneSpan Data Servers?
- Read more about Where does OneSpan stores data
- 2 comments
- Log in or register to post comments
- 243 views
What is location of OneSpan Data Servers?
Using create package API, Along with creating package, can we use also use data field to store some data.
This field value we use in when retrieve the package.
"data": {
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
},
I am attaching the package request body
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?
{
"page":0,
"subtype":"TEXTFIELD",
"width":161,
"binding":None,
"extract":False,
"extractAnchor":None,
"left":607,
"top":289,
"validation":None,
"height":20,
"data":None,
"type":"INPUT",
"name": "own1_percentage",