

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# 統合リソース
<a name="resources"></a>

AWS には、カスタム統合の作成に役立つ以下のリソースが用意されています。

**Topics**
+ [フィールド定義](#custom-field-definitions)
+ [標準値](#standard-values)
+ [インバウンドファイルの例](#sample-inbound-files)
+ [アウトバウンドファイルの例](#sample-outbound-files)
+ [サンプル処理結果](#sample-processed-results)
+ [サンプルテストケース](#sample-test-cases)
+ [サンプルコードスニペット](#sample-code-snippets)

## フィールド定義
<a name="custom-field-definitions"></a>

以下のセクションのリンクには、すべてのフィールドが一覧表示され、それらのデータ型、使用状況、および適用される制約またはフォーマットルールが説明されています。これらは、パートナーと がデータ AWS を交換するときに、正しくフォーマットされ、理解されるようにするためのリファレンスとして機能します。

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Fields.csv)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Leads-Fields.csv)

## 標準値
<a name="standard-values"></a>

これらのリストは、さまざまなフィールドの標準値と列挙の概要を示しています。これらは、交換されるデータの一貫性を維持し、両者が使用される値を共通に理解するのに役立ちます。

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity_-_StandardValues.csv)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead_-_StandardValues.csv)

## インバウンドファイルの例
<a name="sample-inbound-files"></a>

次のサンプルファイルは、パートナーから に送信されたファイルの JSON ペイロードの構造を示しています AWS。

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Create-Inbound-Sample.json)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Update-Inbound-Sample.json)

## アウトバウンドファイルの例
<a name="sample-outbound-files"></a>

次のサンプルファイルは、 からパートナー AWS に送信されるファイルの JSON ペイロードの構造を示しています。

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Outbound-Sample.json)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Outbound-Sample.json)

## サンプル処理結果
<a name="sample-processed-results"></a>

次のファイルは、 がパートナーから送信されたペイロード AWS を処理した後の一般的な結果を示しています。

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Results-Success-Sample.json)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Results-Success-Sample.json)

## サンプルテストケース
<a name="sample-test-cases"></a>

次のリンクから GitHub に移動します。
+ [機会](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity%20-%20Testing%20Scenarios.xlsx)
+ [リード](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead%20-%20Testing%20Scenarios.xlsx)

## サンプルコードスニペット
<a name="sample-code-snippets"></a>

次のリンクから GitHub に移動します。
+ [ace\$1read\$1s3.py](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/ace_read_s3.py)
+ [Apex\$1Sample\$1REST\$1API\$1Code.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Apex_Sample_REST_API_Code.cls)
+ [S3\$1Authentication.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/S3_Authentication.cls)
+ [Sample\$1AceOutboundBatch.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Sample_AceOutboundBatch.cls)
+ [SFDC apex s3 sample.txt](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/SFDC_apex_s3_sample.txt)
+ [Apex\$1get\$1files\$1from\$1s3\$1ace\$1partner\$1test.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Apex_get_files_from_s3_ace_partner_test.cls)
+ [s3\$1ace\$1partner\$1test.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/s3_ace_partner_test.cls)