担当者アドレスのRESTエンドポイント
担当者/担当者住所
担当者住所リソースは、担当者の住所の表示、作成、更新および削除に使用されます。 住所には、担当者の所在地の詳細情報が含まれます。
- 住所の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Address
- 住所の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Address/{AddressNumber}
- すべての住所の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Address
- 住所の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Address/{AddressNumber}
- 住所の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Address/{AddressNumber}