次の方法で共有


Manage account profiles - Update support profile

パートナー サポート プロファイルを更新します。

PUT https://api.partnercenter.microsoft.com/v{version}/profiles/support

URI パラメーター

名前 / 必須 説明
version
path True

string

API のバージョン。

要求ヘッダー

Media Types: "application/json", "application/xml", "text/xml", "application/x-www-form-urlencoded", "text/json"

名前 必須 説明
Authorization True

string

承認ベアラー トークン

Accept True

string

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

ms-correlationid

string

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

ms-requestid

string

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

要求本文

Media Types: "application/json", "application/xml", "text/xml", "application/x-www-form-urlencoded", "text/json"

名前 説明
email

string

プロファイルに関連付けられている電子メール アドレスを取得または設定します。

links

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

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

telephone

string

プロファイルに関連付けられている電話番号を取得または設定します。

website

string

サポート Web サイトを取得または設定します。

応答

名前 説明
200 OK

Microsoft.Partner.Sdk.Contracts.V1.SupportProfile

要求が成功しました。 応答本文には、更新されたサポート プロファイルが含まれています。

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.SupportProfile

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

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.SupportProfile

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

名前 説明
attributes

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

属性を取得します。

email

string

プロファイルに関連付けられている電子メール アドレスを取得または設定します。

links

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

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

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

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

telephone

string

プロファイルに関連付けられている電話番号を取得または設定します。

website

string

サポート Web サイトを取得または設定します。

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

名前 説明
key

string

value

string