deletePhotoメソッド - 比較

目的

連絡先・見込み客の写真を削除します。

リクエストURL

バージョン1.0:

https://crm.zoho.com/crm/private/xml/(Leads or Contacts)/deletePhoto?authtoken=AuthToken&scope=crmapi&id=RecordID

バージョン2.0:

URL: https://www.zohoapis.com/crm/v2/{Leads or Contacts}/{record_id}/photo

メソッド:DELETE

ヘッダー:Authorization=Zoho-oauthtoken {oauth_token}

リクエストパラメーター

バージョン1.0バージョン2.0
authtoken=****Authorization=Zoho-oauthtoken ***** - ヘッダー
scope=crmapiN/A
idリクエストURL内で指定してください。

レスポンス例:

バージョン1.0のレスポンスバージョン2.0のレスポンス
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/Leads/deletePhoto">
<success>
<code>4800</code>
<message>Photo deleted successfully.</message>
</success>
</response>
{
  "code": "SUCCESS",
  "details": {}
  "message": "Photo deleted",
  "status": "success"
}