ICustomerQualification.CreateQualifications(CustomerQualification, ValidationCode) Method

Definition

Creates the customer qualification synchronously using the POST Qualifications API. Use for GovernmentCommunityCloud with validation code after successful registration through Microsoft.

public Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification CreateQualifications (Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification customerQualification, Microsoft.Store.PartnerCenter.Models.ValidationCodes.ValidationCode governmentCommunityCloudValidationCode = default);
abstract member CreateQualifications : Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification * Microsoft.Store.PartnerCenter.Models.ValidationCodes.ValidationCode -> Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification
Public Function CreateQualifications (customerQualification As CustomerQualification, Optional governmentCommunityCloudValidationCode As ValidationCode = Nothing) As CustomerQualification

Parameters

customerQualification
CustomerQualification

Customer qualification to be updated.

governmentCommunityCloudValidationCode
ValidationCode

Validation code necessary to complete only Government Community Cloud customer creation. List validation codes with GetValidationCodes in ValidationOperations.

Returns

CustomerQualification

The updated customer qualification in the V2 contract.

Applies to