Optional
configuration: ConfigurationSubmit multiple Documents at once.
Bulk Submit Documents
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Document.
Get a Document
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
The id of the document to be retrieved.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Documents. The Documents are sorted with the most recently created appearing first.
List all Documents
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
status: ListDocumentsStatusOptional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Submits a Document.
Submit a Document
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
The id of the document to be updated.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
DocumentsApi - functional programming interface
Export