Add contact name in my Item
AnsweredHi! Friends, I can create items through it:
PodioItem::create('1111111', array('fields' => array(
"title" => "Task name",
"other" => "strin text")
));
And it works well! However there are other fields that need to add and I'm struggling.
Are they:
1 -Type: contact
2 - Type: date
- I'm doing well and give me an error FOR CONTACT:
PodioItem::create('11034732', array('fields' => array(
"title" => "Task name",
"employee" => 250115188)
));
- I'm doing well and give me an error FOR DATA:
PodioItem::create('11034732', array('fields' => array(
"title" => "Task name",
"date" => array('start' => "2011-12-31 11:27:10", 'end' => "2015-12-31 11:27:10" ))
));
I have the paid version of Podio and would love a return. Thank you!
Please sign in to leave a comment.
Comments
1 comment