Trendsic Platform Service

<back to all web services

AgentContractRequest

Requires Authentication
Required roles:Agent, AdministratorRequires any of the roles:Worker, Agent, Administrator
The following routes are available for this service:
GET/v1/AgentContract/{AgentId}
PUT,OPTIONS/v1/AgentContract
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class AgentContractRequest
    {
        public ArrayList<AgentContractExtended> AgentContract = new ArrayList<AgentContractExtended>();
        public Integer AgentId = null;
        
        public ArrayList<AgentContractExtended> getAgentContract() { return AgentContract; }
        public AgentContractRequest setAgentContract(ArrayList<AgentContractExtended> value) { this.AgentContract = value; return this; }
        public Integer getAgentId() { return AgentId; }
        public AgentContractRequest setAgentId(Integer value) { this.AgentId = value; return this; }
    }

    public static class AgentContractExtended extends Agent
    {
        public Integer AgentContractId = null;
        public Date AFAgreementReceivedDate = null;
        public Date DirectDepositReceivedDate = null;
        public Date DotNETCompleteDate = null;
        public Date AssociateAppUploadedDate = null;
        public Date LSWContractLinkSentDate = null;
        public Date LSWContractDoneDate = null;
        public String LSWLifeAgentCode = null;
        public String LSWAnnuityAgentCode = null;
        public String LSWWebsiteUserId = null;
        public Date AMLCompletedDate = null;
        public Date StateAnnuityTrainingCompletedDate = null;
        public Date LSWProductTrainingCompletedDate = null;
        public Date EOExpirationDate = null;
        public Date SureLCLinkSentDate = null;
        public Date AEContractDoneDate = null;
        public String AEAgentCode = null;
        public Date MGANorthAmericanContractSentDate = null;
        public String MGANorthAmericanAgentCode = null;
        public Date AmericoContractDoneDate = null;
        public String AmericoAgentCode = null;
        public Date MidlandContractDoneDate = null;
        public String MidlandAgentCode = null;
        public Date JacksonContractDoneDate = null;
        public String JacksonAgentCode = null;
        public Date VoyaContractDoneDate = null;
        public String VoyaAgentCode = null;
        public Date HoraceMannContractDoneDate = null;
        public String HoraceMannAgentCode = null;
        public Date GreatAmericanContractDoneDate = null;
        public String GreatAmericanAgentCode = null;
        public Date MutualOfOmahaContractDoneDate = null;
        public String MutualOfOmahaAgentCode = null;
        public Date AllanzContractDoneDate = null;
        public String AllanzAgentCode = null;
        public Date FGContractDoneDate = null;
        public String FGAgentCode = null;
        public String ResidentLicenseState = null;
        public String ResidentLicenseNumber = null;
        public Date ResidentLicenseExpirationDate = null;
        public Date ContractingComplete = null;
        public Date PackageMailed = null;
        public String TrackingNum = null;
        public Date ProtectiveContractDoneDate = null;
        public String ProtectiveCode = null;
        public Date AtheneContractDoneDate = null;
        public String AtheneCode = null;
        public Date ForestersContractDoneDate = null;
        public String ForestersCode = null;
        public String ACHName = null;
        public String ACHNumber = null;
        public String ACHRouting = null;
        public String ACHAccountType = null;
        public String w9_1 = null;
        public String w9_2 = null;
        public String w9_3_1 = null;
        public String w9_3_2 = null;
        public String w9_3_3 = null;
        public String w9_3_4 = null;
        public String w9_3_5 = null;
        public String w9_3_6 = null;
        public String w9_3_7 = null;
        public String w9_3_8 = null;
        public String w9_4_1 = null;
        public String w9_4_2 = null;
        public String w9_5 = null;
        public String w9_6 = null;
        public String w9_7 = null;
        public AgentRegistrationTemp AgentRegistration = null;
        public ArrayList<AgentRegistrationQuestionAnswer> AgentRegistrationAnswers = new ArrayList<AgentRegistrationQuestionAnswer>();
        public ArrayList<AgentStateLicense> AgentStateLicenses = new ArrayList<AgentStateLicense>();
        public Integer ContactCount = null;
        public String PayChexId = null;
        public Boolean AgentLevelLocked = null;
        public String SecurityLicense = null;
        
        public Integer getAgentContractId() { return AgentContractId; }
        public AgentContractExtended setAgentContractId(Integer value) { this.AgentContractId = value; return this; }
        public Date getAfAgreementReceivedDate() { return AFAgreementReceivedDate; }
        public AgentContractExtended setAfAgreementReceivedDate(Date value) { this.AFAgreementReceivedDate = value; return this; }
        public Date getDirectDepositReceivedDate() { return DirectDepositReceivedDate; }
        public AgentContractExtended setDirectDepositReceivedDate(Date value) { this.DirectDepositReceivedDate = value; return this; }
        public Date getDotNETCompleteDate() { return DotNETCompleteDate; }
        public AgentContractExtended setDotNETCompleteDate(Date value) { this.DotNETCompleteDate = value; return this; }
        public Date getAssociateAppUploadedDate() { return AssociateAppUploadedDate; }
        public AgentContractExtended setAssociateAppUploadedDate(Date value) { this.AssociateAppUploadedDate = value; return this; }
        public Date getLswContractLinkSentDate() { return LSWContractLinkSentDate; }
        public AgentContractExtended setLswContractLinkSentDate(Date value) { this.LSWContractLinkSentDate = value; return this; }
        public Date getLswContractDoneDate() { return LSWContractDoneDate; }
        public AgentContractExtended setLswContractDoneDate(Date value) { this.LSWContractDoneDate = value; return this; }
        public String getLswLifeAgentCode() { return LSWLifeAgentCode; }
        public AgentContractExtended setLswLifeAgentCode(String value) { this.LSWLifeAgentCode = value; return this; }
        public String getLswAnnuityAgentCode() { return LSWAnnuityAgentCode; }
        public AgentContractExtended setLswAnnuityAgentCode(String value) { this.LSWAnnuityAgentCode = value; return this; }
        public String getLswWebsiteUserId() { return LSWWebsiteUserId; }
        public AgentContractExtended setLswWebsiteUserId(String value) { this.LSWWebsiteUserId = value; return this; }
        public Date getAmlCompletedDate() { return AMLCompletedDate; }
        public AgentContractExtended setAmlCompletedDate(Date value) { this.AMLCompletedDate = value; return this; }
        public Date getStateAnnuityTrainingCompletedDate() { return StateAnnuityTrainingCompletedDate; }
        public AgentContractExtended setStateAnnuityTrainingCompletedDate(Date value) { this.StateAnnuityTrainingCompletedDate = value; return this; }
        public Date getLswProductTrainingCompletedDate() { return LSWProductTrainingCompletedDate; }
        public AgentContractExtended setLswProductTrainingCompletedDate(Date value) { this.LSWProductTrainingCompletedDate = value; return this; }
        public Date getEoExpirationDate() { return EOExpirationDate; }
        public AgentContractExtended setEoExpirationDate(Date value) { this.EOExpirationDate = value; return this; }
        public Date getSureLCLinkSentDate() { return SureLCLinkSentDate; }
        public AgentContractExtended setSureLCLinkSentDate(Date value) { this.SureLCLinkSentDate = value; return this; }
        public Date getAeContractDoneDate() { return AEContractDoneDate; }
        public AgentContractExtended setAeContractDoneDate(Date value) { this.AEContractDoneDate = value; return this; }
        public String getAeAgentCode() { return AEAgentCode; }
        public AgentContractExtended setAeAgentCode(String value) { this.AEAgentCode = value; return this; }
        public Date getMgaNorthAmericanContractSentDate() { return MGANorthAmericanContractSentDate; }
        public AgentContractExtended setMgaNorthAmericanContractSentDate(Date value) { this.MGANorthAmericanContractSentDate = value; return this; }
        public String getMgaNorthAmericanAgentCode() { return MGANorthAmericanAgentCode; }
        public AgentContractExtended setMgaNorthAmericanAgentCode(String value) { this.MGANorthAmericanAgentCode = value; return this; }
        public Date getAmericoContractDoneDate() { return AmericoContractDoneDate; }
        public AgentContractExtended setAmericoContractDoneDate(Date value) { this.AmericoContractDoneDate = value; return this; }
        public String getAmericoAgentCode() { return AmericoAgentCode; }
        public AgentContractExtended setAmericoAgentCode(String value) { this.AmericoAgentCode = value; return this; }
        public Date getMidlandContractDoneDate() { return MidlandContractDoneDate; }
        public AgentContractExtended setMidlandContractDoneDate(Date value) { this.MidlandContractDoneDate = value; return this; }
        public String getMidlandAgentCode() { return MidlandAgentCode; }
        public AgentContractExtended setMidlandAgentCode(String value) { this.MidlandAgentCode = value; return this; }
        public Date getJacksonContractDoneDate() { return JacksonContractDoneDate; }
        public AgentContractExtended setJacksonContractDoneDate(Date value) { this.JacksonContractDoneDate = value; return this; }
        public String getJacksonAgentCode() { return JacksonAgentCode; }
        public AgentContractExtended setJacksonAgentCode(String value) { this.JacksonAgentCode = value; return this; }
        public Date getVoyaContractDoneDate() { return VoyaContractDoneDate; }
        public AgentContractExtended setVoyaContractDoneDate(Date value) { this.VoyaContractDoneDate = value; return this; }
        public String getVoyaAgentCode() { return VoyaAgentCode; }
        public AgentContractExtended setVoyaAgentCode(String value) { this.VoyaAgentCode = value; return this; }
        public Date getHoraceMannContractDoneDate() { return HoraceMannContractDoneDate; }
        public AgentContractExtended setHoraceMannContractDoneDate(Date value) { this.HoraceMannContractDoneDate = value; return this; }
        public String getHoraceMannAgentCode() { return HoraceMannAgentCode; }
        public AgentContractExtended setHoraceMannAgentCode(String value) { this.HoraceMannAgentCode = value; return this; }
        public Date getGreatAmericanContractDoneDate() { return GreatAmericanContractDoneDate; }
        public AgentContractExtended setGreatAmericanContractDoneDate(Date value) { this.GreatAmericanContractDoneDate = value; return this; }
        public String getGreatAmericanAgentCode() { return GreatAmericanAgentCode; }
        public AgentContractExtended setGreatAmericanAgentCode(String value) { this.GreatAmericanAgentCode = value; return this; }
        public Date getMutualOfOmahaContractDoneDate() { return MutualOfOmahaContractDoneDate; }
        public AgentContractExtended setMutualOfOmahaContractDoneDate(Date value) { this.MutualOfOmahaContractDoneDate = value; return this; }
        public String getMutualOfOmahaAgentCode() { return MutualOfOmahaAgentCode; }
        public AgentContractExtended setMutualOfOmahaAgentCode(String value) { this.MutualOfOmahaAgentCode = value; return this; }
        public Date getAllanzContractDoneDate() { return AllanzContractDoneDate; }
        public AgentContractExtended setAllanzContractDoneDate(Date value) { this.AllanzContractDoneDate = value; return this; }
        public String getAllanzAgentCode() { return AllanzAgentCode; }
        public AgentContractExtended setAllanzAgentCode(String value) { this.AllanzAgentCode = value; return this; }
        public Date getFgContractDoneDate() { return FGContractDoneDate; }
        public AgentContractExtended setFgContractDoneDate(Date value) { this.FGContractDoneDate = value; return this; }
        public String getFgAgentCode() { return FGAgentCode; }
        public AgentContractExtended setFgAgentCode(String value) { this.FGAgentCode = value; return this; }
        public String getResidentLicenseState() { return ResidentLicenseState; }
        public AgentContractExtended setResidentLicenseState(String value) { this.ResidentLicenseState = value; return this; }
        public String getResidentLicenseNumber() { return ResidentLicenseNumber; }
        public AgentContractExtended setResidentLicenseNumber(String value) { this.ResidentLicenseNumber = value; return this; }
        public Date getResidentLicenseExpirationDate() { return ResidentLicenseExpirationDate; }
        public AgentContractExtended setResidentLicenseExpirationDate(Date value) { this.ResidentLicenseExpirationDate = value; return this; }
        public Date getContractingComplete() { return ContractingComplete; }
        public AgentContractExtended setContractingComplete(Date value) { this.ContractingComplete = value; return this; }
        public Date getPackageMailed() { return PackageMailed; }
        public AgentContractExtended setPackageMailed(Date value) { this.PackageMailed = value; return this; }
        public String getTrackingNum() { return TrackingNum; }
        public AgentContractExtended setTrackingNum(String value) { this.TrackingNum = value; return this; }
        public Date getProtectiveContractDoneDate() { return ProtectiveContractDoneDate; }
        public AgentContractExtended setProtectiveContractDoneDate(Date value) { this.ProtectiveContractDoneDate = value; return this; }
        public String getProtectiveCode() { return ProtectiveCode; }
        public AgentContractExtended setProtectiveCode(String value) { this.ProtectiveCode = value; return this; }
        public Date getAtheneContractDoneDate() { return AtheneContractDoneDate; }
        public AgentContractExtended setAtheneContractDoneDate(Date value) { this.AtheneContractDoneDate = value; return this; }
        public String getAtheneCode() { return AtheneCode; }
        public AgentContractExtended setAtheneCode(String value) { this.AtheneCode = value; return this; }
        public Date getForestersContractDoneDate() { return ForestersContractDoneDate; }
        public AgentContractExtended setForestersContractDoneDate(Date value) { this.ForestersContractDoneDate = value; return this; }
        public String getForestersCode() { return ForestersCode; }
        public AgentContractExtended setForestersCode(String value) { this.ForestersCode = value; return this; }
        public String getAchName() { return ACHName; }
        public AgentContractExtended setAchName(String value) { this.ACHName = value; return this; }
        public String getAchNumber() { return ACHNumber; }
        public AgentContractExtended setAchNumber(String value) { this.ACHNumber = value; return this; }
        public String getAchRouting() { return ACHRouting; }
        public AgentContractExtended setAchRouting(String value) { this.ACHRouting = value; return this; }
        public String getAchAccountType() { return ACHAccountType; }
        public AgentContractExtended setAchAccountType(String value) { this.ACHAccountType = value; return this; }
        public String getW91() { return w9_1; }
        public AgentContractExtended setW91(String value) { this.w9_1 = value; return this; }
        public String getW92() { return w9_2; }
        public AgentContractExtended setW92(String value) { this.w9_2 = value; return this; }
        public String getW931() { return w9_3_1; }
        public AgentContractExtended setW931(String value) { this.w9_3_1 = value; return this; }
        public String getW932() { return w9_3_2; }
        public AgentContractExtended setW932(String value) { this.w9_3_2 = value; return this; }
        public String getW933() { return w9_3_3; }
        public AgentContractExtended setW933(String value) { this.w9_3_3 = value; return this; }
        public String getW934() { return w9_3_4; }
        public AgentContractExtended setW934(String value) { this.w9_3_4 = value; return this; }
        public String getW935() { return w9_3_5; }
        public AgentContractExtended setW935(String value) { this.w9_3_5 = value; return this; }
        public String getW936() { return w9_3_6; }
        public AgentContractExtended setW936(String value) { this.w9_3_6 = value; return this; }
        public String getW937() { return w9_3_7; }
        public AgentContractExtended setW937(String value) { this.w9_3_7 = value; return this; }
        public String getW938() { return w9_3_8; }
        public AgentContractExtended setW938(String value) { this.w9_3_8 = value; return this; }
        public String getW941() { return w9_4_1; }
        public AgentContractExtended setW941(String value) { this.w9_4_1 = value; return this; }
        public String getW942() { return w9_4_2; }
        public AgentContractExtended setW942(String value) { this.w9_4_2 = value; return this; }
        public String getW95() { return w9_5; }
        public AgentContractExtended setW95(String value) { this.w9_5 = value; return this; }
        public String getW96() { return w9_6; }
        public AgentContractExtended setW96(String value) { this.w9_6 = value; return this; }
        public String getW97() { return w9_7; }
        public AgentContractExtended setW97(String value) { this.w9_7 = value; return this; }
        public AgentRegistrationTemp getAgentRegistration() { return AgentRegistration; }
        public AgentContractExtended setAgentRegistration(AgentRegistrationTemp value) { this.AgentRegistration = value; return this; }
        public ArrayList<AgentRegistrationQuestionAnswer> getAgentRegistrationAnswers() { return AgentRegistrationAnswers; }
        public AgentContractExtended setAgentRegistrationAnswers(ArrayList<AgentRegistrationQuestionAnswer> value) { this.AgentRegistrationAnswers = value; return this; }
        public ArrayList<AgentStateLicense> getAgentStateLicenses() { return AgentStateLicenses; }
        public AgentContractExtended setAgentStateLicenses(ArrayList<AgentStateLicense> value) { this.AgentStateLicenses = value; return this; }
        public Integer getContactCount() { return ContactCount; }
        public AgentContractExtended setContactCount(Integer value) { this.ContactCount = value; return this; }
        public String getPayChexId() { return PayChexId; }
        public AgentContractExtended setPayChexId(String value) { this.PayChexId = value; return this; }
        public Boolean isAgentLevelLocked() { return AgentLevelLocked; }
        public AgentContractExtended setAgentLevelLocked(Boolean value) { this.AgentLevelLocked = value; return this; }
        public String getSecurityLicense() { return SecurityLicense; }
        public AgentContractExtended setSecurityLicense(String value) { this.SecurityLicense = value; return this; }
    }

    public static class Agent
    {
        public Integer AgentId = null;
        public String Company = null;
        public String AgentName = null;
        public String FirstName = null;
        public String LastName = null;
        public String MiddleInitial = null;
        public String Address1 = null;
        public String Address2 = null;
        public String City = null;
        public String State = null;
        public String Zip = null;
        public String Country = null;
        public String Email = null;
        public String EmailSignature = null;
        public String HomePhone = null;
        public String CellPhone = null;
        public String WorkPhone = null;
        public Boolean InsLicensed = null;
        public Boolean AgreeToDisclosures = null;
        public Date AgreeToDate = null;
        public Date PaidDate = null;
        public String AgentNumber = null;
        public String ReferringAgent = null;
        public String PlacementAgent = null;
        public Date CreatedDate = null;
        public UUID UserId = null;
        public Boolean IsAgent = null;
        public String Package = null;
        public String StoreName = null;
        public String Notes = null;
        public Integer Upline1 = null;
        public Integer Upline2 = null;
        public Integer Upline3 = null;
        public Integer Upline4 = null;
        public Integer MVPID = null;
        public Integer AVPID = null;
        public Integer RVPID = null;
        public BigDecimal AgentLevel = null;
        public Boolean IsMVP = null;
        public Boolean IsRVP = null;
        public Boolean IsAVP = null;
        public Boolean IsAdmin = null;
        public Boolean IsBusinessCardAdmin = null;
        public String TeamName = null;
        public UUID LocationId = null;
        public UUID CalendarId = null;
        public String Rank = null;
        public Boolean NBC = null;
        public BigDecimal Upline1Percent = null;
        public BigDecimal Upline2Percent = null;
        public BigDecimal Upline3Percent = null;
        public BigDecimal Upline4Percent = null;
        public String AgentStatus = null;
        public String Office = null;
        public Date DOB = null;
        public String SSN = null;
        public String Fax = null;
        public String BusinessEmail = null;
        public Date ModifiedDate = null;
        public String ModifiedBy = null;
        public String TimeZone = null;
        public Boolean LeaderLocked = null;
        public Date LastSubmittedBusinessDate = null;
        public Date GracePeriodDate = null;
        public Boolean Vested = null;
        public Date DirectPay = null;
        public String DirectPayApprBy = null;
        public BigDecimal FactFinderBilling = null;
        public String FullName = null;
        public String ByLastName = null;
        public Boolean IsSecurityLicensed = null;
        public Boolean IsEncompassAdmin = null;
        public UUID ApiKey = null;
        public String LastSessionId = null;
        public Date LastLogin = null;
        public Boolean MfaActive = null;
        public Boolean RequireMFA = null;
        public String SMSPhoneNumber = null;
        public Boolean VerifiedEmailStatus = null;
        public Boolean VerifiedCellPhoneStatus = null;
        public String SchedulerUrl = null;
        public QueueDefault QueueDefaults = null;
        public ArrayList<String> Roles = new ArrayList<String>();
        public Boolean PasswordUpdated = null;
        public Boolean RestrictToSingleSession = null;
        
        public Integer getAgentId() { return AgentId; }
        public Agent setAgentId(Integer value) { this.AgentId = value; return this; }
        public String getCompany() { return Company; }
        public Agent setCompany(String value) { this.Company = value; return this; }
        public String getAgentName() { return AgentName; }
        public Agent setAgentName(String value) { this.AgentName = value; return this; }
        public String getFirstName() { return FirstName; }
        public Agent setFirstName(String value) { this.FirstName = value; return this; }
        public String getLastName() { return LastName; }
        public Agent setLastName(String value) { this.LastName = value; return this; }
        public String getMiddleInitial() { return MiddleInitial; }
        public Agent setMiddleInitial(String value) { this.MiddleInitial = value; return this; }
        public String getAddress1() { return Address1; }
        public Agent setAddress1(String value) { this.Address1 = value; return this; }
        public String getAddress2() { return Address2; }
        public Agent setAddress2(String value) { this.Address2 = value; return this; }
        public String getCity() { return City; }
        public Agent setCity(String value) { this.City = value; return this; }
        public String getState() { return State; }
        public Agent setState(String value) { this.State = value; return this; }
        public String getZip() { return Zip; }
        public Agent setZip(String value) { this.Zip = value; return this; }
        public String getCountry() { return Country; }
        public Agent setCountry(String value) { this.Country = value; return this; }
        public String getEmail() { return Email; }
        public Agent setEmail(String value) { this.Email = value; return this; }
        public String getEmailSignature() { return EmailSignature; }
        public Agent setEmailSignature(String value) { this.EmailSignature = value; return this; }
        public String getHomePhone() { return HomePhone; }
        public Agent setHomePhone(String value) { this.HomePhone = value; return this; }
        public String getCellPhone() { return CellPhone; }
        public Agent setCellPhone(String value) { this.CellPhone = value; return this; }
        public String getWorkPhone() { return WorkPhone; }
        public Agent setWorkPhone(String value) { this.WorkPhone = value; return this; }
        public Boolean isInsLicensed() { return InsLicensed; }
        public Agent setInsLicensed(Boolean value) { this.InsLicensed = value; return this; }
        public Boolean isAgreeToDisclosures() { return AgreeToDisclosures; }
        public Agent setAgreeToDisclosures(Boolean value) { this.AgreeToDisclosures = value; return this; }
        public Date getAgreeToDate() { return AgreeToDate; }
        public Agent setAgreeToDate(Date value) { this.AgreeToDate = value; return this; }
        public Date getPaidDate() { return PaidDate; }
        public Agent setPaidDate(Date value) { this.PaidDate = value; return this; }
        public String getAgentNumber() { return AgentNumber; }
        public Agent setAgentNumber(String value) { this.AgentNumber = value; return this; }
        public String getReferringAgent() { return ReferringAgent; }
        public Agent setReferringAgent(String value) { this.ReferringAgent = value; return this; }
        public String getPlacementAgent() { return PlacementAgent; }
        public Agent setPlacementAgent(String value) { this.PlacementAgent = value; return this; }
        public Date getCreatedDate() { return CreatedDate; }
        public Agent setCreatedDate(Date value) { this.CreatedDate = value; return this; }
        public UUID getUserId() { return UserId; }
        public Agent setUserId(UUID value) { this.UserId = value; return this; }
        public Boolean getIsAgent() { return IsAgent; }
        public Agent setIsAgent(Boolean value) { this.IsAgent = value; return this; }
        public String getPackage() { return Package; }
        public Agent setPackage(String value) { this.Package = value; return this; }
        public String getStoreName() { return StoreName; }
        public Agent setStoreName(String value) { this.StoreName = value; return this; }
        public String getNotes() { return Notes; }
        public Agent setNotes(String value) { this.Notes = value; return this; }
        public Integer getUpline1() { return Upline1; }
        public Agent setUpline1(Integer value) { this.Upline1 = value; return this; }
        public Integer getUpline2() { return Upline2; }
        public Agent setUpline2(Integer value) { this.Upline2 = value; return this; }
        public Integer getUpline3() { return Upline3; }
        public Agent setUpline3(Integer value) { this.Upline3 = value; return this; }
        public Integer getUpline4() { return Upline4; }
        public Agent setUpline4(Integer value) { this.Upline4 = value; return this; }
        public Integer getMvpid() { return MVPID; }
        public Agent setMvpid(Integer value) { this.MVPID = value; return this; }
        public Integer getAvpid() { return AVPID; }
        public Agent setAvpid(Integer value) { this.AVPID = value; return this; }
        public Integer getRvpid() { return RVPID; }
        public Agent setRvpid(Integer value) { this.RVPID = value; return this; }
        public BigDecimal getAgentLevel() { return AgentLevel; }
        public Agent setAgentLevel(BigDecimal value) { this.AgentLevel = value; return this; }
        public Boolean getIsMVP() { return IsMVP; }
        public Agent setIsMVP(Boolean value) { this.IsMVP = value; return this; }
        public Boolean getIsRVP() { return IsRVP; }
        public Agent setIsRVP(Boolean value) { this.IsRVP = value; return this; }
        public Boolean getIsAVP() { return IsAVP; }
        public Agent setIsAVP(Boolean value) { this.IsAVP = value; return this; }
        public Boolean getIsAdmin() { return IsAdmin; }
        public Agent setIsAdmin(Boolean value) { this.IsAdmin = value; return this; }
        public Boolean getIsBusinessCardAdmin() { return IsBusinessCardAdmin; }
        public Agent setIsBusinessCardAdmin(Boolean value) { this.IsBusinessCardAdmin = value; return this; }
        public String getTeamName() { return TeamName; }
        public Agent setTeamName(String value) { this.TeamName = value; return this; }
        public UUID getLocationId() { return LocationId; }
        public Agent setLocationId(UUID value) { this.LocationId = value; return this; }
        public UUID getCalendarId() { return CalendarId; }
        public Agent setCalendarId(UUID value) { this.CalendarId = value; return this; }
        public String getRank() { return Rank; }
        public Agent setRank(String value) { this.Rank = value; return this; }
        public Boolean isNbc() { return NBC; }
        public Agent setNbc(Boolean value) { this.NBC = value; return this; }
        public BigDecimal getUpline1Percent() { return Upline1Percent; }
        public Agent setUpline1Percent(BigDecimal value) { this.Upline1Percent = value; return this; }
        public BigDecimal getUpline2Percent() { return Upline2Percent; }
        public Agent setUpline2Percent(BigDecimal value) { this.Upline2Percent = value; return this; }
        public BigDecimal getUpline3Percent() { return Upline3Percent; }
        public Agent setUpline3Percent(BigDecimal value) { this.Upline3Percent = value; return this; }
        public BigDecimal getUpline4Percent() { return Upline4Percent; }
        public Agent setUpline4Percent(BigDecimal value) { this.Upline4Percent = value; return this; }
        public String getAgentStatus() { return AgentStatus; }
        public Agent setAgentStatus(String value) { this.AgentStatus = value; return this; }
        public String getOffice() { return Office; }
        public Agent setOffice(String value) { this.Office = value; return this; }
        public Date getDob() { return DOB; }
        public Agent setDob(Date value) { this.DOB = value; return this; }
        public String getSsn() { return SSN; }
        public Agent setSsn(String value) { this.SSN = value; return this; }
        public String getFax() { return Fax; }
        public Agent setFax(String value) { this.Fax = value; return this; }
        public String getBusinessEmail() { return BusinessEmail; }
        public Agent setBusinessEmail(String value) { this.BusinessEmail = value; return this; }
        public Date getModifiedDate() { return ModifiedDate; }
        public Agent setModifiedDate(Date value) { this.ModifiedDate = value; return this; }
        public String getModifiedBy() { return ModifiedBy; }
        public Agent setModifiedBy(String value) { this.ModifiedBy = value; return this; }
        public String getTimeZone() { return TimeZone; }
        public Agent setTimeZone(String value) { this.TimeZone = value; return this; }
        public Boolean isLeaderLocked() { return LeaderLocked; }
        public Agent setLeaderLocked(Boolean value) { this.LeaderLocked = value; return this; }
        public Date getLastSubmittedBusinessDate() { return LastSubmittedBusinessDate; }
        public Agent setLastSubmittedBusinessDate(Date value) { this.LastSubmittedBusinessDate = value; return this; }
        public Date getGracePeriodDate() { return GracePeriodDate; }
        public Agent setGracePeriodDate(Date value) { this.GracePeriodDate = value; return this; }
        public Boolean isVested() { return Vested; }
        public Agent setVested(Boolean value) { this.Vested = value; return this; }
        public Date getDirectPay() { return DirectPay; }
        public Agent setDirectPay(Date value) { this.DirectPay = value; return this; }
        public String getDirectPayApprBy() { return DirectPayApprBy; }
        public Agent setDirectPayApprBy(String value) { this.DirectPayApprBy = value; return this; }
        public BigDecimal getFactFinderBilling() { return FactFinderBilling; }
        public Agent setFactFinderBilling(BigDecimal value) { this.FactFinderBilling = value; return this; }
        public String getFullName() { return FullName; }
        public Agent setFullName(String value) { this.FullName = value; return this; }
        public String getByLastName() { return ByLastName; }
        public Agent setByLastName(String value) { this.ByLastName = value; return this; }
        public Boolean getIsSecurityLicensed() { return IsSecurityLicensed; }
        public Agent setIsSecurityLicensed(Boolean value) { this.IsSecurityLicensed = value; return this; }
        public Boolean getIsEncompassAdmin() { return IsEncompassAdmin; }
        public Agent setIsEncompassAdmin(Boolean value) { this.IsEncompassAdmin = value; return this; }
        public UUID getApiKey() { return ApiKey; }
        public Agent setApiKey(UUID value) { this.ApiKey = value; return this; }
        public String getLastSessionId() { return LastSessionId; }
        public Agent setLastSessionId(String value) { this.LastSessionId = value; return this; }
        public Date getLastLogin() { return LastLogin; }
        public Agent setLastLogin(Date value) { this.LastLogin = value; return this; }
        public Boolean isMfaActive() { return MfaActive; }
        public Agent setMfaActive(Boolean value) { this.MfaActive = value; return this; }
        public Boolean isRequireMFA() { return RequireMFA; }
        public Agent setRequireMFA(Boolean value) { this.RequireMFA = value; return this; }
        public String getSmsPhoneNumber() { return SMSPhoneNumber; }
        public Agent setSmsPhoneNumber(String value) { this.SMSPhoneNumber = value; return this; }
        public Boolean isVerifiedEmailStatus() { return VerifiedEmailStatus; }
        public Agent setVerifiedEmailStatus(Boolean value) { this.VerifiedEmailStatus = value; return this; }
        public Boolean isVerifiedCellPhoneStatus() { return VerifiedCellPhoneStatus; }
        public Agent setVerifiedCellPhoneStatus(Boolean value) { this.VerifiedCellPhoneStatus = value; return this; }
        public String getSchedulerUrl() { return SchedulerUrl; }
        public Agent setSchedulerUrl(String value) { this.SchedulerUrl = value; return this; }
        public QueueDefault getQueueDefaults() { return QueueDefaults; }
        public Agent setQueueDefaults(QueueDefault value) { this.QueueDefaults = value; return this; }
        public ArrayList<String> getRoles() { return Roles; }
        public Agent setRoles(ArrayList<String> value) { this.Roles = value; return this; }
        public Boolean isPasswordUpdated() { return PasswordUpdated; }
        public Agent setPasswordUpdated(Boolean value) { this.PasswordUpdated = value; return this; }
        public Boolean isRestrictToSingleSession() { return RestrictToSingleSession; }
        public Agent setRestrictToSingleSession(Boolean value) { this.RestrictToSingleSession = value; return this; }
    }

    public static class QueueDefault
    {
        public UUID LocationId = null;
        public ArrayList<UUID> Services = new ArrayList<UUID>();
        
        public UUID getLocationId() { return LocationId; }
        public QueueDefault setLocationId(UUID value) { this.LocationId = value; return this; }
        public ArrayList<UUID> getServices() { return Services; }
        public QueueDefault setServices(ArrayList<UUID> value) { this.Services = value; return this; }
    }

    public static class AgentRegistrationTemp
    {
        public Integer AgentRegistrationTempId = null;
        public String ApplicationId = null;
        public String Company = null;
        public String EIN = null;
        public String FirstName = null;
        public String MiddleName = null;
        public String LastName = null;
        public String Address1 = null;
        public String Address2 = null;
        public String City = null;
        public String State = null;
        public String Zip = null;
        public String Email = null;
        public String HomePhone = null;
        public String CellPhone = null;
        public String WorkPhone = null;
        public Boolean AgreeToDisclosures = null;
        public Date AgreeToDate = null;
        public Date PaidDate = null;
        public String AgentNumber = null;
        public String Upline1Name = null;
        public Integer Upline1 = null;
        public String Upline2Name = null;
        public Integer Upline2 = null;
        public String RecruitedBy = null;
        public Date CreatedDate = null;
        public Date DOB = null;
        public String SSN = null;
        public String Password = null;
        public BigDecimal Upline1Percent = null;
        public BigDecimal Upline2Percent = null;
        public Integer AgentId = null;
        public String AccountName = null;
        public String AccountType = null;
        public String AccountNumber = null;
        public String AccountRouting = null;
        public String w9_1 = null;
        public String w9_2 = null;
        public String w9_3_1 = null;
        public String w9_3_2 = null;
        public String w9_3_3 = null;
        public String w9_3_4 = null;
        public String w9_3_5 = null;
        public String w9_3_6 = null;
        public String w9_3_7 = null;
        public String w9_3_8 = null;
        public String w9_4_1 = null;
        public String w9_4_2 = null;
        public String w9_5 = null;
        public String w9_6 = null;
        public String w9_7 = null;
        public Boolean IsSecurityLicensed = null;
        public String SecurityLicense = null;
        public String Position = null;
        public String School = null;
        public String District = null;
        public String StoreName = null;
        
        public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; }
        public AgentRegistrationTemp setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; }
        public String getApplicationId() { return ApplicationId; }
        public AgentRegistrationTemp setApplicationId(String value) { this.ApplicationId = value; return this; }
        public String getCompany() { return Company; }
        public AgentRegistrationTemp setCompany(String value) { this.Company = value; return this; }
        public String getEin() { return EIN; }
        public AgentRegistrationTemp setEin(String value) { this.EIN = value; return this; }
        public String getFirstName() { return FirstName; }
        public AgentRegistrationTemp setFirstName(String value) { this.FirstName = value; return this; }
        public String getMiddleName() { return MiddleName; }
        public AgentRegistrationTemp setMiddleName(String value) { this.MiddleName = value; return this; }
        public String getLastName() { return LastName; }
        public AgentRegistrationTemp setLastName(String value) { this.LastName = value; return this; }
        public String getAddress1() { return Address1; }
        public AgentRegistrationTemp setAddress1(String value) { this.Address1 = value; return this; }
        public String getAddress2() { return Address2; }
        public AgentRegistrationTemp setAddress2(String value) { this.Address2 = value; return this; }
        public String getCity() { return City; }
        public AgentRegistrationTemp setCity(String value) { this.City = value; return this; }
        public String getState() { return State; }
        public AgentRegistrationTemp setState(String value) { this.State = value; return this; }
        public String getZip() { return Zip; }
        public AgentRegistrationTemp setZip(String value) { this.Zip = value; return this; }
        public String getEmail() { return Email; }
        public AgentRegistrationTemp setEmail(String value) { this.Email = value; return this; }
        public String getHomePhone() { return HomePhone; }
        public AgentRegistrationTemp setHomePhone(String value) { this.HomePhone = value; return this; }
        public String getCellPhone() { return CellPhone; }
        public AgentRegistrationTemp setCellPhone(String value) { this.CellPhone = value; return this; }
        public String getWorkPhone() { return WorkPhone; }
        public AgentRegistrationTemp setWorkPhone(String value) { this.WorkPhone = value; return this; }
        public Boolean isAgreeToDisclosures() { return AgreeToDisclosures; }
        public AgentRegistrationTemp setAgreeToDisclosures(Boolean value) { this.AgreeToDisclosures = value; return this; }
        public Date getAgreeToDate() { return AgreeToDate; }
        public AgentRegistrationTemp setAgreeToDate(Date value) { this.AgreeToDate = value; return this; }
        public Date getPaidDate() { return PaidDate; }
        public AgentRegistrationTemp setPaidDate(Date value) { this.PaidDate = value; return this; }
        public String getAgentNumber() { return AgentNumber; }
        public AgentRegistrationTemp setAgentNumber(String value) { this.AgentNumber = value; return this; }
        public String getUpline1Name() { return Upline1Name; }
        public AgentRegistrationTemp setUpline1Name(String value) { this.Upline1Name = value; return this; }
        public Integer getUpline1() { return Upline1; }
        public AgentRegistrationTemp setUpline1(Integer value) { this.Upline1 = value; return this; }
        public String getUpline2Name() { return Upline2Name; }
        public AgentRegistrationTemp setUpline2Name(String value) { this.Upline2Name = value; return this; }
        public Integer getUpline2() { return Upline2; }
        public AgentRegistrationTemp setUpline2(Integer value) { this.Upline2 = value; return this; }
        public String getRecruitedBy() { return RecruitedBy; }
        public AgentRegistrationTemp setRecruitedBy(String value) { this.RecruitedBy = value; return this; }
        public Date getCreatedDate() { return CreatedDate; }
        public AgentRegistrationTemp setCreatedDate(Date value) { this.CreatedDate = value; return this; }
        public Date getDob() { return DOB; }
        public AgentRegistrationTemp setDob(Date value) { this.DOB = value; return this; }
        public String getSsn() { return SSN; }
        public AgentRegistrationTemp setSsn(String value) { this.SSN = value; return this; }
        public String getPassword() { return Password; }
        public AgentRegistrationTemp setPassword(String value) { this.Password = value; return this; }
        public BigDecimal getUpline1Percent() { return Upline1Percent; }
        public AgentRegistrationTemp setUpline1Percent(BigDecimal value) { this.Upline1Percent = value; return this; }
        public BigDecimal getUpline2Percent() { return Upline2Percent; }
        public AgentRegistrationTemp setUpline2Percent(BigDecimal value) { this.Upline2Percent = value; return this; }
        public Integer getAgentId() { return AgentId; }
        public AgentRegistrationTemp setAgentId(Integer value) { this.AgentId = value; return this; }
        public String getAccountName() { return AccountName; }
        public AgentRegistrationTemp setAccountName(String value) { this.AccountName = value; return this; }
        public String getAccountType() { return AccountType; }
        public AgentRegistrationTemp setAccountType(String value) { this.AccountType = value; return this; }
        public String getAccountNumber() { return AccountNumber; }
        public AgentRegistrationTemp setAccountNumber(String value) { this.AccountNumber = value; return this; }
        public String getAccountRouting() { return AccountRouting; }
        public AgentRegistrationTemp setAccountRouting(String value) { this.AccountRouting = value; return this; }
        public String getW91() { return w9_1; }
        public AgentRegistrationTemp setW91(String value) { this.w9_1 = value; return this; }
        public String getW92() { return w9_2; }
        public AgentRegistrationTemp setW92(String value) { this.w9_2 = value; return this; }
        public String getW931() { return w9_3_1; }
        public AgentRegistrationTemp setW931(String value) { this.w9_3_1 = value; return this; }
        public String getW932() { return w9_3_2; }
        public AgentRegistrationTemp setW932(String value) { this.w9_3_2 = value; return this; }
        public String getW933() { return w9_3_3; }
        public AgentRegistrationTemp setW933(String value) { this.w9_3_3 = value; return this; }
        public String getW934() { return w9_3_4; }
        public AgentRegistrationTemp setW934(String value) { this.w9_3_4 = value; return this; }
        public String getW935() { return w9_3_5; }
        public AgentRegistrationTemp setW935(String value) { this.w9_3_5 = value; return this; }
        public String getW936() { return w9_3_6; }
        public AgentRegistrationTemp setW936(String value) { this.w9_3_6 = value; return this; }
        public String getW937() { return w9_3_7; }
        public AgentRegistrationTemp setW937(String value) { this.w9_3_7 = value; return this; }
        public String getW938() { return w9_3_8; }
        public AgentRegistrationTemp setW938(String value) { this.w9_3_8 = value; return this; }
        public String getW941() { return w9_4_1; }
        public AgentRegistrationTemp setW941(String value) { this.w9_4_1 = value; return this; }
        public String getW942() { return w9_4_2; }
        public AgentRegistrationTemp setW942(String value) { this.w9_4_2 = value; return this; }
        public String getW95() { return w9_5; }
        public AgentRegistrationTemp setW95(String value) { this.w9_5 = value; return this; }
        public String getW96() { return w9_6; }
        public AgentRegistrationTemp setW96(String value) { this.w9_6 = value; return this; }
        public String getW97() { return w9_7; }
        public AgentRegistrationTemp setW97(String value) { this.w9_7 = value; return this; }
        public Boolean getIsSecurityLicensed() { return IsSecurityLicensed; }
        public AgentRegistrationTemp setIsSecurityLicensed(Boolean value) { this.IsSecurityLicensed = value; return this; }
        public String getSecurityLicense() { return SecurityLicense; }
        public AgentRegistrationTemp setSecurityLicense(String value) { this.SecurityLicense = value; return this; }
        public String getPosition() { return Position; }
        public AgentRegistrationTemp setPosition(String value) { this.Position = value; return this; }
        public String getSchool() { return School; }
        public AgentRegistrationTemp setSchool(String value) { this.School = value; return this; }
        public String getDistrict() { return District; }
        public AgentRegistrationTemp setDistrict(String value) { this.District = value; return this; }
        public String getStoreName() { return StoreName; }
        public AgentRegistrationTemp setStoreName(String value) { this.StoreName = value; return this; }
    }

    public static class AgentRegistrationQuestionAnswer extends AgentRegistrationAnswer
    {
        public String Details = null;
        public String QuestionType = null;
        public String Group = null;
        public Integer IndexOrder = null;
        
        public String getDetails() { return Details; }
        public AgentRegistrationQuestionAnswer setDetails(String value) { this.Details = value; return this; }
        public String getQuestionType() { return QuestionType; }
        public AgentRegistrationQuestionAnswer setQuestionType(String value) { this.QuestionType = value; return this; }
        public String getGroup() { return Group; }
        public AgentRegistrationQuestionAnswer setGroup(String value) { this.Group = value; return this; }
        public Integer getIndexOrder() { return IndexOrder; }
        public AgentRegistrationQuestionAnswer setIndexOrder(Integer value) { this.IndexOrder = value; return this; }
    }

    public static class AgentRegistrationAnswer
    {
        public Integer AgentRegistrationTempId = null;
        public Integer QuestionId = null;
        public Boolean AnswerYN = null;
        public String AnswerText = null;
        public Date DateCreated = null;
        
        public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; }
        public AgentRegistrationAnswer setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; }
        public Integer getQuestionId() { return QuestionId; }
        public AgentRegistrationAnswer setQuestionId(Integer value) { this.QuestionId = value; return this; }
        public Boolean isAnswerYN() { return AnswerYN; }
        public AgentRegistrationAnswer setAnswerYN(Boolean value) { this.AnswerYN = value; return this; }
        public String getAnswerText() { return AnswerText; }
        public AgentRegistrationAnswer setAnswerText(String value) { this.AnswerText = value; return this; }
        public Date getDateCreated() { return DateCreated; }
        public AgentRegistrationAnswer setDateCreated(Date value) { this.DateCreated = value; return this; }
    }

    public static class AgentStateLicense
    {
        public Integer AgentRegistrationTempId = null;
        public String State = null;
        public String LicenseNum = null;
        
        public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; }
        public AgentStateLicense setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; }
        public String getState() { return State; }
        public AgentStateLicense setState(String value) { this.State = value; return this; }
        public String getLicenseNum() { return LicenseNum; }
        public AgentStateLicense setLicenseNum(String value) { this.LicenseNum = value; return this; }
    }

    public static class AgentContractResponse
    {
        public ResponseStatus ResponseStatus = null;
        public ArrayList<AgentContractExtended> AgentContract = new ArrayList<AgentContractExtended>();
        
        public ResponseStatus getResponseStatus() { return ResponseStatus; }
        public AgentContractResponse setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; }
        public ArrayList<AgentContractExtended> getAgentContract() { return AgentContract; }
        public AgentContractResponse setAgentContract(ArrayList<AgentContractExtended> value) { this.AgentContract = value; return this; }
    }

}

