この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Context Attribute (PATCH)

コンテキストレコードの属性を更新します。
リソース
1/connect/contexts/attributes
PATCH の例
1https://yourInstance.salesforce.com/services/data/v60.0/connect/contexts/attributes
使用可能なバージョン
59.0
Chatter が必要かどうか
いいえ
HTTP のメソッド
PATCH
PATCH のリクエストボディ
JSON の例
1{
2  "updateContextAttributesInput": {
3    "contextId": "3729ed60-d16d-41b8-8951-9ad4f6407ad2",
4    "nodePathAndAttributes": [
5      {
6        "nodePath": {
7          "dataPath": [
8            "UpdatedTestOrder789"
9          ]
10        },
11        "attributes": [
12          {
13            "attributeName": "Status",
14            "attributeValue": "IN TRANSIT"
15          }
16        ]
17      }
18    ]
19  }
20}
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
updateContextAttributesInput Object コンテキスト属性の更新用の入力オブジェクト。 必須 59.0
PATCH のレスポンスボディ
Context Output