Context Node Mapping (POST、PATCH)
コンテキストノードの対応付けを作成および更新します。
- リソース
-
1/connect/context-mappings/${contextMappingId}/context-node-mappings - POST の例
-
1https://yourInstance.salesforce.com/services/data/v59.0/connect/context-mappings/${contextMappingId}/context-node-mappings - PATCH の例
-
1https://yourInstance.salesforce.com/services/data/v59.0/connect/context-mappings/${contextMappingId}/context-node-mappings - 使用可能なバージョン
- 59.0
- Chatter が必要かどうか
- いいえ
- HTTP のメソッド
- POST、PATCH
- POST のリクエストボディ
-
- JSON の例
-
1{ 2 "contextNodeMappings": [ 3 { 4 "contextNodeId": "11oxx000001G31BAAS", 5 "sObjectName": "Order" 6 }, 7 { 8 "contextNodeId": "11oxx000001G31CAAS", 9 "sObjectName": "OrderItem" 10 } 11 ] 12} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン attributeMappings Context Attribute Mappings Input[] コンテキスト属性の対応付けのリスト。 必須 59.0 contextNodeId String コンテキストノードの参照。 省略可能 59.0 contextNodeMappingId String このコンテキストノードの対応付けの ID。更新の場合必須。 必須 59.0 sObjectName String sObject 名。 省略可能 59.0
- POST のレスポンスボディ
- Context Node Mapping List Output
- PATCH のリクエストボディ
-
- JSON の例
-
1{ 2 "contextNodeMappings": [ 3 { 4 "contextNodeMappingId": "11bxx000000YZipAAG", 5 "sObjectName": "Quote" 6 }, 7 { 8 "contextNodeMappingId": "11bxx000000YZiqAAG", 9 "sObjectName": "QuoteItem" 10 } 11 ] 12}
- PATCH のレスポンスボディ
- Context Node Mapping List Output