|
dolibarr
x.y.z
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
| getProductOrService ($authentication, $id='', $ref='', $ref_ext='', $lang='') | |
| Get produt or service. More... | |
| createProductOrService ($authentication, $product) | |
| Create an invoice. More... | |
| updateProductOrService ($authentication, $product) | |
| Update a product or service. More... | |
| deleteProductOrService ($authentication, $listofidstring) | |
| Delete a product or service. More... | |
| getListOfProductsOrServices ($authentication, $filterproduct) | |
| getListOfProductsOrServices More... | |
| getProductsForCategory ($authentication, $id, $lang='') | |
| Get list of products for a category. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_productorservice.php.
| createProductOrService | ( | $authentication, | |
| $product | |||
| ) |
Create an invoice.
Definition at line 484 of file server_productorservice.php.
| deleteProductOrService | ( | $authentication, | |
| $listofidstring | |||
| ) |
Delete a product or service.
| array | $authentication | Array of authentication information |
| string | $listofidstring | List of id with comma |
Definition at line 809 of file server_productorservice.php.
| getListOfProductsOrServices | ( | $authentication, | |
| $filterproduct | |||
| ) |
getListOfProductsOrServices
| array | $authentication | Array of authentication information |
| array | $filterproduct | Filter fields |
Definition at line 894 of file server_productorservice.php.
| getProductOrService | ( | $authentication, | |
$id = '', |
|||
$ref = '', |
|||
$ref_ext = '', |
|||
$lang = '' |
|||
| ) |
Get produt or service.
| array | $authentication | Array of authentication information |
| int | $id | Id of object |
| string | $ref | Ref of object |
| string | $ref_ext | Ref external of object |
| string | $lang | Lang to force |
French VAT NPR
Spanish local taxes
Definition at line 347 of file server_productorservice.php.
| getProductsForCategory | ( | $authentication, | |
| $id, | |||
$lang = '' |
|||
| ) |
Get list of products for a category.
| array | $authentication | Array of authentication information |
| int | $id | Category id |
| Translate | $lang | Force lang |
Definition at line 969 of file server_productorservice.php.
| updateProductOrService | ( | $authentication, | |
| $product | |||
| ) |
Update a product or service.
Definition at line 646 of file server_productorservice.php.