CreateCustomer
From EconzExternal
Contents |
Method
CreateCustomerResult createCustomer(UserIDBean userID, CustomerBean customer)
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
| Type | Name | Description |
|---|---|---|
| UserIDBean | userID | The admin username and password. |
| CustomerBean | customer | The details of the customer to be used to create the record. |
