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