APIs and Services
22 TopicsPartner Assistance
Hi, We are a Microsoft Partner and working collaboratively with other Microsoft partners and customes with all sorts of varying Microsoft Solutions and Azure migrations. More and more of these as an ECIF supplier. We are always being asked who is our Microsoft FTE Sponsor or PDM Manager, but we dont have any points of contact at Microsoft. Previously there use to be an ASK partner help line that you could call to get help as a Microsoft Partner. We are looking to deepen our relationship with Microsoft and are struggling because we lack any contacts. Can anyone advise where or how we can get help to improve our Partner relationship with Microsoft to ultimately help us sell more Microsoft solutions?Downloading software requiring activation codes, for future use.
I am downloading software from the Silver program and am wondering about the ones which require activation fees. When I select "Get Keys" will it provide me with a number of keys equal to the number of activations I have that I can use anytime I want to install the software? Or do I need to be ready with the software already installed when I get keys?SolvedPartnerCenter Rest Api WebHooks
Hi everyone, I’m using the webhooks of partnercenter rest api, but there is a problem compared to what described in the technical specifications. In the documentation https://learn.microsoft.com/en-us/partner-center/developer/partner-center-webhook-events#createtransfer-event it is specified that the ResourceUri consists of "{baseURL}/webhooks/v{version}/customers/{customer_id}/transfers/{transfer_id}" but this is not the case! The notifications come with a ResourceUri "{baseURL}/webhooks/v{version}/customers/{customer_id}" and this creates a problem as it is not possible to trace the TrasferId in a safe way. Please can someone fix it?How can I get private offer info base on subscription Id?
When a customer places an order using a private offer link and the Landing Page is configured, I can obtain the current SubscriptionId. However, when I use this subscriptionId to get the subscription detail (https://marketplaceapi.microsoft.com/api/saas/subscriptions/%7BsubscriptionId%7D?api-version=2018-08-31), the returned offerId is the public offerId, NOT the private offerId. How can I obtain the private offerId? Or where did I go wrong? In fact, I want to obtain the price information set for the private offer using the private offerId. Thank you! { "id": "test", "publisherId": "publisherId", "offerId": "public_offer_id", "name": "name", "saasSubscriptionStatus": "Subscribed", "beneficiary": { "emailId": "", "objectId": "", "tenantId": "", "puid": "" }, "purchaser": { "emailId": "", "objectId": "", "tenantId": "", "puid": "" }, "planId": "planId", "term": { "startDate": "2024-07-18T00:00:00Z", "endDate": "2025-07-17T00:00:00Z", "termUnit": "P1Y" }, "autoRenew": true, "isTest": false, "isFreeTrial": false, "allowedCustomerOperations": [ "Delete", "Read", "Update" ], "sandboxType": "None", "created": "2024-07-18", "lastModified": "0001-01-01T00:00:00", "quantity": 4, "sessionMode": "None" }