組織担当者RESTエンドポイント
アカウント/組織担当者
アカウント担当者リソースは、アカウント担当者を表示、作成、更新および削除するために使用されます。 アカウントの担当者として機能する個人を指します。
- アカウント担当者の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact
- アカウント担当者の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId}
- すべてのアカウント担当者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact
- 取引先担当者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId}
- 取引先担当者の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId}