Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the extension. |
extensionCode | string | true | Extension map |
name | string | true | Name of the extension. |
module | Module | false | Related Module to this extension. |
JSON representation
{ "id": 1, "extensionCode": "COD1", "name": "Extension 1", "module": null }