Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Call Use this method to log a problem report an issue with the delivery you've downloaded.

Note

At this time, the method has little effect and will only change Currently, using this method primarily resets the workflow status back to “Work finished” if it currently is “Work delivered”. Neverthelessto "Work finished" from "Work delivered." While its impact is minimal now, we recommend its use as we will expand on this method - we may add notifications to project managers etcapplication in anticipation of future enhancements, such as adding notifications for project managers and other features.

URL

Code Block
(POST) /api/projects/{pid}/workflows/{did}/status/{trg}/delivery/failure

...

pid

The project ID

int, Mandatory

did

The document ID

int, Mandatory

trg

The target language code

string, Mandatory

RESULTS

The This method returns provides the workflow status and an acknowledgement, detailed as follows:

  • changed: Boolean. True Returns true if the status could be changed back to “Work finished”has been successfully reverted to "Work finished".

  • status: The Indicates the current workflow status (after following the change).

  • statusTitle: Name The name of the current status.

See this For similar method for examples: Notify Delivery Done usage examples, you can refer to: Confirm Delivery