public Quote UpdateQuote(string username, string password, string jobName, Service[] services)
Produces a quote for a data cleansing job with only the selected services and related options.
Depending on the requirements of the user, you may not wish to purchase all the services offered by the default quote
returned by the GetAvailableServices method, or you may wish
to change some of the options on those services which could affect the pricing. In order to obtain an accurate quote
before purchasing the cleased data using the PurchaseResults method,
you can call this method with the modified list of services and retrieve an updated quote.