Java AgentContractRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /v1/AgentContract/{AgentId} HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	AgentContract: 
	[
		{
			AgentContractId: 0,
			AFAgreementReceivedDate: 0001-01-01,
			DirectDepositReceivedDate: 0001-01-01,
			DotNETCompleteDate: 0001-01-01,
			AssociateAppUploadedDate: 0001-01-01,
			LSWContractLinkSentDate: 0001-01-01,
			LSWContractDoneDate: 0001-01-01,
			LSWLifeAgentCode: String,
			LSWAnnuityAgentCode: String,
			LSWWebsiteUserId: String,
			AMLCompletedDate: 0001-01-01,
			StateAnnuityTrainingCompletedDate: 0001-01-01,
			LSWProductTrainingCompletedDate: 0001-01-01,
			EOExpirationDate: 0001-01-01,
			SureLCLinkSentDate: 0001-01-01,
			AEContractDoneDate: 0001-01-01,
			AEAgentCode: String,
			MGANorthAmericanContractSentDate: 0001-01-01,
			MGANorthAmericanAgentCode: String,
			AmericoContractDoneDate: 0001-01-01,
			AmericoAgentCode: String,
			MidlandContractDoneDate: 0001-01-01,
			MidlandAgentCode: String,
			JacksonContractDoneDate: 0001-01-01,
			JacksonAgentCode: String,
			VoyaContractDoneDate: 0001-01-01,
			VoyaAgentCode: String,
			HoraceMannContractDoneDate: 0001-01-01,
			HoraceMannAgentCode: String,
			GreatAmericanContractDoneDate: 0001-01-01,
			GreatAmericanAgentCode: String,
			MutualOfOmahaContractDoneDate: 0001-01-01,
			MutualOfOmahaAgentCode: String,
			AllanzContractDoneDate: 0001-01-01,
			AllanzAgentCode: String,
			FGContractDoneDate: 0001-01-01,
			FGAgentCode: String,
			ResidentLicenseState: String,
			ResidentLicenseNumber: String,
			ResidentLicenseExpirationDate: 0001-01-01,
			ContractingComplete: 0001-01-01,
			PackageMailed: 0001-01-01,
			TrackingNum: String,
			ProtectiveContractDoneDate: 0001-01-01,
			ProtectiveCode: String,
			AtheneContractDoneDate: 0001-01-01,
			AtheneCode: String,
			ForestersContractDoneDate: 0001-01-01,
			ForestersCode: String,
			ACHName: String,
			ACHNumber: String,
			ACHRouting: String,
			ACHAccountType: String,
			w9_1: String,
			w9_2: String,
			w9_3_1: String,
			w9_3_2: String,
			w9_3_3: String,
			w9_3_4: String,
			w9_3_5: String,
			w9_3_6: String,
			w9_3_7: String,
			w9_3_8: String,
			w9_4_1: String,
			w9_4_2: String,
			w9_5: String,
			w9_6: String,
			w9_7: String,
			AgentRegistration: 
			{
				AgentRegistrationTempId: 0,
				ApplicationId: String,
				Company: String,
				EIN: String,
				FirstName: String,
				MiddleName: String,
				LastName: String,
				Address1: String,
				Address2: String,
				City: String,
				State: String,
				Zip: String,
				Email: String,
				HomePhone: String,
				CellPhone: String,
				WorkPhone: String,
				AgreeToDisclosures: False,
				AgreeToDate: 0001-01-01,
				PaidDate: 0001-01-01,
				AgentNumber: String,
				Upline1Name: String,
				Upline1: 0,
				Upline2Name: String,
				Upline2: 0,
				RecruitedBy: String,
				CreatedDate: 0001-01-01,
				DOB: 0001-01-01,
				SSN: String,
				Password: String,
				Upline1Percent: 0,
				Upline2Percent: 0,
				AgentId: 0,
				AccountName: String,
				AccountType: String,
				AccountNumber: String,
				AccountRouting: String,
				w9_1: String,
				w9_2: String,
				w9_3_1: String,
				w9_3_2: String,
				w9_3_3: String,
				w9_3_4: String,
				w9_3_5: String,
				w9_3_6: String,
				w9_3_7: String,
				w9_3_8: String,
				w9_4_1: String,
				w9_4_2: String,
				w9_5: String,
				w9_6: String,
				w9_7: String,
				IsSecurityLicensed: False,
				SecurityLicense: String,
				Position: String,
				School: String,
				District: String,
				StoreName: String
			},
			AgentRegistrationAnswers: 
			[
				{
					Details: String,
					QuestionType: String,
					Group: String,
					IndexOrder: 0,
					AgentRegistrationTempId: 0,
					QuestionId: 0,
					AnswerYN: False,
					AnswerText: String,
					DateCreated: 0001-01-01
				}
			],
			AgentStateLicenses: 
			[
				{
					AgentRegistrationTempId: 0,
					State: String,
					LicenseNum: String
				}
			],
			ContactCount: 0,
			PayChexId: String,
			AgentLevelLocked: False,
			SecurityLicense: String,
			AgentId: 0,
			Company: String,
			AgentName: String,
			FirstName: String,
			LastName: String,
			MiddleInitial: String,
			Address1: String,
			Address2: String,
			City: String,
			State: String,
			Zip: String,
			Country: String,
			Email: String,
			EmailSignature: String,
			HomePhone: String,
			CellPhone: String,
			WorkPhone: String,
			InsLicensed: False,
			AgreeToDisclosures: False,
			AgreeToDate: 0001-01-01,
			PaidDate: 0001-01-01,
			AgentNumber: String,
			ReferringAgent: String,
			PlacementAgent: String,
			CreatedDate: 0001-01-01,
			UserId: 00000000000000000000000000000000,
			IsAgent: False,
			Package: String,
			StoreName: String,
			Notes: String,
			Upline1: 0,
			Upline2: 0,
			Upline3: 0,
			Upline4: 0,
			MVPID: 0,
			AVPID: 0,
			RVPID: 0,
			AgentLevel: 0,
			IsMVP: False,
			IsRVP: False,
			IsAVP: False,
			IsAdmin: False,
			IsBusinessCardAdmin: False,
			TeamName: String,
			LocationId: 00000000000000000000000000000000,
			CalendarId: 00000000000000000000000000000000,
			Rank: String,
			NBC: False,
			Upline1Percent: 0,
			Upline2Percent: 0,
			Upline3Percent: 0,
			Upline4Percent: 0,
			AgentStatus: String,
			Office: String,
			DOB: 0001-01-01,
			SSN: String,
			Fax: String,
			BusinessEmail: String,
			ModifiedDate: 0001-01-01,
			ModifiedBy: String,
			TimeZone: String,
			LeaderLocked: False,
			LastSubmittedBusinessDate: 0001-01-01,
			GracePeriodDate: 0001-01-01,
			Vested: False,
			DirectPay: 0001-01-01,
			DirectPayApprBy: String,
			FactFinderBilling: 0,
			FullName: String,
			ByLastName: String,
			IsSecurityLicensed: False,
			IsEncompassAdmin: False,
			ApiKey: 00000000000000000000000000000000,
			LastSessionId: String,
			LastLogin: 0001-01-01,
			MfaActive: False,
			RequireMFA: False,
			SMSPhoneNumber: String,
			VerifiedEmailStatus: False,
			VerifiedCellPhoneStatus: False,
			SchedulerUrl: String,
			QueueDefaults: 
			{
				LocationId: 00000000000000000000000000000000,
				Services: 
				[
					00000000000000000000000000000000
				]
			},
			Roles: 
			[
				String
			],
			PasswordUpdated: False,
			RestrictToSingleSession: False
		}
	],
	AgentId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	AgentContract: 
	[
		{
			AgentContractId: 0,
			AFAgreementReceivedDate: 0001-01-01,
			DirectDepositReceivedDate: 0001-01-01,
			DotNETCompleteDate: 0001-01-01,
			AssociateAppUploadedDate: 0001-01-01,
			LSWContractLinkSentDate: 0001-01-01,
			LSWContractDoneDate: 0001-01-01,
			LSWLifeAgentCode: String,
			LSWAnnuityAgentCode: String,
			LSWWebsiteUserId: String,
			AMLCompletedDate: 0001-01-01,
			StateAnnuityTrainingCompletedDate: 0001-01-01,
			LSWProductTrainingCompletedDate: 0001-01-01,
			EOExpirationDate: 0001-01-01,
			SureLCLinkSentDate: 0001-01-01,
			AEContractDoneDate: 0001-01-01,
			AEAgentCode: String,
			MGANorthAmericanContractSentDate: 0001-01-01,
			MGANorthAmericanAgentCode: String,
			AmericoContractDoneDate: 0001-01-01,
			AmericoAgentCode: String,
			MidlandContractDoneDate: 0001-01-01,
			MidlandAgentCode: String,
			JacksonContractDoneDate: 0001-01-01,
			JacksonAgentCode: String,
			VoyaContractDoneDate: 0001-01-01,
			VoyaAgentCode: String,
			HoraceMannContractDoneDate: 0001-01-01,
			HoraceMannAgentCode: String,
			GreatAmericanContractDoneDate: 0001-01-01,
			GreatAmericanAgentCode: String,
			MutualOfOmahaContractDoneDate: 0001-01-01,
			MutualOfOmahaAgentCode: String,
			AllanzContractDoneDate: 0001-01-01,
			AllanzAgentCode: String,
			FGContractDoneDate: 0001-01-01,
			FGAgentCode: String,
			ResidentLicenseState: String,
			ResidentLicenseNumber: String,
			ResidentLicenseExpirationDate: 0001-01-01,
			ContractingComplete: 0001-01-01,
			PackageMailed: 0001-01-01,
			TrackingNum: String,
			ProtectiveContractDoneDate: 0001-01-01,
			ProtectiveCode: String,
			AtheneContractDoneDate: 0001-01-01,
			AtheneCode: String,
			ForestersContractDoneDate: 0001-01-01,
			ForestersCode: String,
			ACHName: String,
			ACHNumber: String,
			ACHRouting: String,
			ACHAccountType: String,
			w9_1: String,
			w9_2: String,
			w9_3_1: String,
			w9_3_2: String,
			w9_3_3: String,
			w9_3_4: String,
			w9_3_5: String,
			w9_3_6: String,
			w9_3_7: String,
			w9_3_8: String,
			w9_4_1: String,
			w9_4_2: String,
			w9_5: String,
			w9_6: String,
			w9_7: String,
			AgentRegistration: 
			{
				AgentRegistrationTempId: 0,
				ApplicationId: String,
				Company: String,
				EIN: String,
				FirstName: String,
				MiddleName: String,
				LastName: String,
				Address1: String,
				Address2: String,
				City: String,
				State: String,
				Zip: String,
				Email: String,
				HomePhone: String,
				CellPhone: String,
				WorkPhone: String,
				AgreeToDisclosures: False,
				AgreeToDate: 0001-01-01,
				PaidDate: 0001-01-01,
				AgentNumber: String,
				Upline1Name: String,
				Upline1: 0,
				Upline2Name: String,
				Upline2: 0,
				RecruitedBy: String,
				CreatedDate: 0001-01-01,
				DOB: 0001-01-01,
				SSN: String,
				Password: String,
				Upline1Percent: 0,
				Upline2Percent: 0,
				AgentId: 0,
				AccountName: String,
				AccountType: String,
				AccountNumber: String,
				AccountRouting: String,
				w9_1: String,
				w9_2: String,
				w9_3_1: String,
				w9_3_2: String,
				w9_3_3: String,
				w9_3_4: String,
				w9_3_5: String,
				w9_3_6: String,
				w9_3_7: String,
				w9_3_8: String,
				w9_4_1: String,
				w9_4_2: String,
				w9_5: String,
				w9_6: String,
				w9_7: String,
				IsSecurityLicensed: False,
				SecurityLicense: String,
				Position: String,
				School: String,
				District: String,
				StoreName: String
			},
			AgentRegistrationAnswers: 
			[
				{
					Details: String,
					QuestionType: String,
					Group: String,
					IndexOrder: 0,
					AgentRegistrationTempId: 0,
					QuestionId: 0,
					AnswerYN: False,
					AnswerText: String,
					DateCreated: 0001-01-01
				}
			],
			AgentStateLicenses: 
			[
				{
					AgentRegistrationTempId: 0,
					State: String,
					LicenseNum: String
				}
			],
			ContactCount: 0,
			PayChexId: String,
			AgentLevelLocked: False,
			SecurityLicense: String,
			AgentId: 0,
			Company: String,
			AgentName: String,
			FirstName: String,
			LastName: String,
			MiddleInitial: String,
			Address1: String,
			Address2: String,
			City: String,
			State: String,
			Zip: String,
			Country: String,
			Email: String,
			EmailSignature: String,
			HomePhone: String,
			CellPhone: String,
			WorkPhone: String,
			InsLicensed: False,
			AgreeToDisclosures: False,
			AgreeToDate: 0001-01-01,
			PaidDate: 0001-01-01,
			AgentNumber: String,
			ReferringAgent: String,
			PlacementAgent: String,
			CreatedDate: 0001-01-01,
			UserId: 00000000000000000000000000000000,
			IsAgent: False,
			Package: String,
			StoreName: String,
			Notes: String,
			Upline1: 0,
			Upline2: 0,
			Upline3: 0,
			Upline4: 0,
			MVPID: 0,
			AVPID: 0,
			RVPID: 0,
			AgentLevel: 0,
			IsMVP: False,
			IsRVP: False,
			IsAVP: False,
			IsAdmin: False,
			IsBusinessCardAdmin: False,
			TeamName: String,
			LocationId: 00000000000000000000000000000000,
			CalendarId: 00000000000000000000000000000000,
			Rank: String,
			NBC: False,
			Upline1Percent: 0,
			Upline2Percent: 0,
			Upline3Percent: 0,
			Upline4Percent: 0,
			AgentStatus: String,
			Office: String,
			DOB: 0001-01-01,
			SSN: String,
			Fax: String,
			BusinessEmail: String,
			ModifiedDate: 0001-01-01,
			ModifiedBy: String,
			TimeZone: String,
			LeaderLocked: False,
			LastSubmittedBusinessDate: 0001-01-01,
			GracePeriodDate: 0001-01-01,
			Vested: False,
			DirectPay: 0001-01-01,
			DirectPayApprBy: String,
			FactFinderBilling: 0,
			FullName: String,
			ByLastName: String,
			IsSecurityLicensed: False,
			IsEncompassAdmin: False,
			ApiKey: 00000000000000000000000000000000,
			LastSessionId: String,
			LastLogin: 0001-01-01,
			MfaActive: False,
			RequireMFA: False,
			SMSPhoneNumber: String,
			VerifiedEmailStatus: False,
			VerifiedCellPhoneStatus: False,
			SchedulerUrl: String,
			QueueDefaults: 
			{
				LocationId: 00000000000000000000000000000000,
				Services: 
				[
					00000000000000000000000000000000
				]
			},
			Roles: 
			[
				String
			],
			PasswordUpdated: False,
			RestrictToSingleSession: False
		}
	]
}