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 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
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"
Name | 필수 | 형식 | Description |
---|---|---|---|
Authorization | True |
string |
권한 부여 전달자 토큰 |
ms-correlationid |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다. |
|
ms-cv |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-cv가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다. |
|
ms-requestid |
string |
요청의 멱등성에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청이 성공했습니다. 요청된 고객의 자격 할당이 업데이트되었습니다. Media Types: "application/json", "text/json", "application/xml", "text/xml" |