ICustomerQualification.CreateQualificationsAsync 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.CustomerQualificationRequest customerQualificationRequest);
abstract member CreateQualificationsAsync : Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualificationRequest -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification>
Public Function CreateQualificationsAsync (customerQualificationRequest As CustomerQualificationRequest) As Task(Of CustomerQualification)
Parameters
- customerQualificationRequest
- CustomerQualificationRequest
Customer qualification to be created.
Returns
The updated customer qualification in the V2 contract.