# 组织数据接口

| 服务地址             | <http://ahpp.zoneland.net:20030/x\\_program\\_center/jaxrs/invoke/unitAsync/execute> |
| ---------------- | ------------------------------------------------------------------------------------ |
| 调用方式             | HTTP                                                                                 |
| 调用方法             | POST                                                                                 |
| 请求报文Content-Type | application/json; charset=utf-8                                                      |
| 响应报文Content-Type | application/json; charset=utf-8                                                      |

本服务对应组织的增删改查操作，通过传请求报文的action参数进行对应的操作：

| 参数     | 执行操作 |
| ------ | ---- |
| add    | 新增组织 |
| update | 修改组织 |
| delete | 删除组织 |

如：删除组织的请求报文可以为

| <p>{</p><p>"action": "delete", //删除组织</p><p>"flag" : "" //组织标志</p><p>}</p> |
| -------------------------------------------------------------------------- |

{% file src="/files/-LsGEe0Zy3NRV-RjQIwt" %}


---

# 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://o2oa.gitbook.io/course/ping-tai-shi-shi/zu-zhi-guan-li/shu-ju-tong-bu-jie-kou/zu-zhi-shu-ju-jie-kou.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.
