Manage customer accounts - Create customer qualifications

Erstellt die Qualifikationen des Kunden.

POST https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/qualifications
POST https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/qualifications?code={code}

URI-Parameter

Name In Erforderlich Typ Beschreibung
customer_id
path True

string

ID des Kunden.

version
path True

string

code
query

string

Validierungscode, der für GCC erforderlich ist.

Anforderungsheader

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Erforderlich Typ Beschreibung
Authorization True

string

Autorisierungs-Bearertoken

ms-correlationid

string

Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn keine ms-correlationid angegeben wird, generiert der Server für jede Anforderung eine neue.

ms-cv

string

Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn kein ms-cv bereitgestellt wird, generiert der Server für jede Anforderung eine neue.

ms-requestid

string

Wird für die Idempotenz von Anforderungen verwendet. Wenn keine ms-requestid angegeben wird, generiert der Server für jede Anforderung eine neue anforderung.

Anforderungstext

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Typ Beschreibung
customerQualification

Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualification

Kundenqualifizierung.

Antworten

Name Typ Beschreibung
200 OK

Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualifications

Die Anforderung war erfolgreich. Diese Methode gibt die Qualifikationen des Kunden zurück.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definitionen

Name Beschreibung
Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualification
Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualifications

Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualification

Name Typ Beschreibung
qualification

string

vettingCreateDate

string

vettingReason

string

vettingStatus

string

Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualifications

Name Typ Beschreibung
qualifications

Microsoft.Partner.Service.Customers.Contracts.V2.CustomerQualification[]