Documents: General documents

List ids and versions of general 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/general_documents/synchronization.json?
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664093081928720",
    "version": 1721118609
  },
  {
    "id": "426664093091365906",
    "version": 1721118609
  },
  {
    "id": "426664093097657364",
    "version": 1721118609
  }
]
      

Example: retrieves all ids for synchronization using a filter

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents/synchronization.json?filter=period%3Athis_month
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664093255992350",
    "version": 1721118609
  },
  {
    "id": "426664093264380960",
    "version": 1721118609
  },
  {
    "id": "426664093272769570",
    "version": 1721118609
  }
]
      

Fetch general 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":[426664093456270382,426664093468853296]}' \
  https://moneybird.com/api/v2/123/documents/general_documents/synchronization.json
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664093468853296",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 4,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:09.394Z",
    "updated_at": "2024-07-16T08:30:09.394Z",
    "version": 1721118609,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:09.399Z",
        "updated_at": "2024-07-16T08:30:09.399Z"
      }
    ]
  },
  {
    "id": "426664093456270382",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 3,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:09.382Z",
    "updated_at": "2024-07-16T08:30:09.382Z",
    "version": 1721118609,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:09.386Z",
        "updated_at": "2024-07-16T08:30:09.386Z"
      }
    ]
  }
]
      

Get general 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: key1:value1,key2:value2.

new_filter String

String terms, example: key1:value1,key2:value2.

page Integer
per_page Integer
exclude_new_general_journal_documents Boolean

Example: returns a list of general_documents

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents.json?
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664088862459750",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 5,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:05.001Z",
    "updated_at": "2024-07-16T08:30:05.001Z",
    "version": 1721118605,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:05.004Z",
        "updated_at": "2024-07-16T08:30:05.004Z"
      }
    ]
  },
  {
    "id": "426664088854071140",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 4,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:04.993Z",
    "updated_at": "2024-07-16T08:30:04.993Z",
    "version": 1721118604,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:04.995Z",
        "updated_at": "2024-07-16T08:30:04.995Z"
      }
    ]
  },
  {
    "id": "426664088846731106",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 3,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:04.986Z",
    "updated_at": "2024-07-16T08:30:04.986Z",
    "version": 1721118604,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:04.988Z",
        "updated_at": "2024-07-16T08:30:04.988Z"
      }
    ]
  }
]
      

Example: returns paginated general documents on page 1

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents.json?per_page=1
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664089031280502",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 5,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:05.163Z",
    "updated_at": "2024-07-16T08:30:05.163Z",
    "version": 1721118605,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:05.165Z",
        "updated_at": "2024-07-16T08:30:05.165Z"
      }
    ]
  }
]
      

Example: returns paginated general documents on page 2

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents.json?page=2&per_page=1
    

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664089192761220",
    "administration_id": 123,
    "contact_id": null,
    "contact": null,
    "reference": "Contract",
    "date": "2024-07-16",
    "due_date": null,
    "entry_number": 4,
    "state": "saved",
    "exchange_rate": "1.0",
    "created_at": "2024-07-16T08:30:05.316Z",
    "updated_at": "2024-07-16T08:30:05.316Z",
    "version": 1721118605,
    "notes": [

    ],
    "attachments": [

    ],
    "events": [
      {
        "administration_id": 123,
        "user_id": 17211185545521,
        "action": "document_saved",
        "link_entity_id": null,
        "link_entity_type": null,
        "data": {
        },
        "created_at": "2024-07-16T08:30:05.319Z",
        "updated_at": "2024-07-16T08:30:05.319Z"
      }
    ]
  }
]
      

Example: returns an error when too many general documents are requested

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents.json?per_page=101
    

Response

        
          
          Status: 400 Bad Request
        
      
{
  "error": "Per Page is too big",
  "symbolic": {
    "per_page": "max"
  }
}
      

Get general documents

Example: returns the wanted general_document

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents/426664089523062688.json?
    

Response

        
          
          Status: 200 OK
        
      
{
  "id": "426664089523062688",
  "administration_id": 123,
  "contact_id": null,
  "contact": null,
  "reference": "Contract",
  "date": "2024-07-16",
  "due_date": null,
  "entry_number": 2,
  "state": "saved",
  "exchange_rate": "1.0",
  "created_at": "2024-07-16T08:30:05.631Z",
  "updated_at": "2024-07-16T08:30:05.631Z",
  "version": 1721118605,
  "notes": [

  ],
  "attachments": [

  ],
  "events": [
    {
      "administration_id": 123,
      "user_id": 17211185545521,
      "action": "document_saved",
      "link_entity_id": null,
      "link_entity_type": null,
      "data": {
      },
      "created_at": "2024-07-16T08:30:05.634Z",
      "updated_at": "2024-07-16T08:30:05.634Z"
    }
  ]
}
      

Example: only returns general_documents

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XGET \
  https://moneybird.com/api/v2/123/documents/general_documents/426664089656231847.json?
    

Response

        
          
          Status: 404 Not Found
        
      
{
  "error": "record not found",
  "symbolic": {
    "id": "not_found"
  }
}
      

Create a new general documents

Parameters

Parameter Type Description
general_document[reference] String

Required.

general_document[date] String

Required

Required.

general_document[due_date] String
general_document[reminder_date] String
general_document[contact_id] Integer

Should be a valid contact id.

