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
"use strict";
export class QueueDefault {
    /** @param {{LocationId?:string,Services?:string[]}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    LocationId;
    /** @type {string[]} */
    Services = [];
}
export class Agent {
    /** @param {{AgentId?:number,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?:boolean,AgreeToDisclosures?:boolean,AgreeToDate?:string,PaidDate?:string,AgentNumber?:string,ReferringAgent?:string,PlacementAgent?:string,CreatedDate?:string,UserId?:string,IsAgent?:boolean,Package?:string,StoreName?:string,Notes?:string,Upline1?:number,Upline2?:number,Upline3?:number,Upline4?:number,MVPID?:number,AVPID?:number,RVPID?:number,AgentLevel?:number,IsMVP?:boolean,IsRVP?:boolean,IsAVP?:boolean,IsAdmin?:boolean,IsBusinessCardAdmin?:boolean,TeamName?:string,LocationId?:string,CalendarId?:string,Rank?:string,NBC?:boolean,Upline1Percent?:number,Upline2Percent?:number,Upline3Percent?:number,Upline4Percent?:number,AgentStatus?:string,Office?:string,DOB?:string,SSN?:string,Fax?:string,BusinessEmail?:string,ModifiedDate?:string,ModifiedBy?:string,TimeZone?:string,LeaderLocked?:boolean,LastSubmittedBusinessDate?:string,GracePeriodDate?:string,Vested?:boolean,DirectPay?:string,DirectPayApprBy?:string,FactFinderBilling?:number,FullName?:string,ByLastName?:string,IsSecurityLicensed?:boolean,IsEncompassAdmin?:boolean,ApiKey?:string,LastSessionId?:string,LastLogin?:string,MfaActive?:boolean,RequireMFA?:boolean,SMSPhoneNumber?:string,VerifiedEmailStatus?:boolean,VerifiedCellPhoneStatus?:boolean,SchedulerUrl?:string,QueueDefaults?:QueueDefault,Roles?:string[],PasswordUpdated?:boolean,RestrictToSingleSession?:boolean}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    AgentId;
    /** @type {string} */
    Company;
    /** @type {string} */
    AgentName;
    /** @type {string} */
    FirstName;
    /** @type {string} */
    LastName;
    /** @type {string} */
    MiddleInitial;
    /** @type {string} */
    Address1;
    /** @type {string} */
    Address2;
    /** @type {string} */
    City;
    /** @type {string} */
    State;
    /** @type {string} */
    Zip;
    /** @type {string} */
    Country;
    /** @type {string} */
    Email;
    /** @type {string} */
    EmailSignature;
    /** @type {string} */
    HomePhone;
    /** @type {string} */
    CellPhone;
    /** @type {string} */
    WorkPhone;
    /** @type {boolean} */
    InsLicensed;
    /** @type {boolean} */
    AgreeToDisclosures;
    /** @type {?string} */
    AgreeToDate;
    /** @type {?string} */
    PaidDate;
    /** @type {string} */
    AgentNumber;
    /** @type {string} */
    ReferringAgent;
    /** @type {string} */
    PlacementAgent;
    /** @type {?string} */
    CreatedDate;
    /** @type {string} */
    UserId;
    /** @type {boolean} */
    IsAgent;
    /** @type {string} */
    Package;
    /** @type {string} */
    StoreName;
    /** @type {string} */
    Notes;
    /** @type {?number} */
    Upline1;
    /** @type {?number} */
    Upline2;
    /** @type {?number} */
    Upline3;
    /** @type {?number} */
    Upline4;
    /** @type {?number} */
    MVPID;
    /** @type {?number} */
    AVPID;
    /** @type {?number} */
    RVPID;
    /** @type {?number} */
    AgentLevel;
    /** @type {boolean} */
    IsMVP;
    /** @type {boolean} */
    IsRVP;
    /** @type {boolean} */
    IsAVP;
    /** @type {boolean} */
    IsAdmin;
    /** @type {boolean} */
    IsBusinessCardAdmin;
    /** @type {string} */
    TeamName;
    /** @type {string} */
    LocationId;
    /** @type {string} */
    CalendarId;
    /** @type {string} */
    Rank;
    /** @type {boolean} */
    NBC;
    /** @type {?number} */
    Upline1Percent;
    /** @type {?number} */
    Upline2Percent;
    /** @type {?number} */
    Upline3Percent;
    /** @type {?number} */
    Upline4Percent;
    /** @type {string} */
    AgentStatus;
    /** @type {string} */
    Office;
    /** @type {?string} */
    DOB;
    /** @type {string} */
    SSN;
    /** @type {string} */
    Fax;
    /** @type {string} */
    BusinessEmail;
    /** @type {?string} */
    ModifiedDate;
    /** @type {string} */
    ModifiedBy;
    /** @type {string} */
    TimeZone;
    /** @type {boolean} */
    LeaderLocked;
    /** @type {string} */
    LastSubmittedBusinessDate;
    /** @type {string} */
    GracePeriodDate;
    /** @type {boolean} */
    Vested;
    /** @type {string} */
    DirectPay;
    /** @type {string} */
    DirectPayApprBy;
    /** @type {?number} */
    FactFinderBilling;
    /** @type {string} */
    FullName;
    /** @type {string} */
    ByLastName;
    /** @type {boolean} */
    IsSecurityLicensed;
    /** @type {boolean} */
    IsEncompassAdmin;
    /** @type {string} */
    ApiKey;
    /** @type {string} */
    LastSessionId;
    /** @type {?string} */
    LastLogin;
    /** @type {boolean} */
    MfaActive;
    /** @type {boolean} */
    RequireMFA;
    /** @type {string} */
    SMSPhoneNumber;
    /** @type {boolean} */
    VerifiedEmailStatus;
    /** @type {boolean} */
    VerifiedCellPhoneStatus;
    /** @type {string} */
    SchedulerUrl;
    /** @type {QueueDefault} */
    QueueDefaults;
    /** @type {string[]} */
    Roles = [];
    /** @type {boolean} */
    PasswordUpdated;
    /** @type {boolean} */
    RestrictToSingleSession;
}
export class AgentRegistrationTemp {
    /** @param {{AgentRegistrationTempId?:number,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?:boolean,AgreeToDate?:string,PaidDate?:string,AgentNumber?:string,Upline1Name?:string,Upline1?:number,Upline2Name?:string,Upline2?:number,RecruitedBy?:string,CreatedDate?:string,DOB?:string,SSN?:string,Password?:string,Upline1Percent?:number,Upline2Percent?:number,AgentId?:number,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?:boolean,SecurityLicense?:string,Position?:string,School?:string,District?:string,StoreName?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    AgentRegistrationTempId;
    /** @type {string} */
    ApplicationId;
    /** @type {string} */
    Company;
    /** @type {string} */
    EIN;
    /** @type {string} */
    FirstName;
    /** @type {string} */
    MiddleName;
    /** @type {string} */
    LastName;
    /** @type {string} */
    Address1;
    /** @type {string} */
    Address2;
    /** @type {string} */
    City;
    /** @type {string} */
    State;
    /** @type {string} */
    Zip;
    /** @type {string} */
    Email;
    /** @type {string} */
    HomePhone;
    /** @type {string} */
    CellPhone;
    /** @type {string} */
    WorkPhone;
    /** @type {boolean} */
    AgreeToDisclosures;
    /** @type {string} */
    AgreeToDate;
    /** @type {string} */
    PaidDate;
    /** @type {string} */
    AgentNumber;
    /** @type {string} */
    Upline1Name;
    /** @type {number} */
    Upline1;
    /** @type {string} */
    Upline2Name;
    /** @type {number} */
    Upline2;
    /** @type {string} */
    RecruitedBy;
    /** @type {string} */
    CreatedDate;
    /** @type {?string} */
    DOB;
    /** @type {string} */
    SSN;
    /** @type {string} */
    Password;
    /** @type {number} */
    Upline1Percent;
    /** @type {number} */
    Upline2Percent;
    /** @type {number} */
    AgentId;
    /** @type {string} */
    AccountName;
    /** @type {string} */
    AccountType;
    /** @type {string} */
    AccountNumber;
    /** @type {string} */
    AccountRouting;
    /** @type {string} */
    w9_1;
    /** @type {string} */
    w9_2;
    /** @type {string} */
    w9_3_1;
    /** @type {string} */
    w9_3_2;
    /** @type {string} */
    w9_3_3;
    /** @type {string} */
    w9_3_4;
    /** @type {string} */
    w9_3_5;
    /** @type {string} */
    w9_3_6;
    /** @type {string} */
    w9_3_7;
    /** @type {string} */
    w9_3_8;
    /** @type {string} */
    w9_4_1;
    /** @type {string} */
    w9_4_2;
    /** @type {string} */
    w9_5;
    /** @type {string} */
    w9_6;
    /** @type {string} */
    w9_7;
    /** @type {boolean} */
    IsSecurityLicensed;
    /** @type {string} */
    SecurityLicense;
    /** @type {string} */
    Position;
    /** @type {string} */
    School;
    /** @type {string} */
    District;
    /** @type {string} */
    StoreName;
}
export class AgentRegistrationAnswer {
    /** @param {{AgentRegistrationTempId?:number,QuestionId?:number,AnswerYN?:boolean,AnswerText?:string,DateCreated?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    AgentRegistrationTempId;
    /** @type {number} */
    QuestionId;
    /** @type {boolean} */
    AnswerYN;
    /** @type {string} */
    AnswerText;
    /** @type {string} */
    DateCreated;
}
export class AgentRegistrationQuestionAnswer extends AgentRegistrationAnswer {
    /** @param {{Details?:string,QuestionType?:string,Group?:string,IndexOrder?:number,AgentRegistrationTempId?:number,QuestionId?:number,AnswerYN?:boolean,AnswerText?:string,DateCreated?:string}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {string} */
    Details;
    /** @type {string} */
    QuestionType;
    /** @type {string} */
    Group;
    /** @type {number} */
    IndexOrder;
}
export class AgentStateLicense {
    /** @param {{AgentRegistrationTempId?:number,State?:string,LicenseNum?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    AgentRegistrationTempId;
    /** @type {string} */
    State;
    /** @type {string} */
    LicenseNum;
}
export class AgentContractExtended extends Agent {
    /** @param {{AgentContractId?:number,AFAgreementReceivedDate?:string,DirectDepositReceivedDate?:string,DotNETCompleteDate?:string,AssociateAppUploadedDate?:string,LSWContractLinkSentDate?:string,LSWContractDoneDate?:string,LSWLifeAgentCode?:string,LSWAnnuityAgentCode?:string,LSWWebsiteUserId?:string,AMLCompletedDate?:string,StateAnnuityTrainingCompletedDate?:string,LSWProductTrainingCompletedDate?:string,EOExpirationDate?:string,SureLCLinkSentDate?:string,AEContractDoneDate?:string,AEAgentCode?:string,MGANorthAmericanContractSentDate?:string,MGANorthAmericanAgentCode?:string,AmericoContractDoneDate?:string,AmericoAgentCode?:string,MidlandContractDoneDate?:string,MidlandAgentCode?:string,JacksonContractDoneDate?:string,JacksonAgentCode?:string,VoyaContractDoneDate?:string,VoyaAgentCode?:string,HoraceMannContractDoneDate?:string,HoraceMannAgentCode?:string,GreatAmericanContractDoneDate?:string,GreatAmericanAgentCode?:string,MutualOfOmahaContractDoneDate?:string,MutualOfOmahaAgentCode?:string,AllanzContractDoneDate?:string,AllanzAgentCode?:string,FGContractDoneDate?:string,FGAgentCode?:string,ResidentLicenseState?:string,ResidentLicenseNumber?:string,ResidentLicenseExpirationDate?:string,ContractingComplete?:string,PackageMailed?:string,TrackingNum?:string,ProtectiveContractDoneDate?:string,ProtectiveCode?:string,AtheneContractDoneDate?:string,AtheneCode?:string,ForestersContractDoneDate?:string,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?:AgentRegistrationTemp,AgentRegistrationAnswers?:AgentRegistrationQuestionAnswer[],AgentStateLicenses?:AgentStateLicense[],ContactCount?:number,PayChexId?:string,AgentLevelLocked?:boolean,SecurityLicense?:string,AgentId?:number,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?:boolean,AgreeToDisclosures?:boolean,AgreeToDate?:string,PaidDate?:string,AgentNumber?:string,ReferringAgent?:string,PlacementAgent?:string,CreatedDate?:string,UserId?:string,IsAgent?:boolean,Package?:string,StoreName?:string,Notes?:string,Upline1?:number,Upline2?:number,Upline3?:number,Upline4?:number,MVPID?:number,AVPID?:number,RVPID?:number,AgentLevel?:number,IsMVP?:boolean,IsRVP?:boolean,IsAVP?:boolean,IsAdmin?:boolean,IsBusinessCardAdmin?:boolean,TeamName?:string,LocationId?:string,CalendarId?:string,Rank?:string,NBC?:boolean,Upline1Percent?:number,Upline2Percent?:number,Upline3Percent?:number,Upline4Percent?:number,AgentStatus?:string,Office?:string,DOB?:string,SSN?:string,Fax?:string,BusinessEmail?:string,ModifiedDate?:string,ModifiedBy?:string,TimeZone?:string,LeaderLocked?:boolean,LastSubmittedBusinessDate?:string,GracePeriodDate?:string,Vested?:boolean,DirectPay?:string,DirectPayApprBy?:string,FactFinderBilling?:number,FullName?:string,ByLastName?:string,IsSecurityLicensed?:boolean,IsEncompassAdmin?:boolean,ApiKey?:string,LastSessionId?:string,LastLogin?:string,MfaActive?:boolean,RequireMFA?:boolean,SMSPhoneNumber?:string,VerifiedEmailStatus?:boolean,VerifiedCellPhoneStatus?:boolean,SchedulerUrl?:string,QueueDefaults?:QueueDefault,Roles?:string[],PasswordUpdated?:boolean,RestrictToSingleSession?:boolean}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {number} */
    AgentContractId;
    /** @type {string} */
    AFAgreementReceivedDate;
    /** @type {string} */
    DirectDepositReceivedDate;
    /** @type {string} */
    DotNETCompleteDate;
    /** @type {string} */
    AssociateAppUploadedDate;
    /** @type {string} */
    LSWContractLinkSentDate;
    /** @type {string} */
    LSWContractDoneDate;
    /** @type {string} */
    LSWLifeAgentCode;
    /** @type {string} */
    LSWAnnuityAgentCode;
    /** @type {string} */
    LSWWebsiteUserId;
    /** @type {string} */
    AMLCompletedDate;
    /** @type {string} */
    StateAnnuityTrainingCompletedDate;
    /** @type {string} */
    LSWProductTrainingCompletedDate;
    /** @type {string} */
    EOExpirationDate;
    /** @type {string} */
    SureLCLinkSentDate;
    /** @type {string} */
    AEContractDoneDate;
    /** @type {string} */
    AEAgentCode;
    /** @type {string} */
    MGANorthAmericanContractSentDate;
    /** @type {string} */
    MGANorthAmericanAgentCode;
    /** @type {string} */
    AmericoContractDoneDate;
    /** @type {string} */
    AmericoAgentCode;
    /** @type {string} */
    MidlandContractDoneDate;
    /** @type {string} */
    MidlandAgentCode;
    /** @type {string} */
    JacksonContractDoneDate;
    /** @type {string} */
    JacksonAgentCode;
    /** @type {string} */
    VoyaContractDoneDate;
    /** @type {string} */
    VoyaAgentCode;
    /** @type {string} */
    HoraceMannContractDoneDate;
    /** @type {string} */
    HoraceMannAgentCode;
    /** @type {string} */
    GreatAmericanContractDoneDate;
    /** @type {string} */
    GreatAmericanAgentCode;
    /** @type {string} */
    MutualOfOmahaContractDoneDate;
    /** @type {string} */
    MutualOfOmahaAgentCode;
    /** @type {string} */
    AllanzContractDoneDate;
    /** @type {string} */
    AllanzAgentCode;
    /** @type {string} */
    FGContractDoneDate;
    /** @type {string} */
    FGAgentCode;
    /** @type {string} */
    ResidentLicenseState;
    /** @type {string} */
    ResidentLicenseNumber;
    /** @type {string} */
    ResidentLicenseExpirationDate;
    /** @type {string} */
    ContractingComplete;
    /** @type {string} */
    PackageMailed;
    /** @type {string} */
    TrackingNum;
    /** @type {string} */
    ProtectiveContractDoneDate;
    /** @type {string} */
    ProtectiveCode;
    /** @type {string} */
    AtheneContractDoneDate;
    /** @type {string} */
    AtheneCode;
    /** @type {string} */
    ForestersContractDoneDate;
    /** @type {string} */
    ForestersCode;
    /** @type {string} */
    ACHName;
    /** @type {string} */
    ACHNumber;
    /** @type {string} */
    ACHRouting;
    /** @type {string} */
    ACHAccountType;
    /** @type {string} */
    w9_1;
    /** @type {string} */
    w9_2;
    /** @type {string} */
    w9_3_1;
    /** @type {string} */
    w9_3_2;
    /** @type {string} */
    w9_3_3;
    /** @type {string} */
    w9_3_4;
    /** @type {string} */
    w9_3_5;
    /** @type {string} */
    w9_3_6;
    /** @type {string} */
    w9_3_7;
    /** @type {string} */
    w9_3_8;
    /** @type {string} */
    w9_4_1;
    /** @type {string} */
    w9_4_2;
    /** @type {string} */
    w9_5;
    /** @type {string} */
    w9_6;
    /** @type {string} */
    w9_7;
    /** @type {AgentRegistrationTemp} */
    AgentRegistration;
    /** @type {AgentRegistrationQuestionAnswer[]} */
    AgentRegistrationAnswers = [];
    /** @type {AgentStateLicense[]} */
    AgentStateLicenses = [];
    /** @type {number} */
    ContactCount;
    /** @type {string} */
    PayChexId;
    /** @type {?boolean} */
    AgentLevelLocked;
    /** @type {string} */
    SecurityLicense;
}
export class AgentContractResponse {
    /** @param {{ResponseStatus?:ResponseStatus,AgentContract?:AgentContractExtended[]}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {ResponseStatus} */
    ResponseStatus;
    /** @type {AgentContractExtended[]} */
    AgentContract = [];
}
export class AgentContractRequest {
    /** @param {{AgentContract?:AgentContractExtended[],AgentId?:number}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {AgentContractExtended[]} */
    AgentContract = [];
    /** @type {number} */
    AgentId;
}

