Document styles

List all document styles

Example: returns all DocumentStyles of an administration

Request

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

Response

        
          
          Status: 200 OK
        
      
[
  {
    "id": "426664036528031296",
    "administration_id": 123,
    "name": "Standaard",
    "identity_id": "426664036248061493",
    "default": true,
    "logo_hash": null,
    "logo_container_full_width": false,
    "logo_display_width": 50,
    "logo_position": "right",
    "background_hash": null,
    "paper_size": "A4",
    "address_position": "left",
    "font_size": 9,
    "font_family": "lucida_grande",
    "print_on_stationery": false,
    "custom_css": null,
    "invoice_sender_address": [
      {
        "field": "company_name",
        "bold": true
      },
      {
        "field": "address"
      },
      {
        "field": "newline"
      },
      {
        "field": "email"
      },
      {
        "field": "phone"
      },
      {
        "field": "newline"
      },
      {
        "field": "chamber_of_commerce",
        "label": true
      },
      {
        "field": "tax_number",
        "label": true
      },
      {
        "field": "bank_account_number",
        "label": true
      }
    ],
    "invoice_metadata_left": [
      {
        "field": "reference"
      }
    ],
    "invoice_metadata_right": [
      {
        "field": "invoice_date"
      },
      {
        "field": "due_date"
      }
    ],
    "estimate_sender_address": [
      {
        "field": "company_name",
        "bold": true
      },
      {
        "field": "address"
      },
      {
        "field": "newline"
      },
      {
        "field": "email"
      },
      {
        "field": "phone"
      },
      {
        "field": "newline"
      },
      {
        "field": "chamber_of_commerce",
        "label": true
      },
      {
        "field": "tax_number",
        "label": true
      },
      {
        "field": "bank_account_number",
        "label": true
      }
    ],
    "estimate_metadata_left": [
      {
        "field": "reference"
      }
    ],
    "estimate_metadata_right": [
      {
        "field": "estimate_date"
      },
      {
        "field": "due_date"
      }
    ],
    "created_at": "2024-07-16T08:29:15.091Z",
    "updated_at": "2024-07-16T08:29:15.106Z"
  }
]