ICustomerQualification.CreateQualifications(CustomerQualification, ValidationCode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The updated customer qualification in the V2 contract.