Esempio n. 1
0
 /**
  * Post userOrganizations by csv
  * https://cybozudev.zendesk.com/hc/ja/articles/202362860
  *
  * @param $filename
  * @return int
  */
 public function postByCsv($filename)
 {
     return $this->csv->post('userOrganizations', $filename);
 }
Esempio n. 2
0
 /**
  * Post titles by csv
  * https://cybozudev.zendesk.com/hc/ja/articles/202361180
  *
  * @param $filename
  * @return int
  */
 public function postByCsv($filename)
 {
     return $this->csv->post('title', $filename);
 }
Esempio n. 3
0
 /**
  * Post userGroups by csv
  * https://cybozudev.zendesk.com/hc/ja/articles/202362890
  *
  * @param $filename
  * @return int
  */
 public function postByCsv($filename)
 {
     return $this->csv->post('userGroups', $filename);
 }