アドレスRESTエンドポイント
Households/Addresses
世帯の住所を表示、作成、更新および削除するために、住所リソースが使用されます。 住所には、世帯の詳細なロケーション情報が含まれます。
- 住所の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Address
- 住所の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Address/{AddressNumber}
- すべての住所の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Address
- 住所の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Address/{AddressNumber}
- 住所の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Address/{AddressNumber}