次の方法で共有


Manage account profiles - Get MPN profile

MPN プロファイルを取得します。

GET https://api.partnercenter.microsoft.com/v{version}/profiles/mpn
GET https://api.partnercenter.microsoft.com/v{version}/profiles/mpn?mpnId={mpnId}&verifyAdvisor={verifyAdvisor}

URI パラメーター

名前 / 必須 説明
version
path True

string

API のバージョン。

mpnId
query

string

パートナー識別子 (mpn)。

verifyAdvisor
query

boolean

Advisor を検証するかどうかを示すフラグ。

要求ヘッダー

名前 必須 説明
Authorization True

string

承認ベアラー トークン

Accept True

string

受け入れ可能なコンテンツ タイプ。広くアクセスされた型の application/json

ms-correlationid

string

要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

ms-requestid

string

要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

応答

名前 説明
200 OK

Microsoft.Partner.Sdk.Contracts.V1.MpnProfile

要求が成功しました。 応答本文には、パートナー ネットワーク プロファイルが含まれています。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

400 Bad Request

入力が見つからないか無効でした。 応答本文には、エラーの詳細が表示されます。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

401 Unauthorized

要求が認証されませんでした。 クライアントは、最初にパートナー API サービスで認証する必要があります。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

403 Forbidden

要求は認証されましたが、呼び出し元に呼び出す権限がないため拒否されました。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

404 Not Found

リソースが見つからないか、指定された入力パラメーターで使用できません。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

500 Internal Server Error

パートナー API サービスまたはその依存関係の 1 つが要求を満たできませんでした。 呼び出し元はこれを再試行できます。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

定義

名前 説明
Microsoft.Partner.Sdk.Contracts.V1.Common.Link

リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

一般的なオブジェクト属性を参照します。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceLinks

リソースのナビゲーション リンク

Microsoft.Partner.Sdk.Contracts.V1.MpnProfile

パートナーの Microsoft Partner Network プロファイルについて説明します。

System.Collections.Generic.KeyValuePair[System.String,System.String]

リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。

名前 説明
headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

リンク ヘッダーを取得します。

method

string

メソッド。

uri

string

URI。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

一般的なオブジェクト属性を参照します。

名前 説明
etag

string

etag を取得または設定します。 プロバイダー内のオブジェクトのバージョン。

objectType

string

オブジェクトの型。

リソースのナビゲーション リンク

名前 説明
next

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

アイテムの次のページ。

previous

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

アイテムの前のページ。

self

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

自己 URI。

Microsoft.Partner.Sdk.Contracts.V1.MpnProfile

パートナーの Microsoft Partner Network プロファイルについて説明します。

名前 説明
attributes

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

属性を取得します。

links

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceLinks

リンクを取得または設定します。

mpnId

string

Microsoft Partner Network ID を取得または設定します。

partnerName

string

会社名または組織名を取得または設定します。

profileType enum:
  • billing_profile
  • legal_business_profile
  • mpn_profile
  • organization_profile
  • support_profile

パートナー プロファイルの種類を取得します。

System.Collections.Generic.KeyValuePair[System.String,System.String]

名前 説明
key

string

value

string