Manage account profiles - Update billing profile
課金プロファイルを更新します。
PUT https://api.partnercenter.microsoft.com/v{version}/profiles/billing
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"
名前 | 型 | 説明 |
---|---|---|
address |
会社または組織の請求先住所を取得または設定します。 |
|
billingCurrency |
string |
会社または組織で使用される通貨を取得または設定します。 |
billingDay |
integer |
請求日を取得または設定します。 |
companyName |
string |
請求先の会社名を取得または設定します。 |
links |
リンクを取得または設定します。 |
|
primaryContact |
会社または組織の主要連絡先を取得または設定します。 |
|
purchaseOrderNumber |
string |
会社または組織の発注書番号を取得または設定します。 |
taxId |
string |
会社または組織の税 ID を取得または設定します。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。 応答本文には、更新された課金プロファイルが含まれています。 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. |
顧客またはパートナーの住所を表します。 |
Microsoft. |
パートナーの課金プロファイルについて説明します。 |
Microsoft. |
リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。 |
Microsoft. |
一般的なオブジェクト属性を参照します。 |
Microsoft. |
リソースのナビゲーション リンク |
Microsoft. |
特定の個人の連絡先情報について説明します。 |
System. |
Microsoft.Partner.Sdk.Contracts.V1.Address
顧客またはパートナーの住所を表します。
名前 | 型 | 説明 |
---|---|---|
addressLine1 |
string |
アドレスの最初の行を取得または設定します。 |
addressLine2 |
string |
アドレスの 2 行目を取得または設定します。 このプロパティは省略可能です。 |
city |
string |
市区町村を取得または設定します。 |
country |
string |
ISO の国コード形式で国/地域を取得または設定します。 |
firstName |
string |
顧客の会社/組織の連絡先の名を取得または設定します。 |
lastName |
string |
顧客の会社/組織の連絡先の姓を取得または設定します。 |
phoneNumber |
string |
顧客の会社/組織の連絡先の電話番号を取得または設定します。 このプロパティは省略可能です。 |
postalCode |
string |
郵便番号を取得または設定します。 |
region |
string |
領域を取得または設定します。 |
state |
string |
状態を取得または設定します。 |
Microsoft.Partner.Sdk.Contracts.V1.BillingProfile
パートナーの課金プロファイルについて説明します。
名前 | 型 | 説明 |
---|---|---|
address |
会社または組織の請求先住所を取得または設定します。 |
|
attributes |
Microsoft. |
属性を取得します。 |
billingCurrency |
string |
会社または組織で使用される通貨を取得または設定します。 |
billingDay |
integer |
請求日を取得または設定します。 |
companyName |
string |
請求先の会社名を取得または設定します。 |
links |
リンクを取得または設定します。 |
|
primaryContact |
会社または組織の主要連絡先を取得または設定します。 |
|
profileType |
enum:
|
OldProperty: パートナー プロファイルの種類を取得します。 |
purchaseOrderNumber |
string |
会社または組織の発注書番号を取得または設定します。 |
taxId |
string |
会社または組織の税 ID を取得または設定します。 |
Microsoft.Partner.Sdk.Contracts.V1.Common.Link
リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。
名前 | 型 | 説明 |
---|---|---|
headers |
System. |
リンク ヘッダーを取得します。 |
method |
string |
メソッド。 |
uri |
string |
URI。 |
Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes
一般的なオブジェクト属性を参照します。
名前 | 型 | 説明 |
---|---|---|
etag |
string |
etag を取得または設定します。 プロバイダー内のオブジェクトのバージョン。 |
objectType |
string |
オブジェクトの型。 |
Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceLinks
リソースのナビゲーション リンク
名前 | 型 | 説明 |
---|---|---|
next |
アイテムの次のページ。 |
|
previous |
アイテムの前のページ。 |
|
self |
自己 URI。 |
Microsoft.Partner.Sdk.Contracts.V1.Contact
特定の個人の連絡先情報について説明します。
名前 | 型 | 説明 |
---|---|---|
string |
連絡先のメール アドレスを取得または設定します。 |
|
firstName |
string |
連絡先の名を取得または設定します。 |
lastName |
string |
連絡先の姓を取得または設定します。 |
phoneNumber |
string |
連絡先の電話番号を取得または設定します。 |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名前 | 型 | 説明 |
---|---|---|
key |
string |
|
value |
string |