dolibarr  17.0.4
Functions
server_project.php File Reference

File that is entry point to call Dolibarr WebServices. More...

Go to the source code of this file.

Functions

 createProject ($authentication, $project)
 Create project. More...
 
 getProject ($authentication, $id='', $ref='')
 Get a project. More...
 

Detailed Description

File that is entry point to call Dolibarr WebServices.

Definition in file server_project.php.

Function Documentation

◆ createProject()

createProject (   $authentication,
  $project 
)

Create project.

Parameters
array$authenticationArray of authentication information
array$projectProject info
Returns
int Id of new order

Definition at line 240 of file server_project.php.

◆ getProject()

getProject (   $authentication,
  $id = '',
  $ref = '' 
)

Get a project.

Parameters
array$authenticationArray of authentication information
string$idinternal id
string$refinternal reference
Returns
array Array result

Definition at line 332 of file server_project.php.