general_document[reminder][date] String

Required

general_document[reminder][message] String

Example: creates the general_document

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XPOST \
  -d '{"general_document":{"reference":"foobar","contact_id":426664090090342345}}' \
  https://moneybird.com/api/v2/123/documents/general_documents.json
    

Response

        
          
          Status: 201 Created
        
      
{
  "id": "426664090229802961",
  "administration_id": 123,
  "contact_id": "426664090090342345",
  "contact": {
    "id": "426664090090342345",
    "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": "",
    "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": "2024-07-16T08:30:06.172Z",
    "updated_at": "2024-07-16T08:30:06.172Z",
    "version": 1721118606,
    "sales_invoices_url": "https://moneybird.dev/123/sales_invoices/e4507ee9cf1c16698407213531653de6ad8046b198d149afd1b66f293b09006c/all",
    "notes": [

    ],
    "custom_fields": [

    ],
    "contact_people": [

    ],
    "archived": false
  },
  "reference": "foobar",
  "date": "2024-07-16",
  "due_date": null,
  "entry_number": 3,
  "state": "saved",
  "exchange_rate": "1.0",
  "created_at": "2024-07-16T08:30:06.306Z",
  "updated_at": "2024-07-16T08:30:06.306Z",
  "version": 1721118606,
  "notes": [

  ],
  "attachments": [

  ],
  "events": [
    {
      "administration_id": 123,
      "user_id": 17211185545521,
      "action": "document_saved",
      "link_entity_id": null,
      "link_entity_type": null,
      "data": {
      },
      "created_at": "2024-07-16T08:30:06.309Z",
      "updated_at": "2024-07-16T08:30:06.309Z"
    }
  ]
}
      

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/general_documents.json
    

Response

        
          
          Status: 400 Bad Request
        
      
{
  "error": "General Document is required",
  "symbolic": {
    "general_document": "required"
  }
}
      

Delete a general documents

Parameters

Parameter Type Description
refresh_journal_entries Boolean

Example: deletes the general_document

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XDELETE \
  -d '{}' \
  https://moneybird.com/api/v2/123/documents/general_documents/426664090826442746.json
    

Response

Update a general documents

Parameters

Parameter Type Description
general_document[reference] String

Required.

general_document[date] String

Required

Required.

general_document[due_date] String
general_document[reminder_date] String
general_document[contact_id] Integer

Should be a valid contact id.

general_document[reminder][date] String

Required

general_document[reminder][message] String
remove_contact Boolean

Example: updates the general_document

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XPATCH \
  -d '{"general_document":{"reference":"updated reference"}}' \
  https://moneybird.com/api/v2/123/documents/general_documents/426664090510821349.json
    

Response

        
          
          Status: 200 OK
        
      
{
  "id": "426664090510821349",
  "administration_id": 123,
  "contact_id": null,
  "contact": null,
  "reference": "updated reference",
  "date": "2024-07-16",
  "due_date": null,
  "entry_number": 2,
  "state": "saved",
  "exchange_rate": "1.0",
  "created_at": "2024-07-16T08:30:06.574Z",
  "updated_at": "2024-07-16T08:30:06.632Z",
  "version": 1721118606,
  "notes": [

  ],
  "attachments": [

  ],
  "events": [
    {
      "administration_id": 123,
      "user_id": 17211185545521,
      "action": "document_saved",
      "link_entity_id": null,
      "link_entity_type": null,
      "data": {
      },
      "created_at": "2024-07-16T08:30:06.576Z",
      "updated_at": "2024-07-16T08:30:06.576Z"
    },
    {
      "administration_id": 123,
      "user_id": 17211185545521,
      "action": "document_updated",
      "link_entity_id": null,
      "link_entity_type": null,
      "data": {
      },
      "created_at": "2024-07-16T08:30:06.634Z",
      "updated_at": "2024-07-16T08:30:06.634Z"
    }
  ]
}
      

Add attachment to general 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/general_documents/426664090978485253/attachments.json
    

Response

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/general_documents/426664093613556794/attachments/426664093732045884.json
    

Response

Adds note to entity

Parameters

Parameter Type Description
note[note] String

Required. Text for the note or to-do.

note[todo] Boolean

If true the note is a to-do.

note[assignee_id] Integer

Assign to-do to user. Should be a valid user id. If assignee_id is provided the note will be a to-do.

Example: create a note

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XPOST \
  -d '{"note":{"note":"Text of the note","assignee_id":426664089824004022,"todo":true}}' \
  https://moneybird.com/api/v2/123/documents/general_documents/426664089806178228/notes.json
    

Response

        
          
          Status: 201 Created
        
      
{
  "id": "426664089880627128",
  "administration_id": 123,
  "entity_id": "426664089806178228",
  "entity_type": "Document",
  "user_id": 17211185545521,
  "assignee_id": "426664089824004022",
  "todo": true,
  "note": "Text of the note",
  "completed_at": null,
  "completed_by_id": null,
  "todo_type": null,
  "data": {
  },
  "created_at": "2024-07-16T08:30:05.972Z",
  "updated_at": "2024-07-16T08:30:05.972Z"
}
      

Destroys note from entity

Example: destroy a note

Request

curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \
  -XDELETE \
  -d '{}' \
  https://moneybird.com/api/v2/123/documents/general_documents/426664089978144706/notes/426664089985484740.json
    

Response