| Field | Type | Flags | Description |
|---|---|---|---|
| billing_address | Embedded | Nullable | Billing address of the organization |
| String | Nullable Blankable | Email of the organization (max_length = 256) | |
| fax | String | Nullable Blankable | Fax of the organization (max length = 16) |
| id | Objectid | Readonly | Unique identifier of the resource |
| img_logo | Reference | Nullable Blankable | Organization's logo as a regular bitmap format. If an SVG logo is provided, a quality raster equivalent is automatically processed |
| name | String | Name of the organization (max length = 128) | |
| phone | String | Nullable Blankable | Phone of the organization (max length = 16) |
| postal_address | Embedded | Nullable | Postal/delivery address of the organization |
| registration_info | Embedded | Registration infos of the organization. Registration infos are polymorphic and based upon the registration country of the organization |
|
| report_settings | Embedded | Nullable | Vosae allows some customization for your reports. Different settings can be set here |
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| slug | String | Readonly | Slug of the organization (max length = 64) |
| svg_logo | Reference | Nullable Blankable | Organization's logo based on the open SVG vector format. SVG format is preferable since it is better suited to various screen definitions and fits better in vector documents such as PDF |
| terms | Reference | Nullable Blankable | Your terms and conditions. We recommand the use of the common used PDF format |