Back to Web Service Summary

Web Service: RosettaApplicationServicesService

Target Namespace:
https://www.dealtrak123.co.uk/rosetta/webservices/application

Port RosettaApplicationServicesPort Port typeSource code

Location:
https://www.dealtrak123.co.uk/rosetta/webservices/application
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
  1. add_applicantDetailSource code
  2. add_application_noteDetailSource code
  3. add_bankDetailSource code
  4. add_documentDetailSource code
  5. add_employmentDetailSource code
  6. add_organisationDetailSource code
  7. add_quotationDetailSource code
  8. add_residenceDetailSource code
  9. add_vehicleDetailSource code
  10. add_vehicle_accessoryDetailSource code
  11. add_vehicle_optionDetailSource code
  12. add_vehicle_vapDetailSource code
  13. create_applicationDetailSource code
  14. edit_applicantDetailSource code
  15. edit_applicationDetailSource code
  16. edit_application_noteDetailSource code
  17. edit_bankDetailSource code
  18. edit_employmentDetailSource code
  19. edit_organisationDetailSource code
  20. edit_proposalDetailSource code
  21. edit_quotationDetailSource code
  22. edit_residenceDetailSource code
  23. edit_vehicleDetailSource code
  24. edit_vehicle_accessoryDetailSource code
  25. edit_vehicle_optionDetailSource code
  26. edit_vehicle_vapDetailSource code
  27. get_applicantDetailSource code
  28. get_applicationDetailSource code
  29. get_application_detailsDetailSource code
  30. get_application_noteDetailSource code
  31. get_bankDetailSource code
  32. get_employmentDetailSource code
  33. get_organisationDetailSource code
  34. get_quotationDetailSource code
  35. get_residenceDetailSource code
  36. get_vehicleDetailSource code
  37. get_vehicle_accessoryDetailSource code
  38. get_vehicle_optionDetailSource code
  39. get_vehicle_vapDetailSource code
  40. load_applicationDetailSource code
  41. remove_applicantDetailSource code
  42. remove_application_noteDetailSource code
  43. remove_bankDetailSource code
  44. remove_employmentDetailSource code
  45. remove_organisationDetailSource code
  46. remove_quotationDetailSource code
  47. remove_residenceDetailSource code
  48. remove_vehicleDetailSource code
  49. remove_vehicle_accessoryDetailSource code
  50. remove_vehicle_optionDetailSource code
  51. remove_vehicle_vapDetailSource code

