コード例 #1
0
ファイル: Entity.php プロジェクト: alexacrm/php-crm-toolkit
 /**
  * Send a Create request to the Dynamics CRM server, and return the ID of the newly created Entity
  *
  * @return bool|string EntityId on success, FALSE on failure
  */
 public function create()
 {
     return $this->client->create($this);
 }