# Banner
| Field | Type | Modifiable | Description |
|---|---|---|---|
| id_banner | Number | No | Unique identifier of the banner. |
| title | String | Yes | Banner title. |
| link | String | Yes | Link to which the banner should go. |
| id_status | Number | Yes | Indicates the status of the banner on the web page, see Status. |
| status_label | String | No | Name of the status on the banner web page. |
| image | File | Yes | Banner image. |
| position | Number | Yes | Defines the order in which the banner should be displayed. |
# Status
| Value | Represents | Label |
|---|---|---|
| 1 | Active | Active |
| 2 | Inactive | Inactive |
❗ ️ Important
When adding or editing a service, the image (file) must be sent in the parameter called image from an html form, the supported formats are PNG, JPEG, JPG and GIF.