ICustomerQualification.CreateQualificationsAsync(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 asynchronously using the POST Qualifications API. Use for GovernmentCommunityCloud with validation code after successful registration through Microsoft.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification> CreateQualificationsAsync (Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification customerQualification, Microsoft.Store.PartnerCenter.Models.ValidationCodes.ValidationCode governmentCommunityCloudValidationCode = default);
abstract member CreateQualificationsAsync : Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification * Microsoft.Store.PartnerCenter.Models.ValidationCodes.ValidationCode -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification>
Public Function CreateQualificationsAsync (customerQualification As CustomerQualification, Optional governmentCommunityCloudValidationCode As ValidationCode = Nothing) As Task(Of 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.