SugarCRM Rest API:会议条目的必填字段?

时间:2013-04-15 11:19:02

标签: sugarcrm

我试图通过API创建会议条目,但我似乎无法在我的日历中找到它,即使它已成功保存(我收到了ID),我可以在会议清单。

我需要填写哪些字段才能在Sugar日历中显示?以下是我填写的字段:

{
 'assigned_user_id': '1', # My user's ID
 'date_end': '2013-04-16 01:30:00',
 'date_start': '2013-04-16 01:23:45',
 'description': 'hello world',
 'location': 'JCenter',
 'name': 'Test',
 'team_id': '1',
 'type': 'Sugar' # This doesn't seem to be required
}

1 个答案:

答案 0 :(得分:0)

尝试设置“user_id”并查看mettings_users表,您将在其中找到它。