/document_styles
GET
GET /document_styles(.:format)
/document_styles(.:format)
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \ -XGET \ https://moneybird.com/api/v2/123/document_styles.json?
data = {} RestClient.get( "https://moneybird.com/api/v2/123/document_styles.json", data, { authorization: "Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" } )
Status: 200 OK
[ { "id": "433546158841792344", "administration_id": 123, "name": "Standaard", "identity_id": "433546158546093901", "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-09-30T07:37:38.354Z", "updated_at": "2024-09-30T07:37:38.367Z" } ]