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.
path 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
Responses
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 | nullDefault: false
- logo_display_widthinteger | nullDefault: 50
- logo_positionstring · enumEnum values:leftcenterright
- background_hashstring | null
- paper_sizestring · enumEnum values:A4letter
- address_positionstring · enumEnum values:leftright
- font_sizeinteger
- font_familystring
- print_on_stationeryboolean | nullDefault: 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