Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2023-06-02 (3 months ago)  | | Not yet rated by the users | | Total: 85 | | All time: 9,939 This week: 258 |
|
Description | | Author |
This class can manage company accounts with 24SevenOffice CRM API.
It can send SOAP HTTP request to 24SevenOffice API Web server to perform several types of operations with company and user accounts.
Currently it can Gets detailed information about people, get contact categories, make relations between a company and a person, get a person categories, update person accounts, adds a category to a person, update company accounts, and get detailed information about companies. | |
|
Details
24SevenOffice
PHP Wrapper Class for the 24SevenOffice API.
Usage example:
Create a connection
<?php
$connection = new Main_24SevenOffice(
'00000000-0000-0000-0000-000000000000',
'mail@example.com',
'yourpassword'
);
?>
Get all persons with detailed information:
<?php
$user = $connection->GetPersonsDetailed();
?>
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.