Response of Get indirect resellers of a customer is Null

Jessie Yuan 201 Reputation points Microsoft Employee
2019-10-30T08:45:02.167+00:00

I call the response as below:
https://learn.microsoft.com/en-us/partner-center/develop/get-indirect-resellers-of-a-customer

I tested a lot of data and the majority was successful, but When I use the CustomerId(90a73a9c-4585-4cbc-9987-0c38fa***3b9) the Return is null .

I could appreciate if someone can answer why have the situation ?

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

Accepted answer
  1. Wendy Li_MSFT 1,711 Reputation points Microsoft Vendor
    2019-10-30T09:03:01.84+00:00

    Hi,

    Welcome to Microsoft Q&A Platform!

    The REST API below use to retrieve a list of indirect resellers with whom the specified customer has a relationship. If the customer do not have the indirect resellers that have a relationship, it will return null using this API. Please check it again.

    {baseURL}/v1/customers/{customer-id}/relationships  
    

    Best Regards,

    =======

    Updated:

    Invite a customer to establish a reseller relationship with you, please check the steps below:

    1.Select Customers from your Partner Center menu and then select Request a reseller relationship.

    2.On the next page, review the draft email message. You can open the draft message in email or you can copy the message to your clipboard and paste it into an email.

    More information is here:
    https://learn.microsoft.com/en-us/partner-center/indirect-reseller-tasks-in-partner-center

    We can use the REST API below to retrieve a list of the signed-in partner's indirect resellers.

    {baseURL}/v1/relationships?relationship_type=IsIndirectCloudSolutionProviderOf  
    

    https://learn.microsoft.com/en-us/partner-center/develop/retrieve-a-list-of-indirect-resellers


0 additional answers

Sort by: Most helpful