DocumentStatusResponse: {
    message: string;
    status: number;
    statusText: string;
    unid: string;
}

A response for document operations that can return document's status after operation.

Type declaration

  • message: string

    Shows a descriptive message on document's status after the operation.

  • status: number

    HTTP status code.

  • statusText: string

    Status for success or failure.

  • unid: string

    The UNID of document the operation interacted with.