Documents: Typeless documents
Typeless documents are documents of which the type is not yet known. For example, a document uploaded via email or via the bulk uploader. It is not possible to update a typeless document, except for adding attachments. You will need to set its type first. You cannot set the type of typeless documents using the API yet, but you can do it via the website.
List ids and versions of typeless documents
Returns all documents in the administration. The list contains the document id and the version of the document.
Check if the version of the document is newer than the version you have stored locally, use the POST
variant for fetching documents with the given ids.
Parameters
Parameter | Type | Description |
---|---|---|
filter |
String |
String terms, example: key1:value1,key2:value2. |
Example: retrieves all ids for synchronization
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents/synchronization.json?
Response
Status: 200 OK
[
{
"id": "446241598098900855",
"version": 1739789172
},
{
"id": "446241598107289465",
"version": 1739789172
},
{
"id": "446241598115678075",
"version": 1739789172
}
]
Fetch typeless documents with given ids
Given a list of document ids, returns the document information belonging to the documents. Returns a maximum of 100 documents, even if more ids are provided.
Parameters
Parameter | Type | Description |
---|---|---|
ids |
Array[integer] |
Required |
Example: retrieves documents for given ids
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XPOST \
-d '{"ids":[446241598332733322,446241598341121932]}' \
https://moneybird.com/api/v2/123/documents/typeless_documents/synchronization.json
Response
Status: 200 OK
[
{
"id": "446241598332733322",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:12.962Z",
"updated_at": "2025-02-17T10:46:12.962Z",
"version": 1739789172,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:12.965Z",
"updated_at": "2025-02-17T10:46:12.965Z"
}
]
},
{
"id": "446241598341121932",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:12.971Z",
"updated_at": "2025-02-17T10:46:12.971Z",
"version": 1739789172,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:12.973Z",
"updated_at": "2025-02-17T10:46:12.973Z"
}
]
}
]
Get typeless documents
Returns a paginated list of documents of this type in the administration.
The filter
argument allows you to filter on the list of documents. Filters are a combination of keys and values,
separated by a comma: key:value,key2:value2
. The most common filter method will be period
: period:this_month
.
Filtering works the same as in the web application, for more advanced examples, change the filtering in the web
application and learn from the resulting URI.
Parameters
Parameter | Type | Description |
---|---|---|
filter |
String |
Required String terms, example: |
new_filter |
String |
String terms, example: |
page |
Integer |
|
per_page |
Integer |
|
exclude_new_general_journal_documents |
Boolean |
Example: returns a list of typeless_documents
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents.json?
Response
Status: 200 OK
[
{
"id": "446241594774914783",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:09.570Z",
"updated_at": "2025-02-17T10:46:09.570Z",
"version": 1739789169,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:09.572Z",
"updated_at": "2025-02-17T10:46:09.572Z"
}
]
},
{
"id": "446241594767574749",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:09.562Z",
"updated_at": "2025-02-17T10:46:09.562Z",
"version": 1739789169,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:09.565Z",
"updated_at": "2025-02-17T10:46:09.565Z"
}
]
},
{
"id": "446241594758137563",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:09.554Z",
"updated_at": "2025-02-17T10:46:09.554Z",
"version": 1739789169,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:09.557Z",
"updated_at": "2025-02-17T10:46:09.557Z"
}
]
}
]
Example: returns paginated typeless documents on page 1
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents.json?per_page=1
Response
Status: 200 OK
[
{
"id": "446241594969949938",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:09.755Z",
"updated_at": "2025-02-17T10:46:09.755Z",
"version": 1739789169,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:09.759Z",
"updated_at": "2025-02-17T10:46:09.759Z"
}
]
}
]
Example: returns paginated typeless documents on page 2
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents.json?page=2&per_page=1
Response
Status: 200 OK
[
{
"id": "446241595163936515",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:09.940Z",
"updated_at": "2025-02-17T10:46:09.940Z",
"version": 1739789169,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:09.943Z",
"updated_at": "2025-02-17T10:46:09.943Z"
}
]
}
]
Example: returns an error when too many typeless documents are requested
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents.json?per_page=101
Response
Status: 400 Bad Request
{
"error": "Per Page is too big",
"symbolic": {
"per_page": "max"
}
}
Get typeless documents
Example: returns the wanted typeless_document
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents/446241595519403813.json?
Response
Status: 200 OK
{
"id": "446241595519403813",
"administration_id": 123,
"contact_id": null,
"contact": null,
"reference": "20130456",
"date": "2025-02-17",
"state": "new",
"origin": null,
"created_at": "2025-02-17T10:46:10.279Z",
"updated_at": "2025-02-17T10:46:10.279Z",
"version": 1739789170,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:10.282Z",
"updated_at": "2025-02-17T10:46:10.282Z"
}
]
}
Example: only returns typeless_documents
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XGET \
https://moneybird.com/api/v2/123/documents/typeless_documents/446241595756381996.json?
Response
Status: 404 Not Found
{
"error": "record not found",
"symbolic": {
"id": "not_found"
}
}
Create a new typeless documents
Parameters
Parameter | Type | Description |
---|---|---|
typeless_document[reference] |
String |
Required |
typeless_document[date] |
String |
Required |
typeless_document[contact_id] |
Integer |
Should be a valid contact id. |
Example: creates the typeless_document
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XPOST \
-d '{"typeless_document":{"reference":"foobar","contact_id":446241595866482486}}' \
https://moneybird.com/api/v2/123/documents/typeless_documents.json
Response
Status: 201 Created
{
"id": "446241596010137409",
"administration_id": 123,
"contact_id": "446241595866482486",
"contact": {
"id": "446241595866482486",
"administration_id": 123,
"company_name": "Foobar Holding B.V.",
"firstname": "",
"lastname": "",
"address1": "Hoofdstraat 12",
"address2": "",
"zipcode": "1234AB",
"city": "Amsterdam",
"country": "NL",
"phone": "",
"delivery_method": "Email",
"customer_id": "1",
"tax_number": "",
"chamber_of_commerce": "",
"bank_account": "",
"is_trusted": false,
"max_transfer_amount": null,
"attention": "",
"email": "info@example.com",
"email_ubl": true,
"send_invoices_to_attention": "",
"send_invoices_to_email": "info@example.com",
"send_estimates_to_attention": "",
"send_estimates_to_email": "info@example.com",
"sepa_active": false,
"sepa_iban": "",
"sepa_iban_account_name": "",
"sepa_bic": "",
"sepa_mandate_id": "",
"sepa_mandate_date": null,
"sepa_sequence_type": "RCUR",
"credit_card_number": "",
"credit_card_reference": "",
"credit_card_type": null,
"tax_number_validated_at": null,
"tax_number_valid": null,
"invoice_workflow_id": null,
"estimate_workflow_id": null,
"si_identifier": "",
"si_identifier_type": null,
"moneybird_payments_mandate": false,
"created_at": "2025-02-17T10:46:10.610Z",
"updated_at": "2025-02-17T10:46:10.610Z",
"version": 1739789170,
"sales_invoices_url": "https://moneybird.dev/123/sales_invoices/9605fa03e710cfb4637e951f1d358ea84481e089f97f652ccc93867c8215839d/all",
"notes": [],
"custom_fields": [],
"contact_people": [],
"archived": false
},
"reference": "foobar",
"date": "2025-02-17",
"state": "new",
"origin": "api",
"created_at": "2025-02-17T10:46:10.747Z",
"updated_at": "2025-02-17T10:46:10.747Z",
"version": 1739789170,
"attachments": [],
"events": [
{
"administration_id": 123,
"user_id": 17397890963220,
"action": "document_saved",
"link_entity_id": null,
"link_entity_type": null,
"data": {},
"created_at": "2025-02-17T10:46:10.752Z",
"updated_at": "2025-02-17T10:46:10.752Z"
}
]
}
Example: requires all input
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XPOST \
-d '{}' \
https://moneybird.com/api/v2/123/documents/typeless_documents.json
Response
Status: 400 Bad Request
{
"error": "Typeless Document is required",
"symbolic": {
"typeless_document": "required"
}
}
Delete a typeless documents
Parameters
Parameter | Type | Description |
---|---|---|
refresh_journal_entries |
Boolean |
Example: deletes the typeless_document
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XDELETE \
-d '{}' \
https://moneybird.com/api/v2/123/documents/typeless_documents/446241596288010075.json
Response
Status: 200 OK
200
Add attachment to typeless document
Example: uploads an attachment
Request
curl -s -H "Content-Type: multipart/mixed" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XPOST \
-F file=@/tmp/upload.pdf \
https://moneybird.com/api/v2/123/documents/typeless_documents/446241596480948073/attachments.json
Response
Status: 200 OK
200
Download attachment
Download the attachment. The response will be a redirect to a temporarily available URL
where the attachment can be downloaded. Use the Location
header in the response
to download the attachment.
Delete an attachment
Deletes an attachment of an attachable.
Example: destroys an attachment
Request
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
-XDELETE \
-d '{}' \
https://moneybird.com/api/v2/123/documents/typeless_documents/446241598525671321/attachments/446241598638917531.json