This documentation has moved

XML API documentation can now be found at developer.openprovider.com. This page will remain available until September 2026, but will no longer be updated.

The XML API itself is not changing. Your existing integration continues to work.

API Module Customer retrieveCustomerRequest

From Openprovider API documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '==Module Customer > Retrieve== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |customer |- style="background-color:#EEEEEE;" |'''Command name'''…')
Line 27: Line 27:
*[[API Format Phone|fax]]
*[[API Format Phone|fax]]
*email
*email
-
*[[API Format Additional Data|additionalData]] (if withAdditionalData = true)
+
*[[API Format Additional Data Customer|additionalData]] (if withAdditionalData = true)
|}
|}

Revision as of 13:12, 6 April 2010

Contents

Module Customer > Retrieve

Module customer
Command name retrieveCustomerRequest
Use Retrieves information of an existing customer object
Input
  • handle
  • withAdditionalData
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
Views
Personal tools