Manage customer accounts - Create customer qualifications

Creates the customer's qualifications.

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 Parameters

Name In Required Type Description
customer_id
path True

string

Id of the customer.

version
path True

string

code
query

string

Validation code required for GCC.

Request Header

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

Name Required Type Description
Authorization True

string

Authorization Bearer token

ms-correlationid

string

Used for tracking requests internally. If a ms-correlationid is not provided, the server will generate a new one for each request

ms-cv

string

Used for tracking requests internally. If a ms-cv is not provided, the server will generate a new one for each request

ms-requestid

string

Used for idempotency of requests. If a ms-requestid is not provided, the server will generate a new one for each request

Request Body

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

Name Type Description
customerQualification

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

Customer Qualification.

Responses

Name Type Description
200 OK

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

The request was successful. This method will return the customer's qualifications.

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

Definitions

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

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

Name Type Description
qualification

string

vettingCreateDate

string

vettingReason

string

vettingStatus

string

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

Name Type Description
qualifications

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