API Module Customer retrieveCustomerRequest
From Openprovider API documentation
(Difference between revisions)
WikiSysop (Talk | contribs)
(Created page with '==Module Customer > Retrieve== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |customer |- style="background-color:#EEEEEE;" |'''Command name'''…')
Newer edit →
(Created page with '==Module Customer > Retrieve== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |customer |- style="background-color:#EEEEEE;" |'''Command name'''…')
Newer edit →
Revision as of 10:28, 6 April 2010
Contents |
Module Customer > Retrieve
Module | customer |
Command name | retrieveCustomerRequest |
Use | Retrieves information of an existing customer object |
Input |
|
Output |
|
Examples
Using PHP class
$request = new OP_Request; $request->setCommand('retrieveCustomerRequest') ->setAuth(array('username' => 'username', 'password' => 'password')) ->setArgs(array( 'handle' => 'AJ001927-NL' ));
Raw XML
to do