# 认证实体 (CE)

## 场景：CE 名称被更改（有意或无意地）且提供的唯一标识符可以匹配

例如：证书续订，名称写得稍有不同，由于合并、业务变更等原因，公司名称完全更改。

由于我们提供了相同的唯一标识符，系统将匹配此ID并更新名称。旧名称被标记为旧名称，从现在开始，只显示新提供的名称供验证用户查看。

{% hint style="info" %}
如果您有多个认证，并且 CE 唯一 ID 相同，但在各个证书之间名称不同，则使用最后提供的名称。
{% endhint %}

<table><thead><tr><th width="136">现有已认证实体唯一标识符</th><th>现有已认证实体名称</th><th width="238">已上传的已认证实体唯一标识符</th><th>已上传的已认证实体名称</th><th>结果</th></tr></thead><tbody><tr><td>205a52a2-7536-4f43-8aab-e7a72ff34a9f</td><td>迪士尼公司</td><td>205a52a2-7536-4f43-8aab-e7a72ff34a9f</td><td>迪士尼公司。</td><td>现有条目被覆盖，显示新上传的名称</td></tr></tbody></table>

## 场景：CE 名称已更改或相同且提供的唯一标识符也已更改

例如：证书续订，但未重新使用唯一标识符

这将导致重复，因为旧证书和新证书将存储在系统中，并且上传了两个实体。


---

# 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://support.iafcertsearch.org/api-developer-guide/api-zh/data-handling/matching-existing-data/certified-entity-ce.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.
