update Document
open override fun updateDocument(documentId: String, parameters: JSONObject, @MainThread onSuccess: (String) -> Unit, @MainThread onError: (String) -> Unit)
Content copied to clipboard
Update data for a previously processed document, including almost any field like vendor
, date
, notes
and etc.
Parameters
document Id
ID of the document you'd like to update.
parameters
Additional request parameters
on Success
Async callback in success case.
on Error
Async callback in error case.