创建自定义字段

创建自定义字段

用户可以使用以下API创建自定义字段来存储关于订阅者的惟一信息。

请求 URL

https://campaigns.zoho.com.cn/api/custom/add

请求类型: Post

参数列表

参数

数据类型

描述

authtoken*
scope*

字符串
String

API 身份验证令牌
CampaignsAPI

type*

字符串

XML (或) JSON

fieldname*

字符串

字母数字

fieldtype*

字符串

[Text|Integer|Phone|Date|Picklist|Email|Checkbox|LongInteger|URL|
textarea|RadioOption|Multiselect|DateTime|Decimal|Percent]

fieldlength

数字

这样可以设置字段的长度。默认值是20。

* - 必填参数

示例请求:

XML/JSON 格式:

https://campaigns.zoho.com.cn/api/custom/add?authtoken=[API Authentication_Token]&scope=CampaignsAPI&type=xml&fieldname=FIELD NAME&fieldtype=[Text|Integer|Phone|Date|Picklist|Email|Checkbox|LongInteger|URL|textarea|RadioOption|Multiselect|DateTime|Decimal|Percent]&fieldlength=[number]​

示例响应:

我们的API响应将以XML或JSON格式让您了解以下内容。

XML 格式:

<response><message>Success</message><mandatory_check>success</mandatory_check><fieldtype>Text</fieldtype><authtoken>[API Authentication_Token]</aut htoken><scope>CampaignsAPI</scope><code>200</code><type>xml</type><uri>/api/custom/add</uri><fieldname>FIELDNAME</fieldname></response>​

JSON 格式:

:{"response":{"message":"Success","fieldtype":"Text","mandatory_check":"success","authtoken":"[API Authentication_Token]","scope":"CampaignsAPI","code":"200","type" :"json","uri":"/api/custom/add","fieldname":"FIELDNAME1","fieldlength":"10"}}​

可能出现的错误情况

错误代码 描述
903缺少必填字段。
910 没有找到字段。
914您不能添加订阅者,因为您已经达到了最大限制。
916发现重复的自定义字段。

如果上面没有列出您遇到的错误代码,请单击这里

还没有找到您需要的内容?

请发送邮件给我们:support@zohocorp.com.cn