customer promo eligibility

eg1995 1,131 Reputation points
2023-02-27T13:54:27.17+00:00

hi team,

I am new to partner center dahsboard and APIs and I have 2 requirements:

How can I find in the portal as a reseller what are the promos and campaigns offered from MS for this fiscal year?

And after getting these promo, how can i check if the customer is eligible or no.

i was checking that I have to use partner center APIs to fetch this data? is there an alternative option from the Partner center dashboard?

if no which tool can I use to call for APIs as I am even new for this subject.

many thanks

Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
317 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Erkan Sahin 830 Reputation points
    2023-03-25T13:26:27.1933333+00:00

    To find the promos and campaigns offered by Microsoft for this fiscal year, you can use the Partner Center Dashboard. Here are the steps:

    1. Log in to the Partner Center Dashboard.
    2. Click on the "Offers" tab in the left menu.
    3. You will see a list of all the available offers, including promotions and campaigns.
    4. You can filter the list by country, product, and status to find the specific offer you're looking for.

    To check if a customer is eligible for a specific offer, you can use the Partner Center APIs. Here are the steps:

    1. Register your application in the Azure Active Directory (AAD) associated with your Partner Center account.
    2. Get an access token using the OAuth 2.0 client credentials grant flow.
    3. Call the API endpoint for the offer eligibility check, passing the required parameters such as the customer ID, offer ID, and product ID.
    4. The API will return a response indicating whether the customer is eligible for the offer or not.

    To call the Partner Center APIs, you can use any HTTP client tool such as Postman or cURL. You will need to include the access token in the HTTP headers of your API requests. The documentation for the Partner Center APIs is available on the Microsoft website.

    Please mark my answer if it helps :-)

    0 comments No comments