列出子公司清單

POST - /api/v1/si/listSubCompany

參數

{
  "apiKey": "string"
}
  • apiKey - API 金鑰

回傳

{
  "body": {
    "data": [
      {
        "uuid": "string",
        "creatorAccount": "string",
        "commonName": "string",
        "phone": "string",
        "updateDate": "2022-02-18T02:45:37.472Z",
        "createDate": "2022-02-18T02:45:37.472Z",
        "apiKey": "string"
      }
    ],
    "total": 0
  },
  "errorCode": 0,
  "message": "string"
}
  • data - 子公司列表
    • uuid - 子公司 UUID
    • creatorAccount - 子公司管理員帳號
    • commonName - 子公司名稱
    • phone - 子公司電話
    • createDate - 建立時間
    • updateDate - 更新時間
    • apiKey - 子公司 API KEY

errorCode - 錯誤代碼

請參考 錯誤碼和錯誤訊息 頁面