CreateCustomer
From
(Difference between revisions)
Latest revision as of 21:35, 21 February 2019
Contents |
[edit] Method
CreateCustomerResult createCustomer(UserIDBean userID, CustomerBean customer)
[edit] Description
Using the data passed in, a new customer record is created on Yiguirro, 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. |