JavaScript AgentContractRequest DTOs

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

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<AgentContractRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
  <AgentContract>
    <AgentContractExtended>
      <AVPID>0</AVPID>
      <Address1>String</Address1>
      <Address2>String</Address2>
      <AgentId>0</AgentId>
      <AgentLevel>0</AgentLevel>
      <AgentName>String</AgentName>
      <AgentNumber>String</AgentNumber>
      <AgentStatus>String</AgentStatus>
      <AgreeToDate>0001-01-01T00:00:00</AgreeToDate>
      <AgreeToDisclosures>false</AgreeToDisclosures>
      <ApiKey>00000000-0000-0000-0000-000000000000</ApiKey>
      <BusinessEmail>String</BusinessEmail>
      <ByLastName>String</ByLastName>
      <CalendarId>00000000-0000-0000-0000-000000000000</CalendarId>
      <CellPhone>String</CellPhone>
      <City>String</City>
      <Company>String</Company>
      <Country>String</Country>
      <CreatedDate>0001-01-01T00:00:00</CreatedDate>
      <DOB>0001-01-01T00:00:00</DOB>
      <DirectPay>0001-01-01T00:00:00</DirectPay>
      <DirectPayApprBy>String</DirectPayApprBy>
      <Email>String</Email>
      <EmailSignature>String</EmailSignature>
      <FactFinderBilling>0</FactFinderBilling>
      <Fax>String</Fax>
      <FirstName>String</FirstName>
      <FullName>String</FullName>
      <GracePeriodDate>0001-01-01T00:00:00</GracePeriodDate>
      <HomePhone>String</HomePhone>
      <InsLicensed>false</InsLicensed>
      <IsAVP>false</IsAVP>
      <IsAdmin>false</IsAdmin>
      <IsAgent>false</IsAgent>
      <IsBusinessCardAdmin>false</IsBusinessCardAdmin>
      <IsEncompassAdmin>false</IsEncompassAdmin>
      <IsMVP>false</IsMVP>
      <IsRVP>false</IsRVP>
      <IsSecurityLicensed>false</IsSecurityLicensed>
      <LastLogin>0001-01-01T00:00:00</LastLogin>
      <LastName>String</LastName>
      <LastSessionId>String</LastSessionId>
      <LastSubmittedBusinessDate>0001-01-01T00:00:00</LastSubmittedBusinessDate>
      <LeaderLocked>false</LeaderLocked>
      <LocationId>00000000-0000-0000-0000-000000000000</LocationId>
      <MVPID>0</MVPID>
      <MfaActive>false</MfaActive>
      <MiddleInitial>String</MiddleInitial>
      <ModifiedBy>String</ModifiedBy>
      <ModifiedDate>0001-01-01T00:00:00</ModifiedDate>
      <NBC>false</NBC>
      <Notes>String</Notes>
      <Office>String</Office>
      <Package>String</Package>
      <PaidDate>0001-01-01T00:00:00</PaidDate>
      <PasswordUpdated>false</PasswordUpdated>
      <PlacementAgent>String</PlacementAgent>
      <QueueDefaults>
        <LocationId>00000000-0000-0000-0000-000000000000</LocationId>
        <Services xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:guid>00000000-0000-0000-0000-000000000000</d5p1:guid>
        </Services>
      </QueueDefaults>
      <RVPID>0</RVPID>
      <Rank>String</Rank>
      <ReferringAgent>String</ReferringAgent>
      <RequireMFA>false</RequireMFA>
      <RestrictToSingleSession>false</RestrictToSingleSession>
      <Roles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </Roles>
      <SMSPhoneNumber>String</SMSPhoneNumber>
      <SSN>String</SSN>
      <SchedulerUrl>String</SchedulerUrl>
      <State>String</State>
      <StoreName>String</StoreName>
      <TeamName>String</TeamName>
      <TimeZone>String</TimeZone>
      <Upline1>0</Upline1>
      <Upline1Percent>0</Upline1Percent>
      <Upline2>0</Upline2>
      <Upline2Percent>0</Upline2Percent>
      <Upline3>0</Upline3>
      <Upline3Percent>0</Upline3Percent>
      <Upline4>0</Upline4>
      <Upline4Percent>0</Upline4Percent>
      <UserId>00000000-0000-0000-0000-000000000000</UserId>
      <VerifiedCellPhoneStatus>false</VerifiedCellPhoneStatus>
      <VerifiedEmailStatus>false</VerifiedEmailStatus>
      <Vested>false</Vested>
      <WorkPhone>String</WorkPhone>
      <Zip>String</Zip>
      <ACHAccountType>String</ACHAccountType>
      <ACHName>String</ACHName>
      <ACHNumber>String</ACHNumber>
      <ACHRouting>String</ACHRouting>
      <AEAgentCode>String</AEAgentCode>
      <AEContractDoneDate>0001-01-01T00:00:00</AEContractDoneDate>
      <AFAgreementReceivedDate>0001-01-01T00:00:00</AFAgreementReceivedDate>
      <AMLCompletedDate>0001-01-01T00:00:00</AMLCompletedDate>
      <AgentContractId>0</AgentContractId>
      <AgentLevelLocked>false</AgentLevelLocked>
      <AgentRegistration>
        <AccountName>String</AccountName>
        <AccountNumber>String</AccountNumber>
        <AccountRouting>String</AccountRouting>
        <AccountType>String</AccountType>
        <Address1>String</Address1>
        <Address2>String</Address2>
        <AgentId>0</AgentId>
        <AgentNumber>String</AgentNumber>
        <AgentRegistrationTempId>0</AgentRegistrationTempId>
        <AgreeToDate>0001-01-01T00:00:00</AgreeToDate>
        <AgreeToDisclosures>false</AgreeToDisclosures>
        <ApplicationId>String</ApplicationId>
        <CellPhone>String</CellPhone>
        <City>String</City>
        <Company>String</Company>
        <CreatedDate>0001-01-01T00:00:00</CreatedDate>
        <DOB>0001-01-01T00:00:00</DOB>
        <District>String</District>
        <EIN>String</EIN>
        <Email>String</Email>
        <FirstName>String</FirstName>
        <HomePhone>String</HomePhone>
        <IsSecurityLicensed>false</IsSecurityLicensed>
        <LastName>String</LastName>
        <MiddleName>String</MiddleName>
        <PaidDate>0001-01-01T00:00:00</PaidDate>
        <Password>String</Password>
        <Position>String</Position>
        <RecruitedBy>String</RecruitedBy>
        <SSN>String</SSN>
        <School>String</School>
        <SecurityLicense>String</SecurityLicense>
        <State>String</State>
        <StoreName>String</StoreName>
        <Upline1>0</Upline1>
        <Upline1Name>String</Upline1Name>
        <Upline1Percent>0</Upline1Percent>
        <Upline2>0</Upline2>
        <Upline2Name>String</Upline2Name>
        <Upline2Percent>0</Upline2Percent>
        <WorkPhone>String</WorkPhone>
        <Zip>String</Zip>
        <w9_1>String</w9_1>
        <w9_2>String</w9_2>
        <w9_3_1>String</w9_3_1>
        <w9_3_2>String</w9_3_2>
        <w9_3_3>String</w9_3_3>
        <w9_3_4>String</w9_3_4>
        <w9_3_5>String</w9_3_5>
        <w9_3_6>String</w9_3_6>
        <w9_3_7>String</w9_3_7>
        <w9_3_8>String</w9_3_8>
        <w9_4_1>String</w9_4_1>
        <w9_4_2>String</w9_4_2>
        <w9_5>String</w9_5>
        <w9_6>String</w9_6>
        <w9_7>String</w9_7>
      </AgentRegistration>
      <AgentRegistrationAnswers>
        <AgentRegistrationQuestionAnswer>
          <AgentRegistrationTempId>0</AgentRegistrationTempId>
          <AnswerText>String</AnswerText>
          <AnswerYN>false</AnswerYN>
          <DateCreated>0001-01-01T00:00:00</DateCreated>
          <QuestionId>0</QuestionId>
          <Details>String</Details>
          <Group>String</Group>
          <IndexOrder>0</IndexOrder>
          <QuestionType>String</QuestionType>
        </AgentRegistrationQuestionAnswer>
      </AgentRegistrationAnswers>
      <AgentStateLicenses>
        <AgentStateLicense>
          <AgentRegistrationTempId>0</AgentRegistrationTempId>
          <LicenseNum>String</LicenseNum>
          <State>String</State>
        </AgentStateLicense>
      </AgentStateLicenses>
      <AllanzAgentCode>String</AllanzAgentCode>
      <AllanzContractDoneDate>0001-01-01T00:00:00</AllanzContractDoneDate>
      <AmericoAgentCode>String</AmericoAgentCode>
      <AmericoContractDoneDate>0001-01-01T00:00:00</AmericoContractDoneDate>
      <AssociateAppUploadedDate>0001-01-01T00:00:00</AssociateAppUploadedDate>
      <AtheneCode>String</AtheneCode>
      <AtheneContractDoneDate>0001-01-01T00:00:00</AtheneContractDoneDate>
      <ContactCount>0</ContactCount>
      <ContractingComplete>0001-01-01T00:00:00</ContractingComplete>
      <DirectDepositReceivedDate>0001-01-01T00:00:00</DirectDepositReceivedDate>
      <DotNETCompleteDate>0001-01-01T00:00:00</DotNETCompleteDate>
      <EOExpirationDate>0001-01-01T00:00:00</EOExpirationDate>
      <FGAgentCode>String</FGAgentCode>
      <FGContractDoneDate>0001-01-01T00:00:00</FGContractDoneDate>
      <ForestersCode>String</ForestersCode>
      <ForestersContractDoneDate>0001-01-01T00:00:00</ForestersContractDoneDate>
      <GreatAmericanAgentCode>String</GreatAmericanAgentCode>
      <GreatAmericanContractDoneDate>0001-01-01T00:00:00</GreatAmericanContractDoneDate>
      <HoraceMannAgentCode>String</HoraceMannAgentCode>
      <HoraceMannContractDoneDate>0001-01-01T00:00:00</HoraceMannContractDoneDate>
      <JacksonAgentCode>String</JacksonAgentCode>
      <JacksonContractDoneDate>0001-01-01T00:00:00</JacksonContractDoneDate>
      <LSWAnnuityAgentCode>String</LSWAnnuityAgentCode>
      <LSWContractDoneDate>0001-01-01T00:00:00</LSWContractDoneDate>
      <LSWContractLinkSentDate>0001-01-01T00:00:00</LSWContractLinkSentDate>
      <LSWLifeAgentCode>String</LSWLifeAgentCode>
      <LSWProductTrainingCompletedDate>0001-01-01T00:00:00</LSWProductTrainingCompletedDate>
      <LSWWebsiteUserId>String</LSWWebsiteUserId>
      <MGANorthAmericanAgentCode>String</MGANorthAmericanAgentCode>
      <MGANorthAmericanContractSentDate>0001-01-01T00:00:00</MGANorthAmericanContractSentDate>
      <MidlandAgentCode>String</MidlandAgentCode>
      <MidlandContractDoneDate>0001-01-01T00:00:00</MidlandContractDoneDate>
      <MutualOfOmahaAgentCode>String</MutualOfOmahaAgentCode>
      <MutualOfOmahaContractDoneDate>0001-01-01T00:00:00</MutualOfOmahaContractDoneDate>
      <PackageMailed>0001-01-01T00:00:00</PackageMailed>
      <PayChexId>String</PayChexId>
      <ProtectiveCode>String</ProtectiveCode>
      <ProtectiveContractDoneDate>0001-01-01T00:00:00</ProtectiveContractDoneDate>
      <ResidentLicenseExpirationDate>0001-01-01T00:00:00</ResidentLicenseExpirationDate>
      <ResidentLicenseNumber>String</ResidentLicenseNumber>
      <ResidentLicenseState>String</ResidentLicenseState>
      <SecurityLicense>String</SecurityLicense>
      <StateAnnuityTrainingCompletedDate>0001-01-01T00:00:00</StateAnnuityTrainingCompletedDate>
      <SureLCLinkSentDate>0001-01-01T00:00:00</SureLCLinkSentDate>
      <TrackingNum>String</TrackingNum>
      <VoyaAgentCode>String</VoyaAgentCode>
      <VoyaContractDoneDate>0001-01-01T00:00:00</VoyaContractDoneDate>
      <w9_1>String</w9_1>
      <w9_2>String</w9_2>
      <w9_3_1>String</w9_3_1>
      <w9_3_2>String</w9_3_2>
      <w9_3_3>String</w9_3_3>
      <w9_3_4>String</w9_3_4>
      <w9_3_5>String</w9_3_5>
      <w9_3_6>String</w9_3_6>
      <w9_3_7>String</w9_3_7>
      <w9_3_8>String</w9_3_8>
      <w9_4_1>String</w9_4_1>
      <w9_4_2>String</w9_4_2>
      <w9_5>String</w9_5>
      <w9_6>String</w9_6>
      <w9_7>String</w9_7>
    </AgentContractExtended>
  </AgentContract>
  <AgentId>0</AgentId>
</AgentContractRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<AgentContractResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
  <AgentContract>
    <AgentContractExtended>
      <AVPID>0</AVPID>
      <Address1>String</Address1>
      <Address2>String</Address2>
      <AgentId>0</AgentId>
      <AgentLevel>0</AgentLevel>
      <AgentName>String</AgentName>
      <AgentNumber>String</AgentNumber>
      <AgentStatus>String</AgentStatus>
      <AgreeToDate>0001-01-01T00:00:00</AgreeToDate>
      <AgreeToDisclosures>false</AgreeToDisclosures>
      <ApiKey>00000000-0000-0000-0000-000000000000</ApiKey>
      <BusinessEmail>String</BusinessEmail>
      <ByLastName>String</ByLastName>
      <CalendarId>00000000-0000-0000-0000-000000000000</CalendarId>
      <CellPhone>String</CellPhone>
      <City>String</City>
      <Company>String</Company>
      <Country>String</Country>
      <CreatedDate>0001-01-01T00:00:00</CreatedDate>
      <DOB>0001-01-01T00:00:00</DOB>
      <DirectPay>0001-01-01T00:00:00</DirectPay>
      <DirectPayApprBy>String</DirectPayApprBy>
      <Email>String</Email>
      <EmailSignature>String</EmailSignature>
      <FactFinderBilling>0</FactFinderBilling>
      <Fax>String</Fax>
      <FirstName>String</FirstName>
      <FullName>String</FullName>
      <GracePeriodDate>0001-01-01T00:00:00</GracePeriodDate>
      <HomePhone>String</HomePhone>
      <InsLicensed>false</InsLicensed>
      <IsAVP>false</IsAVP>
      <IsAdmin>false</IsAdmin>
      <IsAgent>false</IsAgent>
      <IsBusinessCardAdmin>false</IsBusinessCardAdmin>
      <IsEncompassAdmin>false</IsEncompassAdmin>
      <IsMVP>false</IsMVP>
      <IsRVP>false</IsRVP>
      <IsSecurityLicensed>false</IsSecurityLicensed>
      <LastLogin>0001-01-01T00:00:00</LastLogin>
      <LastName>String</LastName>
      <LastSessionId>String</LastSessionId>
      <LastSubmittedBusinessDate>0001-01-01T00:00:00</LastSubmittedBusinessDate>
      <LeaderLocked>false</LeaderLocked>
      <LocationId>00000000-0000-0000-0000-000000000000</LocationId>
      <MVPID>0</MVPID>
      <MfaActive>false</MfaActive>
      <MiddleInitial>String</MiddleInitial>
      <ModifiedBy>String</ModifiedBy>
      <ModifiedDate>0001-01-01T00:00:00</ModifiedDate>
      <NBC>false</NBC>
      <Notes>String</Notes>
      <Office>String</Office>
      <Package>String</Package>
      <PaidDate>0001-01-01T00:00:00</PaidDate>
      <PasswordUpdated>false</PasswordUpdated>
      <PlacementAgent>String</PlacementAgent>
      <QueueDefaults>
        <LocationId>00000000-0000-0000-0000-000000000000</LocationId>
        <Services xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:guid>00000000-0000-0000-0000-000000000000</d5p1:guid>
        </Services>
      </QueueDefaults>
      <RVPID>0</RVPID>
      <Rank>String</Rank>
      <ReferringAgent>String</ReferringAgent>
      <RequireMFA>false</RequireMFA>
      <RestrictToSingleSession>false</RestrictToSingleSession>
      <Roles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </Roles>
      <SMSPhoneNumber>String</SMSPhoneNumber>
      <SSN>String</SSN>
      <SchedulerUrl>String</SchedulerUrl>
      <State>String</State>
      <StoreName>String</StoreName>
      <TeamName>String</TeamName>
      <TimeZone>String</TimeZone>
      <Upline1>0</Upline1>
      <Upline1Percent>0</Upline1Percent>
      <Upline2>0</Upline2>
      <Upline2Percent>0</Upline2Percent>
      <Upline3>0</Upline3>
      <Upline3Percent>0</Upline3Percent>
      <Upline4>0</Upline4>
      <Upline4Percent>0</Upline4Percent>
      <UserId>00000000-0000-0000-0000-000000000000</UserId>
      <VerifiedCellPhoneStatus>false</VerifiedCellPhoneStatus>
      <VerifiedEmailStatus>false</VerifiedEmailStatus>
      <Vested>false</Vested>
      <WorkPhone>String</WorkPhone>
      <Zip>String</Zip>
      <ACHAccountType>String</ACHAccountType>
      <ACHName>String</ACHName>
      <ACHNumber>String</ACHNumber>
      <ACHRouting>String</ACHRouting>
      <AEAgentCode>String</AEAgentCode>
      <AEContractDoneDate>0001-01-01T00:00:00</AEContractDoneDate>
      <AFAgreementReceivedDate>0001-01-01T00:00:00</AFAgreementReceivedDate>
      <AMLCompletedDate>0001-01-01T00:00:00</AMLCompletedDate>
      <AgentContractId>0</AgentContractId>
      <AgentLevelLocked>false</AgentLevelLocked>
      <AgentRegistration>
        <AccountName>String</AccountName>
        <AccountNumber>String</AccountNumber>
        <AccountRouting>String</AccountRouting>
        <AccountType>String</AccountType>
        <Address1>String</Address1>
        <Address2>String</Address2>
        <AgentId>0</AgentId>
        <AgentNumber>String</AgentNumber>
        <AgentRegistrationTempId>0</AgentRegistrationTempId>
        <AgreeToDate>0001-01-01T00:00:00</AgreeToDate>
        <AgreeToDisclosures>false</AgreeToDisclosures>
        <ApplicationId>String</ApplicationId>
        <CellPhone>String</CellPhone>
        <City>String</City>
        <Company>String</Company>
        <CreatedDate>0001-01-01T00:00:00</CreatedDate>
        <DOB>0001-01-01T00:00:00</DOB>
        <District>String</District>
        <EIN>String</EIN>
        <Email>String</Email>
        <FirstName>String</FirstName>
        <HomePhone>String</HomePhone>
        <IsSecurityLicensed>false</IsSecurityLicensed>
        <LastName>String</LastName>
        <MiddleName>String</MiddleName>
        <PaidDate>0001-01-01T00:00:00</PaidDate>
        <Password>String</Password>
        <Position>String</Position>
        <RecruitedBy>String</RecruitedBy>
        <SSN>String</SSN>
        <School>String</School>
        <SecurityLicense>String</SecurityLicense>
        <State>String</State>
        <StoreName>String</StoreName>
        <Upline1>0</Upline1>
        <Upline1Name>String</Upline1Name>
        <Upline1Percent>0</Upline1Percent>
        <Upline2>0</Upline2>
        <Upline2Name>String</Upline2Name>
        <Upline2Percent>0</Upline2Percent>
        <WorkPhone>String</WorkPhone>
        <Zip>String</Zip>
        <w9_1>String</w9_1>
        <w9_2>String</w9_2>
        <w9_3_1>String</w9_3_1>
        <w9_3_2>String</w9_3_2>
        <w9_3_3>String</w9_3_3>
        <w9_3_4>String</w9_3_4>
        <w9_3_5>String</w9_3_5>
        <w9_3_6>String</w9_3_6>
        <w9_3_7>String</w9_3_7>
        <w9_3_8>String</w9_3_8>
        <w9_4_1>String</w9_4_1>
        <w9_4_2>String</w9_4_2>
        <w9_5>String</w9_5>
        <w9_6>String</w9_6>
        <w9_7>String</w9_7>
      </AgentRegistration>
      <AgentRegistrationAnswers>
        <AgentRegistrationQuestionAnswer>
          <AgentRegistrationTempId>0</AgentRegistrationTempId>
          <AnswerText>String</AnswerText>
          <AnswerYN>false</AnswerYN>
          <DateCreated>0001-01-01T00:00:00</DateCreated>
          <QuestionId>0</QuestionId>
          <Details>String</Details>
          <Group>String</Group>
          <IndexOrder>0</IndexOrder>
          <QuestionType>String</QuestionType>
        </AgentRegistrationQuestionAnswer>
      </AgentRegistrationAnswers>
      <AgentStateLicenses>
        <AgentStateLicense>
          <AgentRegistrationTempId>0</AgentRegistrationTempId>
          <LicenseNum>String</LicenseNum>
          <State>String</State>
        </AgentStateLicense>
      </AgentStateLicenses>
      <AllanzAgentCode>String</AllanzAgentCode>
      <AllanzContractDoneDate>0001-01-01T00:00:00</AllanzContractDoneDate>
      <AmericoAgentCode>String</AmericoAgentCode>
      <AmericoContractDoneDate>0001-01-01T00:00:00</AmericoContractDoneDate>
      <AssociateAppUploadedDate>0001-01-01T00:00:00</AssociateAppUploadedDate>
      <AtheneCode>String</AtheneCode>
      <AtheneContractDoneDate>0001-01-01T00:00:00</AtheneContractDoneDate>
      <ContactCount>0</ContactCount>
      <ContractingComplete>0001-01-01T00:00:00</ContractingComplete>
      <DirectDepositReceivedDate>0001-01-01T00:00:00</DirectDepositReceivedDate>
      <DotNETCompleteDate>0001-01-01T00:00:00</DotNETCompleteDate>
      <EOExpirationDate>0001-01-01T00:00:00</EOExpirationDate>
      <FGAgentCode>String</FGAgentCode>
      <FGContractDoneDate>0001-01-01T00:00:00</FGContractDoneDate>
      <ForestersCode>String</ForestersCode>
      <ForestersContractDoneDate>0001-01-01T00:00:00</ForestersContractDoneDate>
      <GreatAmericanAgentCode>String</GreatAmericanAgentCode>
      <GreatAmericanContractDoneDate>0001-01-01T00:00:00</GreatAmericanContractDoneDate>
      <HoraceMannAgentCode>String</HoraceMannAgentCode>
      <HoraceMannContractDoneDate>0001-01-01T00:00:00</HoraceMannContractDoneDate>
      <JacksonAgentCode>String</JacksonAgentCode>
      <JacksonContractDoneDate>0001-01-01T00:00:00</JacksonContractDoneDate>
      <LSWAnnuityAgentCode>String</LSWAnnuityAgentCode>
      <LSWContractDoneDate>0001-01-01T00:00:00</LSWContractDoneDate>
      <LSWContractLinkSentDate>0001-01-01T00:00:00</LSWContractLinkSentDate>
      <LSWLifeAgentCode>String</LSWLifeAgentCode>
      <LSWProductTrainingCompletedDate>0001-01-01T00:00:00</LSWProductTrainingCompletedDate>
      <LSWWebsiteUserId>String</LSWWebsiteUserId>
      <MGANorthAmericanAgentCode>String</MGANorthAmericanAgentCode>
      <MGANorthAmericanContractSentDate>0001-01-01T00:00:00</MGANorthAmericanContractSentDate>
      <MidlandAgentCode>String</MidlandAgentCode>
      <MidlandContractDoneDate>0001-01-01T00:00:00</MidlandContractDoneDate>
      <MutualOfOmahaAgentCode>String</MutualOfOmahaAgentCode>
      <MutualOfOmahaContractDoneDate>0001-01-01T00:00:00</MutualOfOmahaContractDoneDate>
      <PackageMailed>0001-01-01T00:00:00</PackageMailed>
      <PayChexId>String</PayChexId>
      <ProtectiveCode>String</ProtectiveCode>
      <ProtectiveContractDoneDate>0001-01-01T00:00:00</ProtectiveContractDoneDate>
      <ResidentLicenseExpirationDate>0001-01-01T00:00:00</ResidentLicenseExpirationDate>
      <ResidentLicenseNumber>String</ResidentLicenseNumber>
      <ResidentLicenseState>String</ResidentLicenseState>
      <SecurityLicense>String</SecurityLicense>
      <StateAnnuityTrainingCompletedDate>0001-01-01T00:00:00</StateAnnuityTrainingCompletedDate>
      <SureLCLinkSentDate>0001-01-01T00:00:00</SureLCLinkSentDate>
      <TrackingNum>String</TrackingNum>
      <VoyaAgentCode>String</VoyaAgentCode>
      <VoyaContractDoneDate>0001-01-01T00:00:00</VoyaContractDoneDate>
      <w9_1>String</w9_1>
      <w9_2>String</w9_2>
      <w9_3_1>String</w9_3_1>
      <w9_3_2>String</w9_3_2>
      <w9_3_3>String</w9_3_3>
      <w9_3_4>String</w9_3_4>
      <w9_3_5>String</w9_3_5>
      <w9_3_6>String</w9_3_6>
      <w9_3_7>String</w9_3_7>
      <w9_3_8>String</w9_3_8>
      <w9_4_1>String</w9_4_1>
      <w9_4_2>String</w9_4_2>
      <w9_5>String</w9_5>
      <w9_6>String</w9_6>
      <w9_7>String</w9_7>
    </AgentContractExtended>
  </AgentContract>
  <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>
</AgentContractResponse>