資料格式 - PositionTypes === ### Description: 職務類別 ### 資料格式: | key | type | value | description | |:----------- |:------ |:-------- |:----------- | | id | Int | 1 | id | | title | String | "醫師" | 職務類別 | | selectable | Boolean | "true" | 是否啟用(能被選擇) | | reservable | Boolean | "true" | 是否開放預約 | ### `範例`: ```json= { "id": 1, "title": "醫師", "selectable": "true", "reservable": "true" } ``` ###### tags: `掛號系統`