Document types
API endpoints
List document types
GET
https://{domain}.biapi/pro/2.0/documenttypes
Response body: DocumentTypesList object
Data model
DocumentTypesList object
Property | Type | Description |
---|---|---|
| Array of DocumentType strings | List of document types. |
DocumentType values
Value |
---|
|
|
|
|
|
|
|
|
|
|
|
Forward compatibility requirement: additional types may be added in the future. When implementing type handling, always fallback to a generic case for unknown values.
Last updated