Moneybird logo
Moneybird API

Document styles

Endpoint:https://moneybird.com/api/v2

Document styles are used to define the layout of documents, like invoices and estimates. You can have multiple document styles for different purposes.


List all document styles

GET
https://moneybird.com/api/v2
/{administration_id}/document_styles{format}

Returns a list of all document styles.

List all document stylespath Parameters

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

List all document stylesResponses

A list of document styles

  • idstring | integer · pattern: ^\d+$

    A unique record identifier

  • administration_idstring | integer · pattern: ^\d+$

    A unique record identifier of an administration

  • namestring
  • identity_idstring | integer · pattern: ^\d+$

    A unique record identifier

  • defaultboolean
  • logo_hashstring | null
  • logo_container_full_widthboolean | null
    Default: false
  • logo_display_widthinteger | null
    Default: 50
  • logo_positionstring · enum
    Enum values:
    left
    center
    right
  • background_hashstring | null
  • paper_sizestring · enum
    Enum values:
    A4
    letter
  • address_positionstring · enum
    Enum values:
    left
    right
  • font_sizeinteger
  • font_familystring
  • print_on_stationeryboolean | null
    Default: false
  • custom_cssstring | null
  • invoice_sender_addressobject[]
  • invoice_metadata_leftobject[]
  • invoice_metadata_rightobject[]
  • estimate_sender_addressobject[]
  • estimate_metadata_leftobject[]
  • estimate_metadata_rightobject[]
  • created_atstring | null · date-time
  • updated_atstring | null · date-time