CreateCustomer

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[CreateCustomerResult]] createCustomer([[UserIDBean]] userID, [[CustomerBean]] customer)
  
 
== Description ==
 
== Description ==
Description
+
Using the data passed in, a new customer record is created on Eservice, and can be used on the website or via the SOAP api to create jobs.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[CustomerBean]]
|Name
+
|customer
|Description.
+
|The details of the customer to be used to create the record.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[CreateCustomerResult]]

Latest revision as of 03:43, 3 June 2005

Contents

[edit] Method

CreateCustomerResult createCustomer(UserIDBean userID, CustomerBean customer)

[edit] Description

Using the data passed in, a new customer record is created on Eservice, and can be used on the website or via the SOAP api to create jobs.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
CustomerBean customer The details of the customer to be used to create the record.

[edit] Return Value

CreateCustomerResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux