跳轉到

職務

取得職務 Get

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.Get

var result = await UofxService.BASE.JobFunc.Get();

輸入參數

回傳結果

  • JobFuncViewModel
屬性 型別 說明
CategoryName string 類別名稱
Code string 代碼
JobFunc string 名稱
Active bool? 啟用狀態
Seq int 排序

建立職務類別 Create

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.Create

var result = await UofxService.BASE.JobFunc.Create(model);

輸入參數

  • JobFuncCreateModel
屬性 型別 必填 預設值 說明
CategoryName string V 類別名稱
Code string V 代碼
JobFunc string V 名稱
Active bool? 啟用狀態

回傳結果

  • JobFuncViewModel
屬性 型別 說明
CategoryName string 類別名稱
Code string 代碼
JobFunc string 名稱
Active bool? 啟用狀態
Seq int 排序

更新職務類別 Update

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.Update

var result = await UofxService.BASE.JobFunc.Update(model);

輸入參數

  • JobFuncUpdateModel
屬性 型別 必填 預設值 說明
OriginalCode string V 原始代碼
Code string V 現有代碼
JobFunc string V 名稱

回傳結果

  • JobFuncViewModel
屬性 型別 說明
CategoryName string 類別名稱
Code string 代碼
JobFunc string 名稱
Active bool? 啟用狀態
Seq int 排序

更新職務類別順序 UpdateSeq

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.UpdateSeq

var result = await UofxService.BASE.JobFunc.UpdateSeq(model);

輸入參數

  • JobFuncUpdateSeqModel
屬性 型別 必填 預設值 說明
Code string V 代碼
CategoryName string V 類別名稱
Seq int V 順序

回傳結果

  • JobFuncViewModel
屬性 型別 說明
CategoryName string 類別名稱
Code string 代碼
JobFunc string 名稱
Active bool? 啟用狀態
Seq int 排序

更新職務類別狀態 UpdateStatus

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.UpdateStatus

var result = await UofxService.BASE.JobFunc.UpdateStatus(model);

輸入參數

  • JobFuncUpdateStatusModel
屬性 型別 必填 預設值 說明
Code string V 代碼
Active bool V 啟用狀態

回傳結果

  • JobFuncViewModel
屬性 型別 說明
CategoryName string 類別名稱
Code string 代碼
JobFunc string 名稱
Active bool? 啟用狀態
Seq int 排序

刪除職務類別 Delete

金鑰權限需求: 組織 > 部門人員資料

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.BASE.JobFunc.Delete

await UofxService.BASE.JobFunc.Delete(model);

輸入參數

  • JobFuncDeleteModel
屬性 型別 必填 預設值 說明
Code string V 代碼

回傳結果