| Requires any of the roles: | Agent, Administrator |
| GET,OPTIONS | /v1/LSW_OLifE/AgentAggregate/{StartDate}/{EndDate}/{AgentID} | ||
|---|---|---|---|
| GET,OPTIONS | /v1/LSW_OLifE/AgentAggregate/{StartDate}/{EndDate} |
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using CRM.AgencyPlatform.API.Internal;
namespace CRM.AgencyPlatform.API.Internal
{
public partial class LSW_OLifE
{
public virtual int OLifeID { get; set; }
public virtual string SourceInfo { get; set; }
public virtual DateTime CreateDate { get; set; }
public virtual DateTime TransExeDate { get; set; }
public virtual string HoldingID { get; set; }
public virtual string HoldingTypeCode { get; set; }
public virtual string HoldingStatus { get; set; }
public virtual DateTime AsOfDate { get; set; }
public virtual string Policy_PolNumber { get; set; }
public virtual string Policy_LineOfBusiness { get; set; }
public virtual string Policy_ProductType { get; set; }
public virtual string Policy_ProductCode { get; set; }
public virtual string Policy_CarrierCode { get; set; }
public virtual string Policy_PlanName { get; set; }
public virtual string Policy_PolicyStatus { get; set; }
public virtual string Policy_Jurisdiction { get; set; }
public virtual DateTime Policy_StatusChangeDate { get; set; }
public virtual string Policy_PaymentMode { get; set; }
public virtual string Policy_PaymentModeTC { get; set; }
public virtual decimal Policy_PaymentAmt { get; set; }
public virtual decimal TotalPolicy_PaymentAmt { get; set; }
public virtual string Policy_PaymentMethod { get; set; }
public virtual decimal Life_TargetPremAmt { get; set; }
public virtual decimal TotalLife_TargetPremAmt { get; set; }
public virtual decimal Life_FaceAmt { get; set; }
public virtual decimal TotalLife_FaceAmt { get; set; }
public virtual string ApplicationInfo_TrackingID { get; set; }
public virtual string ApplicationInfo_CWAAmt { get; set; }
public virtual string TotalApplicationInfo_CWAAmt { get; set; }
public virtual string ApplicationInfo_SubmissionType { get; set; }
public virtual DateTime ApplicationInfo_HOPolicyMailDate { get; set; }
public virtual string ApplicationInfo_HoUnderwriterName { get; set; }
public virtual DateTime ApplicationInfo_PlacementEndDate { get; set; }
public virtual string ApplicationInfo_NBContactName { get; set; }
public virtual DateTime ApplicationInfo_SignedDate { get; set; }
public virtual string Client { get; set; }
public virtual int AgentID { get; set; }
public virtual string AgentNM { get; set; }
public virtual string Agent1Percent { get; set; }
public virtual string AgentNM2 { get; set; }
public virtual string Agent2Percent { get; set; }
public virtual string AgentNM3 { get; set; }
public virtual string Agent3Percent { get; set; }
public virtual string AgentNM4 { get; set; }
public virtual string Agent4Percent { get; set; }
public virtual decimal QualifyingLifePremium { get; set; }
public virtual decimal TotalQualifyingLifePremium { get; set; }
public virtual decimal AnnTransfer { get; set; }
public virtual decimal TotalAnnTransfer { get; set; }
public virtual decimal AnnFlow { get; set; }
public virtual decimal TotalAnnFlow { get; set; }
public virtual decimal Points { get; set; }
public virtual decimal Life_Expected { get; set; }
public virtual decimal TotalLife_Expected { get; set; }
public virtual string FullName { get; set; }
public virtual int InterestPercent { get; set; }
public virtual decimal InterestPercentDecimal { get; set; }
public virtual int Apps { get; set; }
}
public partial class LSW_OLifE_AgentAggregateRequest
{
public virtual DateTime StartDate { get; set; }
public virtual DateTime EndDate { get; set; }
public virtual int AgentID { get; set; }
}
public partial class LSW_OLifEResponse
{
public virtual ResponseStatus ResponseStatus { get; set; }
public virtual List<LSW_OLifE> LSW_OLifE { get; set; } = [];
}
}
C# LSW_OLifE_AgentAggregateRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/LSW_OLifE/AgentAggregate/{StartDate}/{EndDate}/{AgentID} HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<LSW_OLifEResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<LSW_OLifE>
<LSW_OLifE>
<Agent1Percent>String</Agent1Percent>
<Agent2Percent>String</Agent2Percent>
<Agent3Percent>String</Agent3Percent>
<Agent4Percent>String</Agent4Percent>
<AgentID>0</AgentID>
<AgentNM>String</AgentNM>
<AgentNM2>String</AgentNM2>
<AgentNM3>String</AgentNM3>
<AgentNM4>String</AgentNM4>
<AnnFlow>0</AnnFlow>
<AnnTransfer>0</AnnTransfer>
<ApplicationInfo_CWAAmt>String</ApplicationInfo_CWAAmt>
<ApplicationInfo_HOPolicyMailDate>0001-01-01T00:00:00</ApplicationInfo_HOPolicyMailDate>
<ApplicationInfo_HoUnderwriterName>String</ApplicationInfo_HoUnderwriterName>
<ApplicationInfo_NBContactName>String</ApplicationInfo_NBContactName>
<ApplicationInfo_PlacementEndDate>0001-01-01T00:00:00</ApplicationInfo_PlacementEndDate>
<ApplicationInfo_SignedDate>0001-01-01T00:00:00</ApplicationInfo_SignedDate>
<ApplicationInfo_SubmissionType>String</ApplicationInfo_SubmissionType>
<ApplicationInfo_TrackingID>String</ApplicationInfo_TrackingID>
<Apps>0</Apps>
<AsOfDate>0001-01-01T00:00:00</AsOfDate>
<Client>String</Client>
<CreateDate>0001-01-01T00:00:00</CreateDate>
<FullName>String</FullName>
<HoldingID>String</HoldingID>
<HoldingStatus>String</HoldingStatus>
<HoldingTypeCode>String</HoldingTypeCode>
<InterestPercent>0</InterestPercent>
<InterestPercentDecimal>0</InterestPercentDecimal>
<Life_Expected>0</Life_Expected>
<Life_FaceAmt>0</Life_FaceAmt>
<Life_TargetPremAmt>0</Life_TargetPremAmt>
<OLifeID>0</OLifeID>
<Points>0</Points>
<Policy_CarrierCode>String</Policy_CarrierCode>
<Policy_Jurisdiction>String</Policy_Jurisdiction>
<Policy_LineOfBusiness>String</Policy_LineOfBusiness>
<Policy_PaymentAmt>0</Policy_PaymentAmt>
<Policy_PaymentMethod>String</Policy_PaymentMethod>
<Policy_PaymentMode>String</Policy_PaymentMode>
<Policy_PaymentModeTC>String</Policy_PaymentModeTC>
<Policy_PlanName>String</Policy_PlanName>
<Policy_PolNumber>String</Policy_PolNumber>
<Policy_PolicyStatus>String</Policy_PolicyStatus>
<Policy_ProductCode>String</Policy_ProductCode>
<Policy_ProductType>String</Policy_ProductType>
<Policy_StatusChangeDate>0001-01-01T00:00:00</Policy_StatusChangeDate>
<QualifyingLifePremium>0</QualifyingLifePremium>
<SourceInfo>String</SourceInfo>
<TotalAnnFlow>0</TotalAnnFlow>
<TotalAnnTransfer>0</TotalAnnTransfer>
<TotalApplicationInfo_CWAAmt>String</TotalApplicationInfo_CWAAmt>
<TotalLife_Expected>0</TotalLife_Expected>
<TotalLife_FaceAmt>0</TotalLife_FaceAmt>
<TotalLife_TargetPremAmt>0</TotalLife_TargetPremAmt>
<TotalPolicy_PaymentAmt>0</TotalPolicy_PaymentAmt>
<TotalQualifyingLifePremium>0</TotalQualifyingLifePremium>
<TransExeDate>0001-01-01T00:00:00</TransExeDate>
</LSW_OLifE>
</LSW_OLifE>
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
</LSW_OLifEResponse>