API Docs / Schemas / DocumentMoveResultDto

DocumentMoveResultDto

The outcome of moving a single document within a batch move.

Properties

Name Type Description
codestring

The document code, so the caller can match this result to the document it sent.

The document code, so the caller can match this result to the document it sent.

successboolean

Whether the document was moved.

Whether the document was moved.

errorstring

A message explaining why the move failed. Null when it succeeded.

A message explaining why the move failed. Null when it succeeded.

JSON Example

{
  "code": "string",
  "success": false,
  "error": "string"
}

Contained in Schemas