UpdateJob
From
(Difference between revisions)
Latest revision as of 16:52, 22 February 2019
Contents |
[edit] Method
UpdateJobResult updateJob(UserIDBean userID, JobBean job)
[edit] 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.
[edit] 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 server. |