Search Results for

    Show / Hide Table of Contents

    Document status

    The document endpoints return a statusList field

    {
      ...
      "statusList": [
        "draft",
        "warning"
      ],
      ...
    }
    

    A document may have multiple statuses simultaneously (e.g. 'draft' and 'warning') and all current statuses will be listed within statusList.

    The currently supported status values are:

    StatusDescriptionDetails
    closedClosedThe document has been archived.
    draftDraftThe document is a work in progress and can still be fully amended.
    errorErrorThe document has failed validation or a process has failed. See the document details or event log for more details.
    pending_postingPending posting
    postedPostedThe document has been posted to the ledgers.
    pending_authPending authorisationThe document is undergoing authorisation and is locked for editing.
    approvedApprovedThe document has been approved during the last authorisation process.
    rejectedRejectedThe document has been rejected during the last authorisation process.
    pending_actionPending actionThe document is undergoing additional processing and is temporarily locked.
    abandonedAbandonedThe document has been discarded without requiring additional ledger entry (e.g. draft document).
    reversedReversedThe document has been reversed from the ledgers.
    written_offWritten off
    disputeDispute
    stockStock
    In this article
    Back to top Generated by DocFX