Click or drag to resize

ElectronicProcessing Methods

The ElectronicProcessing type exposes the following members.

Methods
  NameDescription
Public methodAddNameToRemovedNamesList
Adds an employee name to the "Removed" name list so that it will NOT be displayed when calling GetPreviouslyUsedEmployeeNames.
Public methodConfirmElectronicSignature
Confirms that an electronic signature was captured on one or more previously generated electronic contracts.
Public methodDeleteNameFromRemovedNamesList
Deletes an employee name from the "Removed" name list so that it WILL be displayed when calling GetPreviouslyUsedEmployeeNames.
Public methodGenerateElectronicContract
Enrolls a customer in a given program and returns an electronic contract representing the enrollment.
Public methodGenerateElectronicNETeRemittanceBatch
Public methodGenerateElectronicRemittanceBatch
Creates a remittance register for one or more previously generated electronic contracts, and assigns them to a single batch, returning the PDF representation of the register.
Public methodGetAvailableForms
Returns a set of forms, limited to only what is offered by the specified dealer and what the specified vehicle is eligible for.
Public methodGetConfiguredLendersByDealer
Public methodGetContractIDFromEnrollmentProgramsID
Finds the electronic contract ID corresponding to a legacy electronic enrollment program ID.
Public methodGetElectronicContractFormFields
Returns a list of any and all fields that are available in a list of forms. This information can be used to reduce the amount of information collected in the UI prior to a call to generate an eContract.
Public methodGetElectronicContractFormSignatureLocations
Returns a list of any and all signature area locations that are available in a list of forms.
Public methodGetElectronicContractPDF
Returns the actual PDF representation of the contract sold.
Public methodGetElectronicContractsByBatch
Returns a list of pending electronic contracts for a single batch ID.
Public methodGetElectronicNETeRemittanceBatches
Gets a list of all electronic batches for a agent, with the option to show only batches that have been received, only batches that have not been received, or both.
Public methodGetElectronicRemittanceBatches
Gets a list of all electronic batches for a dealer, with the option to show only batches that have been received, only batches that have not been received, or both.
Public methodGetElectronicRemittanceNetRegisterByBatchID
Public methodGetElectronicRemittanceRegisterByBatchID
Returns only the register portion of the PDF representation of the contract sold.
Public methodGetFormSpecificTerms
Returns a list of the terms that can be set on a particular form.
Public methodGetIASDealerIDFromAllyDealerCode
Returns the unique iAAWG dealer identifier corresponding to an Ally dealer code.
Public methodGetIASMasterDealerIDFromAllyDealerCode
Returns the unique iAAWG master dealer identifier corresponding to an Ally dealer code.
Public methodGetMasterDealerIDFromDealerID
Returns the unique iAAWG master dealer ID corresponding to a singular iAAWG dealer ID.
Public methodGetNestedRates
Returns a set of rates in hierarchical fashion, limited to only what is offered by the specified dealer and what the specified vehicle is eligible for, with pricing specific to a given Finance Manager if applicable.
Public methodGetPendingContractDetails
Gets the details of a pending contract.
Public methodGetPendingElectronicCancellationQuotes
Gets a list of all pending electronic contracts. Pending electronic contracts are those which have been generated but not remitted to IAS.
Public methodGetPendingElectronicContracts
Gets a list of all pending electronic contracts. Pending electronic contracts are those which have been generated but not remitted to IAS.
Public methodGetPreviousBuyers
Gets a list of buyers that previously purchased contracts using that VIN and dealer or master dealer ID.
Public methodGetPreviouslyUsedEmployeeNames
Gets a list of names that were previously used for Finance Manager, Sales Manager, and Sales Person positions on electronic contracts.
Public methodGetProductLinesByDealer
Gets the products sold by a particular dealer.
Public methodGetRates
Returns a set of rates, limited to only what is offered by the specified dealer and what the specified vehicle is eligible for, with pricing specific to a given Finance Manager if applicable.
Public methodGetRatingFields
Returns a list of any and all fields that are needed for eRating for a given dealer ID. This information can be used to reduce the amount of information collected in the UI prior to a call to request rates.
Public methodGetRatingFieldsByForm
Returns a list of any and all fields that are needed for eRating a specific form for a given dealer ID. This method is normally called in business office applications where the form is already known. This information can be used to reduce the amount of information collected in the UI prior to a call to request rates.
Public methodGetRatingFieldsByProductLine
Returns a list of any and all fields that are needed for eRating a specific form for a set of given product lines. This method is normally called in business office applications where the prodct lines are already known. This information can be used to reduce the amount of information collected in the UI prior to a call to request rates.
Public methodGetRewardRecipientsByContract
Gets a list of reward recipients available for a contract.
Public methodGetTireWheelDeductibleInfoFromRulesEngine
Gets the deductible information from the rules engine for a tire and wheel contract.
Public methodIsFinanceManagerIdentificationRequired
Returns a boolean value indicating if finance manager identification is required when submitting an electronic contract based on the master dealer ID and the specific program ID from the plan rate.
Public methodUnwindElectronicNetRemittanceBatch
Public methodUnwindElectronicRemittanceBatch
Unwinds a previously generated, non processed electronic batch and returns all contracts within the batch to pending state.
Public methodUpdateRewardRecipient
Updates the reward recipient for a single pending electronic contract.
Public methodVoidElectronicContract
Marks previously generated, non remitted electronic contract(s) under a single customer as inactive. Note that either the master dealer ID or dealer ID is required to call this method.
Top
See Also