添付のRESTエンドポイント
Contacts/Attachments
担当者の写真添付リソースは、担当者の写真を表示、作成、更新または削除するために使用されます。
- 担当者の写真の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/PictureAttachment/{PictureAttachmentUniqID}
- 担当者の写真をすべて取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/PictureAttachment
- 担当者の写真の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/PictureAttachment/{PictureAttachmentUniqID}
- 担当者の写真を置き換える
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/PictureAttachment/{PictureAttachmentUniqID}
- 担当者の写真をアップロード
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/PictureAttachment