Difference between revisions of "Freeside:1.9:Documentation:Developer:SelfService"
From Freeside
(→File Locations, Documentation and Sample Code) |
(→PHP) |
||
Line 18: | Line 18: | ||
=== PHP === | === PHP === | ||
− | + | Support for PHP is through the ''freeside.class.php'' file located in freeside/fs_selfservice/php. |
Revision as of 18:18, 6 April 2010
Contents
Introduction
The Self Service API provides an interface for customer management systems to interact with Freeside. The Self Service API will support any language with a correct XML-RPC implementation. The Freeside distribution includes sample code and libraries for perl, PHP, and Java.
File Locations, Documentation and Sample Code
The files are located in freeside/fs_selfservice/
- FS-SelfService - Stock Self Service Interface
- php - sample php code
- perl - sample perl code
- java - sample Java code
API Documentation
Language Specific Documentation
Perl
- Install the self service interface per the Installation Instructions.
- The API Documentation is written for a Perl audience and includes sample code.
PHP
Support for PHP is through the freeside.class.php file located in freeside/fs_selfservice/php.