17
Mar 2017
Changes in Automotive Web Services
The following changes have been deployed on every Navins Test Environment.
- Web Proposal Service
- Parameters DateFrom & DateTo have been replaced by FromDate(string) & TillDate (string) in GetProposalsList method. Date format for both parameters is YYYY-MM-DD.
- New field added in Ins. Proposal Object, InsProposal.Covers.OutboundCommision which returns the cover commission.
- New field added in Ins. Proposal Header Object, InsProposalHeader.Header.Outbound_Commission which returns the total commission of the proposal.
- Web Renewal Service
- Parameters DateFrom & DateTo have been replaced by FromDate(string) & TillDate (string) in GetRenewalsList method. Date format for both parameters is YYYY-MM-DD.
- New field added in Ins. Renewal Object, InsRenewal.Covers.OutboundCommision which returns the cover commission.
- New field added in Ins. Renewal Header Object, InsRenewalHeader.Header.Outbound_Commission which returns the total commission of the renewal proposal.
- Web Inquiry Service
- New field added in Ins. Inquiry Object, InsInquiry.Packages.LineNo which is a unique package identifier (unique per inquiry, needed for multi-package inquiry).
- New field added in Ins. Inquiry Object, InsInquiry.Covers.PackageLineNo which relates the cover to the appropriate package (needed for multi-package inquiry).
Changes will be deployed in production environment on Wednesday 22/3/2017.