# 其他參數

查詢系統共用參數代碼，包括：系統共用代碼查詢。

## 系統共用代號檔

> \`\`\`\
> sysCode = {\
> &#x20; "CODE\_TYPE": string,        //代碼類型\
> &#x20; "CODE\_CODE": string,        //名稱\
> &#x20; "CODE\_NAME": string,        //名稱\
> &#x20; "cODE\_NAME\_JSON": boject,   //名稱\_JSON\
> },\
> \`\`\`<br>

````json
{"openapi":"3.0.0","tags":[{"name":"其他參數","description":"查詢系統共用參數代碼，包括：系統共用代碼查詢。"}],"servers":[{"url":"https://104demotest-api-server.hrmax.104.com.tw"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"responses":{"401":{"description":"認證失敗 (請更新 accessToken 再試一次)"},"403":{"description":"權限不足"},"440":{"description":"參數錯誤 (請檢查 parameters 或 request body 的欄位、格式是否完整及正確)"},"500":{"description":"系統異常 `{ code: 500, msg: string }`"}}},"paths":{"/api/sys/code":{"post":{"tags":["其他參數"],"summary":"系統共用代號檔","description":"```\nsysCode = {\n  \"CODE_TYPE\": string,        //代碼類型\n  \"CODE_CODE\": string,        //名稱\n  \"CODE_NAME\": string,        //名稱\n  \"cODE_NAME_JSON\": boject,   //名稱_JSON\n},\n```\n","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["CODE_TYPE"],"properties":{"CODE_TYPE":{"type":"string","description":"代碼類型"}}}}}},"responses":{"200":{"description":"成功\n```\n{\n  code: 200, \n  data: [sysCode, sysCode, ...]\n}\n```\n"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"440":{"$ref":"#/components/responses/440"},"500":{"$ref":"#/components/responses/500"}}}}}}
````


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://104ha-docs.gitbook.io/104-ha-openapi/clients/104-hr-max/qi-ta-can-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
