UpdateJob
From
Contents |
Method
UpdateJobResult updateJob(UserIDBean userID, JobBean job)
Description
Attempts to update a job with new information, based on the data passed in. If a simple JobBean is passed in, only the job data will be updated, the customer data will remain unchanged. If a JobCustomerBean is passed in in the place of the JobBean, both job data and customer data will be updated. Does not apply to Verizon Wireless Cellphones.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobBean | job | The JobBean or JobCustomerBean containing the information to be updated on the EService server. |