Operations

    Port type RosettaApplicationServicesPortSource code

    1. add_applicant
      Description:
      Add an Application Applicant
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_applicant
      Input:
      add_applicantIn (soap:body, use = literal)Source code
      parameters type add_applicant
      • request type AddApplicantRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • applicant - nillable; type Applicant
          • type_id - nillable; type int
          • name_title_id - nillable; type int
          • forename - nillable; type string
          • middlename - nillable; type string
          • surname - nillable; type string
          • alias - nillable; type string
          • maiden_name - nillable; type string
          • dob - nillable; type string
          • gender_type_id - nillable; type int
          • home_phone - nillable; type string
          • mobile - nillable; type string
          • work_phone - nillable; type string
          • email - nillable; type string
          • dependants - nillable; type int
          • marital_status_id - nillable; type int
          • passport_id - nillable; type int
          • driving_license_id - nillable; type int
          • driving_license_number - nillable; type string
          • relationship_type_id - nillable; type int
          • optin_post - nillable; type boolean
          • optin_email - nillable; type boolean
          • optin_phone - nillable; type boolean
          • optin_sms - nillable; type boolean
          • uk_resident - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_applicantOut (soap:body, use = literal)Source code
      parameters type add_applicantResponse
      • add_applicantResult type AddApplicantResponse
        • applicant_id - nillable; type int
    2. add_application_note
      Description:
      Add Application Note
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_application_note
      Input:
      add_application_noteIn (soap:body, use = literal)Source code
      parameters type add_application_note
      • request type AddApplicationNoteRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • note - nillable; type Note
          • visible_to_lender - nillable; type boolean
          • note - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_application_noteOut (soap:body, use = literal)Source code
      parameters type add_application_noteResponse
      • add_application_noteResult type AddApplicationNoteResponse
        • note_id - nillable; type int
    3. add_bank
      Description:
      Add an Applicant Bank
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_bank
      Input:
      add_bankIn (soap:body, use = literal)Source code
      parameters type add_bank
      • request type AddBankRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • bank - nillable; type Bank
          • account_name - nillable; type string
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • amex - nillable; type boolean
          • chequecard - nillable; type boolean
          • dinersclub - nillable; type boolean
          • mastercard - nillable; type boolean
          • visa - nillable; type boolean
          • debit_card - nillable; type boolean
          • other - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_bankOut (soap:body, use = literal)Source code
      parameters type add_bankResponse
      • add_bankResult type AddBankResponse
        • bank_id - nillable; type int
    4. add_document
      Description:
      Add a Document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_document
      Input:
      add_documentIn (soap:body, use = literal)Source code
      parameters type add_document
      • request type AddDocumentRequest
        • application_id - nillable; type int
        • filename - nillable; type string
        • data - nillable; type string
        • description - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_documentOut (soap:body, use = literal)Source code
      parameters type add_documentResponse
      • add_documentResult type AddDocumentResponse
        • success - nillable; type boolean
        • document_id - nillable; type int
    5. add_employment
      Description:
      Add an Applicant Employment
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_employment
      Input:
      add_employmentIn (soap:body, use = literal)Source code
      parameters type add_employment
      • request type AddEmploymentRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • employment - nillable; type Employment
          • occupation - nillable; type string
          • occupation_id - nillable; type int
          • company - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_trading_address - nillable; type boolean
          • employment_type_id - nillable; type int
          • employment_status_id - nillable; type int
          • employment_sector_id - nillable; type int
          • gross_income - nillable; type float
          • income - nillable; type float
          • income_frequency_id - nillable; type float
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_employmentOut (soap:body, use = literal)Source code
      parameters type add_employmentResponse
      • add_employmentResult type AddEmploymentResponse
        • employment_id - nillable; type int
    6. add_organisation
      Description:
      Add an Organisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_organisation
      Input:
      add_organisationIn (soap:body, use = literal)Source code
      parameters type add_organisation
      • request type AddOrganisationRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • organisation - nillable; type Organisation
          • organisation_name - nillable; type string
          • previous_organisation_name - nillable; type string
          • organisation_type_id - nillable; type int
          • industry_type_id - nillable; type int
          • main_number - nillable; type string
          • main_email - nillable; type string
          • date_established - nillable; type string
          • company_registration - nillable; type string
          • vat_number - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • business_building_tenure_id - nillable; type int
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • bank_years - nillable; type int
          • bank_months - nillable; type int
          • dd_valid - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_organisationOut (soap:body, use = literal)Source code
      parameters type add_organisationResponse
      • add_organisationResult type AddOrganisationResponse
        • organisation_id - nillable; type int
    7. add_quotation
      Description:
      Add Vehicle Quotation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_quotation
      Input:
      add_quotationIn (soap:body, use = literal)Source code
      parameters type add_quotation
      • request type AddQuotationRequest
        • vehicle_id - nillable; type int
        • reference - nillable; type string
        • quotation - nillable; type Quotation
          • finance_type_id - nillable; type int
          • vat_qualifying - nillable; type boolean
          • vehicle - nillable; type float
          • vehicle_vat - nillable; type float
          • vehicle_discount - nillable; type float
          • delivery - nillable; type float
          • delivery_vat - nillable; type float
          • rfl - nillable; type float
          • rfl_term - nillable; type int
          • reg_fee - nillable; type float
          • part_ex - nillable; type float
          • settlement - nillable; type float
          • settlement_lender_id - nillable; type int
          • px_reg_no - nillable; type string
          • px_mileage - nillable; type float
          • deposit - nillable; type float
          • deposit_sterling - nillable; type float
          • fda - nillable; type float
          • ips - nillable; type float
          • flat_rate - nillable; type float
          • apr_rate - nillable; type float
          • rate_type - nillable; type string
          • term - nillable; type int
          • balloon - nillable; type float
          • monthly_payment - nillable; type float
          • annual_mileage - nillable; type int
          • vat_rate - nillable; type float
          • vehicle_subsidy - nillable; type float
          • custom_fields - nillable; type ArrayOfCustomField
            • item - optional, unbounded; type CustomField
              • name - nillable; type string
              • value - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_quotationOut (soap:body, use = literal)Source code
      parameters type add_quotationResponse
      • add_quotationResult type AddQuotationResponse
        • quotation_id - nillable; type int
    8. add_residence
      Description:
      Add an Applicant Residence
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_residence
      Input:
      add_residenceIn (soap:body, use = literal)Source code
      parameters type add_residence
      • request type AddResidenceRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • residence - nillable; type Residence
          • flat - nillable; type string
          • house_number - nillable; type string
          • house_name - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • residential_status_id - nillable; type int
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_residenceOut (soap:body, use = literal)Source code
      parameters type add_residenceResponse
      • add_residenceResult type AddResidenceResponse
        • residence_id - nillable; type int
    9. add_vehicle
      Description:
      Add a Vehicle
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_vehicle
      Input:
      add_vehicleIn (soap:body, use = literal)Source code
      parameters type add_vehicle
      • request type AddVehicleRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • vehicle - nillable; type Vehicle
          • vehicle_type_id - nillable; type int
          • vehicle_newused_id - nillable; type int
          • make - nillable; type string
          • model - nillable; type string
          • style - nillable; type string
          • engine_size - nillable; type int
          • doors - nillable; type int
          • reg_no - nillable; type string
          • asset_type_id - nillable; type int
          • description - nillable; type string
          • first_reg - nillable; type string
          • vin - nillable; type string
          • colour - nillable; type string
          • year_man - nillable; type string
          • import - nillable; type boolean
          • mileage - nillable; type string
          • fuel_type_id - nillable; type int
          • transmission_type_id - nillable; type int
          • capcode - nillable; type string
          • glasses_code - nillable; type string
          • glasses_code_family - nillable; type string
          • stock_number - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_vehicleOut (soap:body, use = literal)Source code
      parameters type add_vehicleResponse
      • add_vehicleResult type AddVehicleResponse
        • vehicle_id - nillable; type int
    10. add_vehicle_accessory
      Description:
      Add Vehicle Accessory
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_vehicle_accessory
      Input:
      add_vehicle_accessoryIn (soap:body, use = literal)Source code
      parameters type add_vehicle_accessory
      • request type AddVehicleAccessoryRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • accessory - nillable; type Accessory
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
          • accessory_type_id - nillable; type int
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_vehicle_accessoryOut (soap:body, use = literal)Source code
      parameters type add_vehicle_accessoryResponse
      • add_vehicle_accessoryResult type AddVehicleAccessoryResponse
        • vehicle_accessory_id - nillable; type int
    11. add_vehicle_option
      Description:
      Add Vehicle Option
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_vehicle_option
      Input:
      add_vehicle_optionIn (soap:body, use = literal)Source code
      parameters type add_vehicle_option
      • request type AddVehicleOptionRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • option - nillable; type Option
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_vehicle_optionOut (soap:body, use = literal)Source code
      parameters type add_vehicle_optionResponse
      • add_vehicle_optionResult type AddVehicleOptionResponse
        • vehicle_option_id - nillable; type int
    12. add_vehicle_vap
      Description:
      Add Vehicle Vap
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#add_vehicle_vap
      Input:
      add_vehicle_vapIn (soap:body, use = literal)Source code
      parameters type add_vehicle_vap
      • request type AddVehicleVapRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • vap - nillable; type Vap
          • vap_package_id - nillable; type int
          • vap_type_id - nillable; type int
          • product - nillable; type string
          • premium - nillable; type float
          • net_cost - nillable; type float
          • tax_rate - nillable; type float
          • payment_id - nillable; type int
          • vap_term - nillable; type int
          • policy_number - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      add_vehicle_vapOut (soap:body, use = literal)Source code
      parameters type add_vehicle_vapResponse
      • add_vehicle_vapResult type AddVehicleVapResponse
        • vap_id - nillable; type int
    13. create_application
      Description:
      Creates a new Private or Business Application
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#create_application
      Input:
      create_applicationIn (soap:body, use = literal)Source code
      parameters type create_application
      • request type CreateApplicationRequest
        • application_type_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      create_applicationOut (soap:body, use = literal)Source code
      parameters type create_applicationResponse
      • create_applicationResult type CreateApplicationResponse
        • application_id - nillable; type int
    14. edit_applicant
      Description:
      Edit an Application Applicant
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_applicant
      Input:
      edit_applicantIn (soap:body, use = literal)Source code
      parameters type edit_applicant
      • request type EditApplicantRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • applicant - nillable; type Applicant
          • type_id - nillable; type int
          • name_title_id - nillable; type int
          • forename - nillable; type string
          • middlename - nillable; type string
          • surname - nillable; type string
          • alias - nillable; type string
          • maiden_name - nillable; type string
          • dob - nillable; type string
          • gender_type_id - nillable; type int
          • home_phone - nillable; type string
          • mobile - nillable; type string
          • work_phone - nillable; type string
          • email - nillable; type string
          • dependants - nillable; type int
          • marital_status_id - nillable; type int
          • passport_id - nillable; type int
          • driving_license_id - nillable; type int
          • driving_license_number - nillable; type string
          • relationship_type_id - nillable; type int
          • optin_post - nillable; type boolean
          • optin_email - nillable; type boolean
          • optin_phone - nillable; type boolean
          • optin_sms - nillable; type boolean
          • uk_resident - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_applicantOut (soap:body, use = literal)Source code
      parameters type edit_applicantResponse
      • edit_applicantResult type EditApplicantResponse
        • success - nillable; type boolean
    15. edit_application
      Description:
      Edit Application
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_application
      Input:
      edit_applicationIn (soap:body, use = literal)Source code
      parameters type edit_application
      • request type EditApplicationRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • application - nillable; type Application
          • application_type_id - nillable; type int
          • sales_type_id - nillable; type int
          • delivery_date - nillable; type string
          • assigned_dealer_contact - nillable; type int
          • assigned_introducer_contact - nillable; type int
          • sales_staff_id - nillable; type int
          • sales_staff - nillable; type string
          • sales_manager_id - nillable; type int
          • sales_manager - nillable; type string
          • finance_amount - nillable; type float
          • referrer - nillable; type int
          • distance_marketed - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_applicationOut (soap:body, use = literal)Source code
      parameters type edit_applicationResponse
      • edit_applicationResult type EditApplicationResponse
        • success - nillable; type boolean
    16. edit_application_note
      Description:
      Edit Application Note
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_application_note
      Input:
      edit_application_noteIn (soap:body, use = literal)Source code
      parameters type edit_application_note
      • request type EditApplicationNoteRequest
        • note_id - nillable; type int
        • reference - nillable; type string
        • note - nillable; type Note
          • visible_to_lender - nillable; type boolean
          • note - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_application_noteOut (soap:body, use = literal)Source code
      parameters type edit_application_noteResponse
      • edit_application_noteResult type EditApplicationNoteResponse
        • success - nillable; type boolean
    17. edit_bank
      Description:
      Edit an Applicant Bank
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_bank
      Input:
      edit_bankIn (soap:body, use = literal)Source code
      parameters type edit_bank
      • request type EditBankRequest
        • bank_id - nillable; type int
        • reference - nillable; type string
        • bank - nillable; type Bank
          • account_name - nillable; type string
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • amex - nillable; type boolean
          • chequecard - nillable; type boolean
          • dinersclub - nillable; type boolean
          • mastercard - nillable; type boolean
          • visa - nillable; type boolean
          • debit_card - nillable; type boolean
          • other - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_bankOut (soap:body, use = literal)Source code
      parameters type edit_bankResponse
      • edit_bankResult type EditBankResponse
        • success - nillable; type boolean
    18. edit_employment
      Description:
      Edit an Applicant Employment
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_employment
      Input:
      edit_employmentIn (soap:body, use = literal)Source code
      parameters type edit_employment
      • request type EditEmploymentRequest
        • employment_id - nillable; type int
        • reference - nillable; type string
        • employment - nillable; type Employment
          • occupation - nillable; type string
          • occupation_id - nillable; type int
          • company - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_trading_address - nillable; type boolean
          • employment_type_id - nillable; type int
          • employment_status_id - nillable; type int
          • employment_sector_id - nillable; type int
          • gross_income - nillable; type float
          • income - nillable; type float
          • income_frequency_id - nillable; type float
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_employmentOut (soap:body, use = literal)Source code
      parameters type edit_employmentResponse
      • edit_employmentResult type EditEmploymentResponse
        • success - nillable; type boolean
    19. edit_organisation
      Description:
      Edit an Organisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_organisation
      Input:
      edit_organisationIn (soap:body, use = literal)Source code
      parameters type edit_organisation
      • request type EditOrganisationRequest
        • organisation_id - nillable; type int
        • reference - nillable; type string
        • organisation - nillable; type Organisation
          • organisation_name - nillable; type string
          • previous_organisation_name - nillable; type string
          • organisation_type_id - nillable; type int
          • industry_type_id - nillable; type int
          • main_number - nillable; type string
          • main_email - nillable; type string
          • date_established - nillable; type string
          • company_registration - nillable; type string
          • vat_number - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • business_building_tenure_id - nillable; type int
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • bank_years - nillable; type int
          • bank_months - nillable; type int
          • dd_valid - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_organisationOut (soap:body, use = literal)Source code
      parameters type edit_organisationResponse
      • edit_organisationResult type EditOrganisationResponse
        • success - nillable; type boolean
    20. edit_proposal
      Description:
      Edit Proposal
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_proposal
      Input:
      edit_proposalIn (soap:body, use = literal)Source code
      parameters type edit_proposal
      • request type EditProposalRequest
        • proposal - nillable; type Proposal
          • application_id - nillable; type int
          • proposal_status_id - nillable; type int
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_proposalOut (soap:body, use = literal)Source code
      parameters type edit_proposalResponse
      • edit_proposalResult type EditProposalResponse
        • success - nillable; type boolean
    21. edit_quotation
      Description:
      Edit Vehicle Quotation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_quotation
      Input:
      edit_quotationIn (soap:body, use = literal)Source code
      parameters type edit_quotation
      • request type EditQuotationRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • quotation - nillable; type Quotation
          • finance_type_id - nillable; type int
          • vat_qualifying - nillable; type boolean
          • vehicle - nillable; type float
          • vehicle_vat - nillable; type float
          • vehicle_discount - nillable; type float
          • delivery - nillable; type float
          • delivery_vat - nillable; type float
          • rfl - nillable; type float
          • rfl_term - nillable; type int
          • reg_fee - nillable; type float
          • part_ex - nillable; type float
          • settlement - nillable; type float
          • settlement_lender_id - nillable; type int
          • px_reg_no - nillable; type string
          • px_mileage - nillable; type float
          • deposit - nillable; type float
          • deposit_sterling - nillable; type float
          • fda - nillable; type float
          • ips - nillable; type float
          • flat_rate - nillable; type float
          • apr_rate - nillable; type float
          • rate_type - nillable; type string
          • term - nillable; type int
          • balloon - nillable; type float
          • monthly_payment - nillable; type float
          • annual_mileage - nillable; type int
          • vat_rate - nillable; type float
          • vehicle_subsidy - nillable; type float
          • custom_fields - nillable; type ArrayOfCustomField
            • item - optional, unbounded; type CustomField
              • name - nillable; type string
              • value - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_quotationOut (soap:body, use = literal)Source code
      parameters type edit_quotationResponse
      • edit_quotationResult type EditQuotationResponse
        • success - nillable; type boolean
    22. edit_residence
      Description:
      Edit an Applicant Residence
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_residence
      Input:
      edit_residenceIn (soap:body, use = literal)Source code
      parameters type edit_residence
      • request type EditResidenceRequest
        • residence_id - nillable; type int
        • reference - nillable; type string
        • residence - nillable; type Residence
          • flat - nillable; type string
          • house_number - nillable; type string
          • house_name - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • residential_status_id - nillable; type int
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_residenceOut (soap:body, use = literal)Source code
      parameters type edit_residenceResponse
      • edit_residenceResult type EditResidenceResponse
        • success - nillable; type boolean
    23. edit_vehicle
      Description:
      Edit a Vehicle
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_vehicle
      Input:
      edit_vehicleIn (soap:body, use = literal)Source code
      parameters type edit_vehicle
      • request type EditVehicleRequest
        • vehicle_id - nillable; type int
        • reference - nillable; type string
        • vehicle - nillable; type Vehicle
          • vehicle_type_id - nillable; type int
          • vehicle_newused_id - nillable; type int
          • make - nillable; type string
          • model - nillable; type string
          • style - nillable; type string
          • engine_size - nillable; type int
          • doors - nillable; type int
          • reg_no - nillable; type string
          • asset_type_id - nillable; type int
          • description - nillable; type string
          • first_reg - nillable; type string
          • vin - nillable; type string
          • colour - nillable; type string
          • year_man - nillable; type string
          • import - nillable; type boolean
          • mileage - nillable; type string
          • fuel_type_id - nillable; type int
          • transmission_type_id - nillable; type int
          • capcode - nillable; type string
          • glasses_code - nillable; type string
          • glasses_code_family - nillable; type string
          • stock_number - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_vehicleOut (soap:body, use = literal)Source code
      parameters type edit_vehicleResponse
      • edit_vehicleResult type EditVehicleResponse
        • success - nillable; type boolean
    24. edit_vehicle_accessory
      Description:
      Edit Vehicle Accessory
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_vehicle_accessory
      Input:
      edit_vehicle_accessoryIn (soap:body, use = literal)Source code
      parameters type edit_vehicle_accessory
      • request type EditVehicleAccessoryRequest
        • vehicle_accessory_id - nillable; type int
        • reference - nillable; type string
        • accessory - nillable; type Accessory
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
          • accessory_type_id - nillable; type int
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_vehicle_accessoryOut (soap:body, use = literal)Source code
      parameters type edit_vehicle_accessoryResponse
      • edit_vehicle_accessoryResult type EditVehicleAccessoryResponse
        • success - nillable; type boolean
    25. edit_vehicle_option
      Description:
      Edit Vehicle Option
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_vehicle_option
      Input:
      edit_vehicle_optionIn (soap:body, use = literal)Source code
      parameters type edit_vehicle_option
      • request type EditVehicleOptionRequest
        • vehicle_option_id - nillable; type int
        • reference - nillable; type string
        • option - nillable; type Option
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_vehicle_optionOut (soap:body, use = literal)Source code
      parameters type edit_vehicle_optionResponse
      • edit_vehicle_optionResult type EditVehicleOptionResponse
        • success - nillable; type boolean
    26. edit_vehicle_vap
      Description:
      Edit Vehicle Vap
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#edit_vehicle_vap
      Input:
      edit_vehicle_vapIn (soap:body, use = literal)Source code
      parameters type edit_vehicle_vap
      • request type EditVehicleVapRequest
        • vap_id - nillable; type int
        • reference - nillable; type string
        • vap - nillable; type Vap
          • vap_package_id - nillable; type int
          • vap_type_id - nillable; type int
          • product - nillable; type string
          • premium - nillable; type float
          • net_cost - nillable; type float
          • tax_rate - nillable; type float
          • payment_id - nillable; type int
          • vap_term - nillable; type int
          • policy_number - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      edit_vehicle_vapOut (soap:body, use = literal)Source code
      parameters type edit_vehicle_vapResponse
      • edit_vehicle_vapResult type EditVehicleVapResponse
        • success - nillable; type boolean
    27. get_applicant
      Description:
      Get Applicant
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_applicant
      Input:
      get_applicantIn (soap:body, use = literal)Source code
      parameters type get_applicant
      • request type GetApplicantRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_applicantOut (soap:body, use = literal)Source code
      parameters type get_applicantResponse
      • get_applicantResult type GetApplicantResponse
        • applicant - nillable; type Applicant
          • type_id - nillable; type int
          • name_title_id - nillable; type int
          • forename - nillable; type string
          • middlename - nillable; type string
          • surname - nillable; type string
          • alias - nillable; type string
          • maiden_name - nillable; type string
          • dob - nillable; type string
          • gender_type_id - nillable; type int
          • home_phone - nillable; type string
          • mobile - nillable; type string
          • work_phone - nillable; type string
          • email - nillable; type string
          • dependants - nillable; type int
          • marital_status_id - nillable; type int
          • passport_id - nillable; type int
          • driving_license_id - nillable; type int
          • driving_license_number - nillable; type string
          • relationship_type_id - nillable; type int
          • optin_post - nillable; type boolean
          • optin_email - nillable; type boolean
          • optin_phone - nillable; type boolean
          • optin_sms - nillable; type boolean
          • uk_resident - nillable; type boolean
    28. get_application
      Description:
      Get Application
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_application
      Input:
      get_applicationIn (soap:body, use = literal)Source code
      parameters type get_application
      • request type GetApplicationRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_applicationOut (soap:body, use = literal)Source code
      parameters type get_applicationResponse
      • get_applicationResult type GetApplicationResponse
        • application - nillable; type Application
          • application_type_id - nillable; type int
          • sales_type_id - nillable; type int
          • delivery_date - nillable; type string
          • assigned_dealer_contact - nillable; type int
          • assigned_introducer_contact - nillable; type int
          • sales_staff_id - nillable; type int
          • sales_staff - nillable; type string
          • sales_manager_id - nillable; type int
          • sales_manager - nillable; type string
          • finance_amount - nillable; type float
          • referrer - nillable; type int
          • distance_marketed - nillable; type boolean
    29. get_application_details
      Description:
      Show the full application details
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_application_details
      Input:
      get_application_detailsIn (soap:body, use = literal)Source code
      parameters type get_application_details
      • request type GetApplicationDetailsRequest
        • application_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_application_detailsOut (soap:body, use = literal)Source code
      parameters type get_application_detailsResponse
      • get_application_detailsResult type GetApplicationDetailsResponse
        • application - nillable; type ApplicationDetails
          • application_id - nillable; type int
          • reference - nillable; type string
          • dealer_id - nillable; type int
          • user_created_id - nillable; type int
          • user_id - nillable; type int
          • application_status_id - nillable; type int
          • assigned_vehicle_id - nillable; type int
          • assigned_destination_id - nillable; type int
          • sales_staff_id - nillable; type int
          • sales_manager_id - nillable; type int
          • organisation - nillable; type OrganisationDetails
            • organisation_id - nillable; type int
            • created_at - nillable; type string
            • updated_at - nillable; type string
            • organisation_name - nillable; type string
            • previous_organisation_name - nillable; type string
            • organisation_type_id - nillable; type int
            • industry_type_id - nillable; type int
            • main_number - nillable; type string
            • main_email - nillable; type string
            • date_established - nillable; type string
            • company_registration - nillable; type string
            • vat_number - nillable; type string
            • building - nillable; type string
            • subbuilding - nillable; type string
            • street - nillable; type string
            • district - nillable; type string
            • towncity - nillable; type string
            • county - nillable; type string
            • postcode - nillable; type string
            • years - nillable; type int
            • months - nillable; type int
            • uk_address - nillable; type boolean
            • business_building_tenure_id - nillable; type int
            • account_number - nillable; type string
            • sortcode - nillable; type string
            • bank - nillable; type string
            • branch - nillable; type string
            • address - nillable; type string
            • bank_years - nillable; type int
            • bank_months - nillable; type int
            • dd_valid - nillable; type boolean
          • applicants - nillable; type ArrayOfApplicantDetails
            • item - optional, unbounded; type ApplicantDetails
              • applicant_id - nillable; type int
              • sequence - nillable; type int
              • residences - nillable; type ArrayOfResidenceDetails
                • item - optional, unbounded; type ResidenceDetails
                  • residence_id - nillable; type int
                  • sequence - nillable; type int
                  • created_at - nillable; type string
                  • updated_at - nillable; type string
                  • flat - nillable; type string
                  • house_number - nillable; type string
                  • house_name - nillable; type string
                  • street - nillable; type string
                  • district - nillable; type string
                  • towncity - nillable; type string
                  • county - nillable; type string
                  • postcode - nillable; type string
                  • years - nillable; type int
                  • months - nillable; type int
                  • uk_address - nillable; type boolean
                  • residential_status_id - nillable; type int
              • employments - nillable; type ArrayOfEmploymentDetails
                • item - optional, unbounded; type EmploymentDetails
                  • employment_id - nillable; type int
                  • sequence - nillable; type int
                  • created_at - nillable; type string
                  • updated_at - nillable; type string
                  • occupation - nillable; type string
                  • occupation_id - nillable; type int
                  • company - nillable; type string
                  • building - nillable; type string
                  • subbuilding - nillable; type string
                  • street - nillable; type string
                  • district - nillable; type string
                  • towncity - nillable; type string
                  • county - nillable; type string
                  • postcode - nillable; type string
                  • years - nillable; type int
                  • months - nillable; type int
                  • uk_trading_address - nillable; type boolean
                  • employment_type_id - nillable; type int
                  • employment_status_id - nillable; type int
                  • employment_sector_id - nillable; type int
                  • gross_income - nillable; type float
                  • income - nillable; type float
                  • income_frequency_id - nillable; type float
              • bank - nillable; type BankDetails
                • bank_id - nillable; type int
                • account_name - nillable; type string
                • account_number - nillable; type string
                • sortcode - nillable; type string
                • bank - nillable; type string
                • branch - nillable; type string
                • address - nillable; type string
                • years - nillable; type int
                • months - nillable; type int
                • amex - nillable; type boolean
                • chequecard - nillable; type boolean
                • dinersclub - nillable; type boolean
                • mastercard - nillable; type boolean
                • visa - nillable; type boolean
                • debit_card - nillable; type boolean
                • other - nillable; type boolean
                • created_at - nillable; type string
                • updated_at - nillable; type string
              • affordability - nillable; type Affordability
                • replacement_loan - nillable; type boolean
                • sustainability - nillable; type boolean
                • monthly_mortgage - nillable; type float
                • other_expenditure - nillable; type float
              • created_at - nillable; type string
              • updated_at - nillable; type string
              • type_id - nillable; type int
              • name_title_id - nillable; type int
              • forename - nillable; type string
              • middlename - nillable; type string
              • surname - nillable; type string
              • alias - nillable; type string
              • maiden_name - nillable; type string
              • dob - nillable; type string
              • gender_type_id - nillable; type int
              • home_phone - nillable; type string
              • mobile - nillable; type string
              • work_phone - nillable; type string
              • email - nillable; type string
              • dependants - nillable; type int
              • marital_status_id - nillable; type int
              • passport_id - nillable; type int
              • driving_license_id - nillable; type int
              • driving_license_number - nillable; type string
              • relationship_type_id - nillable; type int
              • optin_post - nillable; type boolean
              • optin_email - nillable; type boolean
              • optin_phone - nillable; type boolean
              • optin_sms - nillable; type boolean
              • uk_resident - nillable; type boolean
          • vehicles - nillable; type ArrayOfVehicleDetails
            • item - optional, unbounded; type VehicleDetails
              • vehicle_id - nillable; type int
              • assigned_quotation_id - nillable; type int
              • quotations - nillable; type ArrayOfQuotationDetails
                • item - optional, unbounded; type QuotationDetails
                  • quotation_id - nillable; type int
                  • options - nillable; type ArrayOfOptionDetails
                    • item - optional, unbounded; type OptionDetails
                      • vehicle_option_id - nillable; type int
                      • created_at - nillable; type string
                      • updated_at - nillable; type string
                      • description - nillable; type string
                      • net - nillable; type float
                      • vat - nillable; type float
                  • accessories - nillable; type ArrayOfAccessoryDetails
                    • item - optional, unbounded; type AccessoryDetails
                      • vehicle_accessory_id - nillable; type int
                      • created_at - nillable; type string
                      • updated_at - nillable; type string
                      • accessory_type_id - nillable; type int
                      • description - nillable; type string
                      • net - nillable; type float
                      • vat - nillable; type float
                  • vaps - nillable; type ArrayOfVapDetails
                    • item - optional, unbounded; type VapDetails
                      • vap_id - nillable; type int
                      • profit - nillable; type float
                      • created_at - nillable; type string
                      • updated_at - nillable; type string
                      • vap_package_id - nillable; type int
                      • vap_type_id - nillable; type int
                      • product - nillable; type string
                      • premium - nillable; type float
                      • net_cost - nillable; type float
                      • tax_rate - nillable; type float
                      • payment_id - nillable; type int
                      • vap_term - nillable; type int
                      • policy_number - nillable; type string
                  • custom_fields - nillable; type ArrayOfCustomFieldDetails
                    • item - optional, unbounded; type CustomFieldDetails
                      • name - nillable; type string
                      • value - nillable; type string
                  • created_at - nillable; type string
                  • updated_at - nillable; type string
                  • finance_type_id - nillable; type int
                  • vat_qualifying - nillable; type boolean
                  • vehicle - nillable; type float
                  • vehicle_vat - nillable; type float
                  • vehicle_discount - nillable; type float
                  • delivery - nillable; type float
                  • delivery_vat - nillable; type float
                  • rfl - nillable; type float
                  • rfl_term - nillable; type int
                  • reg_fee - nillable; type float
                  • part_ex - nillable; type float
                  • settlement - nillable; type float
                  • settlement_lender_id - nillable; type int
                  • px_reg_no - nillable; type string
                  • px_mileage - nillable; type float
                  • deposit - nillable; type float
                  • deposit_sterling - nillable; type float
                  • fda - nillable; type float
                  • ips - nillable; type float
                  • flat_rate - nillable; type float
                  • apr_rate - nillable; type float
                  • rate_type - nillable; type string
                  • term - nillable; type int
                  • balloon - nillable; type float
                  • monthly_payment - nillable; type float
                  • annual_mileage - nillable; type int
                  • vat_rate - nillable; type float
                  • vehicle_subsidy - nillable; type float
              • created_at - nillable; type string
              • updated_at - nillable; type string
              • vehicle_type_id - nillable; type int
              • vehicle_newused_id - nillable; type int
              • make - nillable; type string
              • model - nillable; type string
              • style - nillable; type string
              • engine_size - nillable; type int
              • doors - nillable; type int
              • reg_no - nillable; type string
              • asset_type_id - nillable; type int
              • description - nillable; type string
              • first_reg - nillable; type string
              • vin - nillable; type string
              • colour - nillable; type string
              • year_man - nillable; type string
              • import - nillable; type boolean
              • mileage - nillable; type string
              • fuel_type_id - nillable; type int
              • transmission_type_id - nillable; type int
              • capcode - nillable; type string
              • glasses_code - nillable; type string
              • glasses_code_family - nillable; type string
              • stock_number - nillable; type string
          • notes - nillable; type ArrayOfNoteDetails
            • item - optional, unbounded; type NoteDetails
              • note_id - nillable; type int
              • created_at - nillable; type string
              • updated_at - nillable; type string
              • visible_to_lender - nillable; type boolean
              • note - nillable; type string
          • created_at - nillable; type string
          • updated_at - nillable; type string
          • application_type_id - nillable; type int
          • sales_type_id - nillable; type int
          • delivery_date - nillable; type string
          • assigned_dealer_contact - nillable; type int
          • assigned_introducer_contact - nillable; type int
          • sales_staff - nillable; type string
          • sales_manager - nillable; type string
          • finance_amount - nillable; type float
          • referrer - nillable; type int
          • distance_marketed - nillable; type boolean
    30. get_application_note
      Description:
      Get Application Note
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_application_note
      Input:
      get_application_noteIn (soap:body, use = literal)Source code
      parameters type get_application_note
      • request type GetApplicationNoteRequest
        • note_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_application_noteOut (soap:body, use = literal)Source code
      parameters type get_application_noteResponse
      • get_application_noteResult type GetApplicationNoteResponse
        • note - nillable; type Note
          • visible_to_lender - nillable; type boolean
          • note - nillable; type string
    31. get_bank
      Description:
      Get an Applicant Bank
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_bank
      Input:
      get_bankIn (soap:body, use = literal)Source code
      parameters type get_bank
      • request type GetBankRequest
        • bank_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_bankOut (soap:body, use = literal)Source code
      parameters type get_bankResponse
      • get_bankResult type GetBankResponse
        • bank - nillable; type Bank
          • account_name - nillable; type string
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • amex - nillable; type boolean
          • chequecard - nillable; type boolean
          • dinersclub - nillable; type boolean
          • mastercard - nillable; type boolean
          • visa - nillable; type boolean
          • debit_card - nillable; type boolean
          • other - nillable; type boolean
    32. get_employment
      Description:
      Get an Applicant Employment
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_employment
      Input:
      get_employmentIn (soap:body, use = literal)Source code
      parameters type get_employment
      • request type GetEmploymentRequest
        • employment_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_employmentOut (soap:body, use = literal)Source code
      parameters type get_employmentResponse
      • get_employmentResult type GetEmploymentResponse
        • employment - nillable; type Employment
          • occupation - nillable; type string
          • occupation_id - nillable; type int
          • company - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_trading_address - nillable; type boolean
          • employment_type_id - nillable; type int
          • employment_status_id - nillable; type int
          • employment_sector_id - nillable; type int
          • gross_income - nillable; type float
          • income - nillable; type float
          • income_frequency_id - nillable; type float
    33. get_organisation
      Description:
      Get an Organisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_organisation
      Input:
      get_organisationIn (soap:body, use = literal)Source code
      parameters type get_organisation
      • request type GetOrganisationRequest
        • organisation_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_organisationOut (soap:body, use = literal)Source code
      parameters type get_organisationResponse
      • get_organisationResult type GetOrganisationResponse
        • organisation - nillable; type Organisation
          • organisation_name - nillable; type string
          • previous_organisation_name - nillable; type string
          • organisation_type_id - nillable; type int
          • industry_type_id - nillable; type int
          • main_number - nillable; type string
          • main_email - nillable; type string
          • date_established - nillable; type string
          • company_registration - nillable; type string
          • vat_number - nillable; type string
          • building - nillable; type string
          • subbuilding - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • business_building_tenure_id - nillable; type int
          • account_number - nillable; type string
          • sortcode - nillable; type string
          • bank - nillable; type string
          • branch - nillable; type string
          • address - nillable; type string
          • bank_years - nillable; type int
          • bank_months - nillable; type int
          • dd_valid - nillable; type boolean
    34. get_quotation
      Description:
      Get Vehicle Quotation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_quotation
      Input:
      get_quotationIn (soap:body, use = literal)Source code
      parameters type get_quotation
      • request type GetQuotationRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_quotationOut (soap:body, use = literal)Source code
      parameters type get_quotationResponse
      • get_quotationResult type GetQuotationResponse
        • quotation - nillable; type Quotation
          • finance_type_id - nillable; type int
          • vat_qualifying - nillable; type boolean
          • vehicle - nillable; type float
          • vehicle_vat - nillable; type float
          • vehicle_discount - nillable; type float
          • delivery - nillable; type float
          • delivery_vat - nillable; type float
          • rfl - nillable; type float
          • rfl_term - nillable; type int
          • reg_fee - nillable; type float
          • part_ex - nillable; type float
          • settlement - nillable; type float
          • settlement_lender_id - nillable; type int
          • px_reg_no - nillable; type string
          • px_mileage - nillable; type float
          • deposit - nillable; type float
          • deposit_sterling - nillable; type float
          • fda - nillable; type float
          • ips - nillable; type float
          • flat_rate - nillable; type float
          • apr_rate - nillable; type float
          • rate_type - nillable; type string
          • term - nillable; type int
          • balloon - nillable; type float
          • monthly_payment - nillable; type float
          • annual_mileage - nillable; type int
          • vat_rate - nillable; type float
          • vehicle_subsidy - nillable; type float
          • custom_fields - nillable; type ArrayOfCustomField
            • item - optional, unbounded; type CustomField
              • name - nillable; type string
              • value - nillable; type string
    35. get_residence
      Description:
      Get an Applicant Residence
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_residence
      Input:
      get_residenceIn (soap:body, use = literal)Source code
      parameters type get_residence
      • request type GetResidenceRequest
        • residence_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_residenceOut (soap:body, use = literal)Source code
      parameters type get_residenceResponse
      • get_residenceResult type GetResidenceResponse
        • residence - nillable; type Residence
          • flat - nillable; type string
          • house_number - nillable; type string
          • house_name - nillable; type string
          • street - nillable; type string
          • district - nillable; type string
          • towncity - nillable; type string
          • county - nillable; type string
          • postcode - nillable; type string
          • years - nillable; type int
          • months - nillable; type int
          • uk_address - nillable; type boolean
          • residential_status_id - nillable; type int
    36. get_vehicle
      Description:
      Get a Vehicle
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_vehicle
      Input:
      get_vehicleIn (soap:body, use = literal)Source code
      parameters type get_vehicle
      • request type GetVehicleRequest
        • vehicle_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_vehicleOut (soap:body, use = literal)Source code
      parameters type get_vehicleResponse
      • get_vehicleResult type GetVehicleResponse
        • vehicle - nillable; type Vehicle
          • vehicle_type_id - nillable; type int
          • vehicle_newused_id - nillable; type int
          • make - nillable; type string
          • model - nillable; type string
          • style - nillable; type string
          • engine_size - nillable; type int
          • doors - nillable; type int
          • reg_no - nillable; type string
          • asset_type_id - nillable; type int
          • description - nillable; type string
          • first_reg - nillable; type string
          • vin - nillable; type string
          • colour - nillable; type string
          • year_man - nillable; type string
          • import - nillable; type boolean
          • mileage - nillable; type string
          • fuel_type_id - nillable; type int
          • transmission_type_id - nillable; type int
          • capcode - nillable; type string
          • glasses_code - nillable; type string
          • glasses_code_family - nillable; type string
          • stock_number - nillable; type string
    37. get_vehicle_accessory
      Description:
      Get Vehicle Accessory
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_vehicle_accessory
      Input:
      get_vehicle_accessoryIn (soap:body, use = literal)Source code
      parameters type get_vehicle_accessory
      • request type GetVehicleAccessoryRequest
        • vehicle_accessory_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_vehicle_accessoryOut (soap:body, use = literal)Source code
      parameters type get_vehicle_accessoryResponse
      • get_vehicle_accessoryResult type GetVehicleAccessoryResponse
        • accessory - nillable; type Accessory
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
          • accessory_type_id - nillable; type int
    38. get_vehicle_option
      Description:
      Get Vehicle Option
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_vehicle_option
      Input:
      get_vehicle_optionIn (soap:body, use = literal)Source code
      parameters type get_vehicle_option
      • request type GetVehicleOptionRequest
        • vehicle_option_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_vehicle_optionOut (soap:body, use = literal)Source code
      parameters type get_vehicle_optionResponse
      • get_vehicle_optionResult type GetVehicleOptionResponse
        • option - nillable; type Option
          • description - nillable; type string
          • net - nillable; type float
          • vat - nillable; type float
    39. get_vehicle_vap
      Description:
      Get Vehicle Vap
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#get_vehicle_vap
      Input:
      get_vehicle_vapIn (soap:body, use = literal)Source code
      parameters type get_vehicle_vap
      • request type GetVehicleVapRequest
        • vap_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      get_vehicle_vapOut (soap:body, use = literal)Source code
      parameters type get_vehicle_vapResponse
      • get_vehicle_vapResult type GetVehicleVapResponse
        • vap - nillable; type Vap
          • vap_package_id - nillable; type int
          • vap_type_id - nillable; type int
          • product - nillable; type string
          • premium - nillable; type float
          • net_cost - nillable; type float
          • tax_rate - nillable; type float
          • payment_id - nillable; type int
          • vap_term - nillable; type int
          • policy_number - nillable; type string
    40. load_application
      Description:
      Load a full application
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#load_application
      Input:
      load_applicationIn (soap:body, use = literal)Source code
      parameters type load_application
      • request type LoadApplicationRequest
        • reference - nillable; type string
        • application_id - nillable; type int
        • application_section - nillable; type ApplicationSection
          • organisation - nillable; type Organisation
            • organisation_name - nillable; type string
            • previous_organisation_name - nillable; type string
            • organisation_type_id - nillable; type int
            • industry_type_id - nillable; type int
            • main_number - nillable; type string
            • main_email - nillable; type string
            • date_established - nillable; type string
            • company_registration - nillable; type string
            • vat_number - nillable; type string
            • building - nillable; type string
            • subbuilding - nillable; type string
            • street - nillable; type string
            • district - nillable; type string
            • towncity - nillable; type string
            • county - nillable; type string
            • postcode - nillable; type string
            • years - nillable; type int
            • months - nillable; type int
            • uk_address - nillable; type boolean
            • business_building_tenure_id - nillable; type int
            • account_number - nillable; type string
            • sortcode - nillable; type string
            • bank - nillable; type string
            • branch - nillable; type string
            • address - nillable; type string
            • bank_years - nillable; type int
            • bank_months - nillable; type int
            • dd_valid - nillable; type boolean
          • applicant_section - nillable; type ArrayOfApplicantSection
            • item - optional, unbounded; type ApplicantSection
              • residences - nillable; type ArrayOfResidence
                • item - optional, unbounded; type Residence
                  • flat - nillable; type string
                  • house_number - nillable; type string
                  • house_name - nillable; type string
                  • street - nillable; type string
                  • district - nillable; type string
                  • towncity - nillable; type string
                  • county - nillable; type string
                  • postcode - nillable; type string
                  • years - nillable; type int
                  • months - nillable; type int
                  • uk_address - nillable; type boolean
                  • residential_status_id - nillable; type int
              • employments - nillable; type ArrayOfEmployment
                • item - optional, unbounded; type Employment
                  • occupation - nillable; type string
                  • occupation_id - nillable; type int
                  • company - nillable; type string
                  • building - nillable; type string
                  • subbuilding - nillable; type string
                  • street - nillable; type string
                  • district - nillable; type string
                  • towncity - nillable; type string
                  • county - nillable; type string
                  • postcode - nillable; type string
                  • years - nillable; type int
                  • months - nillable; type int
                  • uk_trading_address - nillable; type boolean
                  • employment_type_id - nillable; type int
                  • employment_status_id - nillable; type int
                  • employment_sector_id - nillable; type int
                  • gross_income - nillable; type float
                  • income - nillable; type float
                  • income_frequency_id - nillable; type float
              • bank - nillable; type Bank
                • account_name - nillable; type string
                • account_number - nillable; type string
                • sortcode - nillable; type string
                • bank - nillable; type string
                • branch - nillable; type string
                • address - nillable; type string
                • years - nillable; type int
                • months - nillable; type int
                • amex - nillable; type boolean
                • chequecard - nillable; type boolean
                • dinersclub - nillable; type boolean
                • mastercard - nillable; type boolean
                • visa - nillable; type boolean
                • debit_card - nillable; type boolean
                • other - nillable; type boolean
              • affordability - nillable; type Affordability
                • replacement_loan - nillable; type boolean
                • sustainability - nillable; type boolean
                • monthly_mortgage - nillable; type float
                • other_expenditure - nillable; type float
              • type_id - nillable; type int
              • name_title_id - nillable; type int
              • forename - nillable; type string
              • middlename - nillable; type string
              • surname - nillable; type string
              • alias - nillable; type string
              • maiden_name - nillable; type string
              • dob - nillable; type string
              • gender_type_id - nillable; type int
              • home_phone - nillable; type string
              • mobile - nillable; type string
              • work_phone - nillable; type string
              • email - nillable; type string
              • dependants - nillable; type int
              • marital_status_id - nillable; type int
              • passport_id - nillable; type int
              • driving_license_id - nillable; type int
              • driving_license_number - nillable; type string
              • relationship_type_id - nillable; type int
              • optin_post - nillable; type boolean
              • optin_email - nillable; type boolean
              • optin_phone - nillable; type boolean
              • optin_sms - nillable; type boolean
              • uk_resident - nillable; type boolean
          • vehicle_section - nillable; type ArrayOfVehicleSection
            • item - optional, unbounded; type VehicleSection
              • quotation_section - nillable; type ArrayOfQuotationSection
                • item - optional, unbounded; type QuotationSection
                  • options - nillable; type ArrayOfOption
                    • item - optional, unbounded; type Option
                      • description - nillable; type string
                      • net - nillable; type float
                      • vat - nillable; type float
                  • accessories - nillable; type ArrayOfAccessory
                    • item - optional, unbounded; type Accessory
                      • description - nillable; type string
                      • net - nillable; type float
                      • vat - nillable; type float
                      • accessory_type_id - nillable; type int
                  • vaps - nillable; type ArrayOfVap
                    • item - optional, unbounded; type Vap
                      • vap_package_id - nillable; type int
                      • vap_type_id - nillable; type int
                      • product - nillable; type string
                      • premium - nillable; type float
                      • net_cost - nillable; type float
                      • tax_rate - nillable; type float
                      • payment_id - nillable; type int
                      • vap_term - nillable; type int
                      • policy_number - nillable; type string
                  • custom_fields - nillable; type ArrayOfCustomField
                    • item - optional, unbounded; type CustomField
                      • name - nillable; type string
                      • value - nillable; type string
                  • finance_type_id - nillable; type int
                  • vat_qualifying - nillable; type boolean
                  • vehicle - nillable; type float
                  • vehicle_vat - nillable; type float
                  • vehicle_discount - nillable; type float
                  • delivery - nillable; type float
                  • delivery_vat - nillable; type float
                  • rfl - nillable; type float
                  • rfl_term - nillable; type int
                  • reg_fee - nillable; type float
                  • part_ex - nillable; type float
                  • settlement - nillable; type float
                  • settlement_lender_id - nillable; type int
                  • px_reg_no - nillable; type string
                  • px_mileage - nillable; type float
                  • deposit - nillable; type float
                  • deposit_sterling - nillable; type float
                  • fda - nillable; type float
                  • ips - nillable; type float
                  • flat_rate - nillable; type float
                  • apr_rate - nillable; type float
                  • rate_type - nillable; type string
                  • term - nillable; type int
                  • balloon - nillable; type float
                  • monthly_payment - nillable; type float
                  • annual_mileage - nillable; type int
                  • vat_rate - nillable; type float
                  • vehicle_subsidy - nillable; type float
              • vehicle_type_id - nillable; type int
              • vehicle_newused_id - nillable; type int
              • make - nillable; type string
              • model - nillable; type string
              • style - nillable; type string
              • engine_size - nillable; type int
              • doors - nillable; type int
              • reg_no - nillable; type string
              • asset_type_id - nillable; type int
              • description - nillable; type string
              • first_reg - nillable; type string
              • vin - nillable; type string
              • colour - nillable; type string
              • year_man - nillable; type string
              • import - nillable; type boolean
              • mileage - nillable; type string
              • fuel_type_id - nillable; type int
              • transmission_type_id - nillable; type int
              • capcode - nillable; type string
              • glasses_code - nillable; type string
              • glasses_code_family - nillable; type string
              • stock_number - nillable; type string
          • notes - nillable; type ArrayOfNote
            • item - optional, unbounded; type Note
              • visible_to_lender - nillable; type boolean
              • note - nillable; type string
          • application_type_id - nillable; type int
          • sales_type_id - nillable; type int
          • delivery_date - nillable; type string
          • assigned_dealer_contact - nillable; type int
          • assigned_introducer_contact - nillable; type int
          • sales_staff_id - nillable; type int
          • sales_staff - nillable; type string
          • sales_manager_id - nillable; type int
          • sales_manager - nillable; type string
          • finance_amount - nillable; type float
          • referrer - nillable; type int
          • distance_marketed - nillable; type boolean
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      load_applicationOut (soap:body, use = literal)Source code
      parameters type load_applicationResponse
      • load_applicationResult type LoadApplicationResponse
        • application_id - nillable; type int
    41. remove_applicant
      Description:
      Remove an Application Applicant
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_applicant
      Input:
      remove_applicantIn (soap:body, use = literal)Source code
      parameters type remove_applicant
      • request type RemoveApplicantRequest
        • applicant_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_applicantOut (soap:body, use = literal)Source code
      parameters type remove_applicantResponse
      • remove_applicantResult type RemoveApplicantResponse
        • success - nillable; type boolean
    42. remove_application_note
      Description:
      Remove Application Note
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_application_note
      Input:
      remove_application_noteIn (soap:body, use = literal)Source code
      parameters type remove_application_note
      • request type RemoveApplicationNoteRequest
        • note_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_application_noteOut (soap:body, use = literal)Source code
      parameters type remove_application_noteResponse
      • remove_application_noteResult type RemoveApplicationNoteResponse
        • success - nillable; type boolean
    43. remove_bank
      Description:
      Remove an Applicant Bank
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_bank
      Input:
      remove_bankIn (soap:body, use = literal)Source code
      parameters type remove_bank
      • request type RemoveBankRequest
        • bank_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_bankOut (soap:body, use = literal)Source code
      parameters type remove_bankResponse
      • remove_bankResult type RemoveBankResponse
        • success - nillable; type boolean
    44. remove_employment
      Description:
      Remove an Applicant Employment
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_employment
      Input:
      remove_employmentIn (soap:body, use = literal)Source code
      parameters type remove_employment
      • request type RemoveEmploymentRequest
        • employment_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_employmentOut (soap:body, use = literal)Source code
      parameters type remove_employmentResponse
      • remove_employmentResult type RemoveEmploymentResponse
        • success - nillable; type boolean
    45. remove_organisation
      Description:
      Remove an Organisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_organisation
      Input:
      remove_organisationIn (soap:body, use = literal)Source code
      parameters type remove_organisation
      • request type RemoveOrganisationRequest
        • organisation_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_organisationOut (soap:body, use = literal)Source code
      parameters type remove_organisationResponse
      • remove_organisationResult type RemoveOrganisationResponse
        • success - nillable; type boolean
    46. remove_quotation
      Description:
      Remove Vehicle Quotation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_quotation
      Input:
      remove_quotationIn (soap:body, use = literal)Source code
      parameters type remove_quotation
      • request type RemoveQuotationRequest
        • quotation_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_quotationOut (soap:body, use = literal)Source code
      parameters type remove_quotationResponse
      • remove_quotationResult type RemoveQuotationResponse
        • success - nillable; type boolean
    47. remove_residence
      Description:
      Remove an Applicant Residence
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_residence
      Input:
      remove_residenceIn (soap:body, use = literal)Source code
      parameters type remove_residence
      • request type RemoveResidenceRequest
        • residence_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_residenceOut (soap:body, use = literal)Source code
      parameters type remove_residenceResponse
      • remove_residenceResult type RemoveResidenceResponse
        • success - nillable; type boolean
    48. remove_vehicle
      Description:
      Remove a Vehicle
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_vehicle
      Input:
      remove_vehicleIn (soap:body, use = literal)Source code
      parameters type remove_vehicle
      • request type RemoveVehicleRequest
        • vehicle_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_vehicleOut (soap:body, use = literal)Source code
      parameters type remove_vehicleResponse
      • remove_vehicleResult type RemoveVehicleResponse
        • success - nillable; type boolean
    49. remove_vehicle_accessory
      Description:
      Remove Vehicle Accessory
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_vehicle_accessory
      Input:
      remove_vehicle_accessoryIn (soap:body, use = literal)Source code
      parameters type remove_vehicle_accessory
      • request type RemoveVehicleAccessoryRequest
        • vehicle_accessory_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_vehicle_accessoryOut (soap:body, use = literal)Source code
      parameters type remove_vehicle_accessoryResponse
      • remove_vehicle_accessoryResult type RemoveVehicleAccessoryResponse
        • success - nillable; type boolean
    50. remove_vehicle_option
      Description:
      Remove Vehicle Option
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_vehicle_option
      Input:
      remove_vehicle_optionIn (soap:body, use = literal)Source code
      parameters type remove_vehicle_option
      • request type RemoveVehicleOptionRequest
        • vehicle_option_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_vehicle_optionOut (soap:body, use = literal)Source code
      parameters type remove_vehicle_optionResponse
      • remove_vehicle_optionResult type RemoveVehicleOptionResponse
        • success - nillable; type boolean
    51. remove_vehicle_vap
      Description:
      Remove Vehicle Vap
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      https://www.dealtrak123.co.uk/rosetta/webservices/application#remove_vehicle_vap
      Input:
      remove_vehicle_vapIn (soap:body, use = literal)Source code
      parameters type remove_vehicle_vap
      • request type RemoveVehicleVapRequest
        • vap_id - nillable; type int
        • reference - nillable; type string
        • authentication - nillable; type Authentication
          • username - nillable; type string
          • password - nillable; type string
          • user_id - nillable; type int
          • dealer_id - nillable; type int
      Output:
      remove_vehicle_vapOut (soap:body, use = literal)Source code
      parameters type remove_vehicle_vapResponse
      • remove_vehicle_vapResult type RemoveVehicleVapResponse
        • success - nillable; type boolean

WSDL source code

<?xml version="1.0"?>
<definitions name="RosettaApplicationServices" targetNamespace="https://www.dealtrak123.co.uk/rosetta/webservices/application"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="https://www.dealtrak123.co.uk/rosetta/webservices/application"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
>
<types>
<xsd:schema targetNamespace="https://www.dealtrak123.co.uk/rosetta/webservices/application">
<xsd:complexType name="Organisation">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="ApplicantSection">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="QuotationSection">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="VehicleSection">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="OrganisationDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="EmploymentDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="ApplicantDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="QuotationDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="VehicleDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="ApplicationDetails">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="Applicant">
<xsd:all></xsd:all>
</xsd:complexType>
<xsd:complexType name="Vehicle"></xsd:complexType>
<xsd:complexType name="Quotation">
<xsd:all></xsd:all>
</xsd:complexType>
</xsd:schema>
</types>
<portType name="RosettaApplicationServicesPort"></portType>
<binding name="RosettaApplicationServicesBinding" type="tns:RosettaApplicationServicesPort"></binding>
</definitions>