Skip to main content

Get expense document information

GET 

/api/documents/:id

This API endpoint has been purposefully crafted to get expense document details.

Request

Path Parameters

    id stringrequired

    Document identifier

Responses

OK - The request was processed successfully.

Schema
    id string
    name stringnull
    mimeType string
    transactionId integernull
    createdAt string

    Datetime of the creation in format Y-m-d H:i:s.

Loading...