Search

Set Status For Document

Articles

Use this function to modify the status of the document in a given table.

Syntax

Set Status For Document (tablepath, uuid, new_status)

Parameters

Input Parameter Name Description
tablepath Path of the table
uuid UUID of the record
new_status Status to be updated

Sample

Set Status For Document ( /docube/api/pdf/Training/BasicTraining/invoicetable, 5fba170c58e0a754f2a19050, MANUAL_INTERVENTION_VALIDATION_FAILED )

  • Sets the status of the document ‘5fba170c58e0a754f2a19050’ in the table ‘/docube/api/pdf/Training/BasicTraining/invoicetable’ as ‘MANUAL_INTERVENTION_VALIDATION_FAILED’.

To view all the Document functions, click here.

Did you find what you were looking for?