Manage customer accounts - Update customer qualification
汇报客户的资格。
PUT https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/qualification
PUT https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/qualification?code={code}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
customer_id
|
path | True |
string |
客户 Active Directory 租户标识符。 |
version
|
path | True |
string |
|
code
|
query |
string |
GCC 所需的验证代码。 |
请求头
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Authorization | True |
string |
授权持有者令牌 |
ms-correlationid |
string |
用于在内部跟踪请求。 如果未提供 ms-correlationid,则服务器将为每个请求生成一个新请求 |
|
ms-cv |
string |
用于在内部跟踪请求。 如果未提供 ms-cv,则服务器将为每个请求生成一个新请求 |
|
ms-requestid |
string |
用于请求的幂等性。 如果未提供 ms-requestid,则服务器将为每个请求生成一个新请求 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求已成功。 请求的客户资格分配已更新。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |