% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
Class method (constructor).
Example:
use FS::cust_main;
FS::cust_main->API_insert(
'agentnum' => 1,
'refnum' => 1,
'first' => 'Harvey',
'last' => 'Black',
'address1' => '5354 Pink Rabbit Lane',
'city' => 'Farscape',
'state' => 'CA',
'zip' => '54144',
'invoicing_list' => 'harvey2@example.com',
);
Hey! The above document had some coding errors, which are explained below:
'=item' outside of any '=over'
=over without closing =back