| Required roles: | Agent, Administrator | Requires any of the roles: | Worker, Agent, Administrator |
| GET | /v1/AgentContract/{AgentId} | ||
|---|---|---|---|
| PUT,OPTIONS | /v1/AgentContract |
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports CRM.AgencyPlatform.API.Internal
Namespace Global
Namespace CRM.AgencyPlatform.API.Internal
Public Partial Class Agent
Public Overridable Property AgentId As Integer
Public Overridable Property Company As String
Public Overridable Property AgentName As String
Public Overridable Property FirstName As String
Public Overridable Property LastName As String
Public Overridable Property MiddleInitial As String
Public Overridable Property Address1 As String
Public Overridable Property Address2 As String
Public Overridable Property City As String
Public Overridable Property State As String
Public Overridable Property Zip As String
Public Overridable Property Country As String
Public Overridable Property Email As String
Public Overridable Property EmailSignature As String
Public Overridable Property HomePhone As String
Public Overridable Property CellPhone As String
Public Overridable Property WorkPhone As String
Public Overridable Property InsLicensed As Boolean
Public Overridable Property AgreeToDisclosures As Boolean
Public Overridable Property AgreeToDate As Date?
Public Overridable Property PaidDate As Date?
Public Overridable Property AgentNumber As String
Public Overridable Property ReferringAgent As String
Public Overridable Property PlacementAgent As String
Public Overridable Property CreatedDate As Date?
Public Overridable Property UserId As Guid
Public Overridable Property IsAgent As Boolean
Public Overridable Property Package As String
Public Overridable Property StoreName As String
Public Overridable Property Notes As String
Public Overridable Property Upline1 As Integer?
Public Overridable Property Upline2 As Integer?
Public Overridable Property Upline3 As Integer?
Public Overridable Property Upline4 As Integer?
Public Overridable Property MVPID As Integer?
Public Overridable Property AVPID As Integer?
Public Overridable Property RVPID As Integer?
Public Overridable Property AgentLevel As Decimal?
Public Overridable Property IsMVP As Boolean
Public Overridable Property IsRVP As Boolean
Public Overridable Property IsAVP As Boolean
Public Overridable Property IsAdmin As Boolean
Public Overridable Property IsBusinessCardAdmin As Boolean
Public Overridable Property TeamName As String
Public Overridable Property LocationId As Guid
Public Overridable Property CalendarId As Guid
Public Overridable Property Rank As String
Public Overridable Property NBC As Boolean
Public Overridable Property Upline1Percent As Decimal?
Public Overridable Property Upline2Percent As Decimal?
Public Overridable Property Upline3Percent As Decimal?
Public Overridable Property Upline4Percent As Decimal?
Public Overridable Property AgentStatus As String
Public Overridable Property Office As String
Public Overridable Property DOB As Date?
Public Overridable Property SSN As String
Public Overridable Property Fax As String
Public Overridable Property BusinessEmail As String
Public Overridable Property ModifiedDate As Date?
Public Overridable Property ModifiedBy As String
Public Overridable Property TimeZone As String
Public Overridable Property LeaderLocked As Boolean
Public Overridable Property LastSubmittedBusinessDate As Date
Public Overridable Property GracePeriodDate As Date
Public Overridable Property Vested As Boolean
Public Overridable Property DirectPay As Date
Public Overridable Property DirectPayApprBy As String
Public Overridable Property FactFinderBilling As Decimal?
Public Overridable Property FullName As String
Public Overridable Property ByLastName As String
Public Overridable Property IsSecurityLicensed As Boolean
Public Overridable Property IsEncompassAdmin As Boolean
Public Overridable Property ApiKey As Guid
Public Overridable Property LastSessionId As String
Public Overridable Property LastLogin As Date?
Public Overridable Property MfaActive As Boolean
Public Overridable Property RequireMFA As Boolean
Public Overridable Property SMSPhoneNumber As String
Public Overridable Property VerifiedEmailStatus As Boolean
Public Overridable Property VerifiedCellPhoneStatus As Boolean
Public Overridable Property SchedulerUrl As String
Public Overridable Property QueueDefaults As QueueDefault
Public Overridable Property Roles As List(Of String) = New List(Of String)
Public Overridable Property PasswordUpdated As Boolean
Public Overridable Property RestrictToSingleSession As Boolean
End Class
Public Partial Class AgentContractExtended
Inherits Agent
Public Overridable Property AgentContractId As Integer
Public Overridable Property AFAgreementReceivedDate As Date
Public Overridable Property DirectDepositReceivedDate As Date
Public Overridable Property DotNETCompleteDate As Date
Public Overridable Property AssociateAppUploadedDate As Date
Public Overridable Property LSWContractLinkSentDate As Date
Public Overridable Property LSWContractDoneDate As Date
Public Overridable Property LSWLifeAgentCode As String
Public Overridable Property LSWAnnuityAgentCode As String
Public Overridable Property LSWWebsiteUserId As String
Public Overridable Property AMLCompletedDate As Date
Public Overridable Property StateAnnuityTrainingCompletedDate As Date
Public Overridable Property LSWProductTrainingCompletedDate As Date
Public Overridable Property EOExpirationDate As Date
Public Overridable Property SureLCLinkSentDate As Date
Public Overridable Property AEContractDoneDate As Date
Public Overridable Property AEAgentCode As String
Public Overridable Property MGANorthAmericanContractSentDate As Date
Public Overridable Property MGANorthAmericanAgentCode As String
Public Overridable Property AmericoContractDoneDate As Date
Public Overridable Property AmericoAgentCode As String
Public Overridable Property MidlandContractDoneDate As Date
Public Overridable Property MidlandAgentCode As String
Public Overridable Property JacksonContractDoneDate As Date
Public Overridable Property JacksonAgentCode As String
Public Overridable Property VoyaContractDoneDate As Date
Public Overridable Property VoyaAgentCode As String
Public Overridable Property HoraceMannContractDoneDate As Date
Public Overridable Property HoraceMannAgentCode As String
Public Overridable Property GreatAmericanContractDoneDate As Date
Public Overridable Property GreatAmericanAgentCode As String
Public Overridable Property MutualOfOmahaContractDoneDate As Date
Public Overridable Property MutualOfOmahaAgentCode As String
Public Overridable Property AllanzContractDoneDate As Date
Public Overridable Property AllanzAgentCode As String
Public Overridable Property FGContractDoneDate As Date
Public Overridable Property FGAgentCode As String
Public Overridable Property ResidentLicenseState As String
Public Overridable Property ResidentLicenseNumber As String
Public Overridable Property ResidentLicenseExpirationDate As Date
Public Overridable Property ContractingComplete As Date
Public Overridable Property PackageMailed As Date
Public Overridable Property TrackingNum As String
Public Overridable Property ProtectiveContractDoneDate As Date
Public Overridable Property ProtectiveCode As String
Public Overridable Property AtheneContractDoneDate As Date
Public Overridable Property AtheneCode As String
Public Overridable Property ForestersContractDoneDate As Date
Public Overridable Property ForestersCode As String
Public Overridable Property ACHName As String
Public Overridable Property ACHNumber As String
Public Overridable Property ACHRouting As String
Public Overridable Property ACHAccountType As String
Public Overridable Property w9_1 As String
Public Overridable Property w9_2 As String
Public Overridable Property w9_3_1 As String
Public Overridable Property w9_3_2 As String
Public Overridable Property w9_3_3 As String
Public Overridable Property w9_3_4 As String
Public Overridable Property w9_3_5 As String
Public Overridable Property w9_3_6 As String
Public Overridable Property w9_3_7 As String
Public Overridable Property w9_3_8 As String
Public Overridable Property w9_4_1 As String
Public Overridable Property w9_4_2 As String
Public Overridable Property w9_5 As String
Public Overridable Property w9_6 As String
Public Overridable Property w9_7 As String
Public Overridable Property AgentRegistration As AgentRegistrationTemp
Public Overridable Property AgentRegistrationAnswers As List(Of AgentRegistrationQuestionAnswer) = New List(Of AgentRegistrationQuestionAnswer)
Public Overridable Property AgentStateLicenses As List(Of AgentStateLicense) = New List(Of AgentStateLicense)
Public Overridable Property ContactCount As Integer
Public Overridable Property PayChexId As String
Public Overridable Property AgentLevelLocked As Boolean?
Public Overridable Property SecurityLicense As String
End Class
Public Partial Class AgentContractRequest
Public Overridable Property AgentContract As List(Of AgentContractExtended) = New List(Of AgentContractExtended)
Public Overridable Property AgentId As Integer
End Class
Public Partial Class AgentContractResponse
Public Overridable Property ResponseStatus As ResponseStatus
Public Overridable Property AgentContract As List(Of AgentContractExtended) = New List(Of AgentContractExtended)
End Class
Public Partial Class AgentRegistrationAnswer
Public Overridable Property AgentRegistrationTempId As Integer
Public Overridable Property QuestionId As Integer
Public Overridable Property AnswerYN As Boolean
Public Overridable Property AnswerText As String
Public Overridable Property DateCreated As Date
End Class
Public Partial Class AgentRegistrationQuestionAnswer
Inherits AgentRegistrationAnswer
Public Overridable Property Details As String
Public Overridable Property QuestionType As String
Public Overridable Property Group As String
Public Overridable Property IndexOrder As Integer
End Class
Public Partial Class AgentRegistrationTemp
Public Overridable Property AgentRegistrationTempId As Integer
Public Overridable Property ApplicationId As String
Public Overridable Property Company As String
Public Overridable Property EIN As String
Public Overridable Property FirstName As String
Public Overridable Property MiddleName As String
Public Overridable Property LastName As String
Public Overridable Property Address1 As String
Public Overridable Property Address2 As String
Public Overridable Property City As String
Public Overridable Property State As String
Public Overridable Property Zip As String
Public Overridable Property Email As String
Public Overridable Property HomePhone As String
Public Overridable Property CellPhone As String
Public Overridable Property WorkPhone As String
Public Overridable Property AgreeToDisclosures As Boolean
Public Overridable Property AgreeToDate As Date
Public Overridable Property PaidDate As Date
Public Overridable Property AgentNumber As String
Public Overridable Property Upline1Name As String
Public Overridable Property Upline1 As Integer
Public Overridable Property Upline2Name As String
Public Overridable Property Upline2 As Integer
Public Overridable Property RecruitedBy As String
Public Overridable Property CreatedDate As Date
Public Overridable Property DOB As Date?
Public Overridable Property SSN As String
Public Overridable Property Password As String
Public Overridable Property Upline1Percent As Decimal
Public Overridable Property Upline2Percent As Decimal
Public Overridable Property AgentId As Integer
Public Overridable Property AccountName As String
Public Overridable Property AccountType As String
Public Overridable Property AccountNumber As String
Public Overridable Property AccountRouting As String
Public Overridable Property w9_1 As String
Public Overridable Property w9_2 As String
Public Overridable Property w9_3_1 As String
Public Overridable Property w9_3_2 As String
Public Overridable Property w9_3_3 As String
Public Overridable Property w9_3_4 As String
Public Overridable Property w9_3_5 As String
Public Overridable Property w9_3_6 As String
Public Overridable Property w9_3_7 As String
Public Overridable Property w9_3_8 As String
Public Overridable Property w9_4_1 As String
Public Overridable Property w9_4_2 As String
Public Overridable Property w9_5 As String
Public Overridable Property w9_6 As String
Public Overridable Property w9_7 As String
Public Overridable Property IsSecurityLicensed As Boolean
Public Overridable Property SecurityLicense As String
Public Overridable Property Position As String
Public Overridable Property School As String
Public Overridable Property District As String
Public Overridable Property StoreName As String
End Class
Public Partial Class AgentStateLicense
Public Overridable Property AgentRegistrationTempId As Integer
Public Overridable Property State As String
Public Overridable Property LicenseNum As String
End Class
Public Partial Class QueueDefault
Public Overridable Property LocationId As Guid
Public Overridable Property Services As List(Of Guid) = New List(Of Guid)
End Class
End Namespace
End Namespace
VB.NET AgentContractRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
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/jsonl
Content-Type: text/jsonl
Content-Length: length
{"AgentContract":[{"AgentContractId":0,"AFAgreementReceivedDate":"0001-01-01T00:00:00.0000000","DirectDepositReceivedDate":"0001-01-01T00:00:00.0000000","DotNETCompleteDate":"0001-01-01T00:00:00.0000000","AssociateAppUploadedDate":"0001-01-01T00:00:00.0000000","LSWContractLinkSentDate":"0001-01-01T00:00:00.0000000","LSWContractDoneDate":"0001-01-01T00:00:00.0000000","LSWLifeAgentCode":"String","LSWAnnuityAgentCode":"String","LSWWebsiteUserId":"String","AMLCompletedDate":"0001-01-01T00:00:00.0000000","StateAnnuityTrainingCompletedDate":"0001-01-01T00:00:00.0000000","LSWProductTrainingCompletedDate":"0001-01-01T00:00:00.0000000","EOExpirationDate":"0001-01-01T00:00:00.0000000","SureLCLinkSentDate":"0001-01-01T00:00:00.0000000","AEContractDoneDate":"0001-01-01T00:00:00.0000000","AEAgentCode":"String","MGANorthAmericanContractSentDate":"0001-01-01T00:00:00.0000000","MGANorthAmericanAgentCode":"String","AmericoContractDoneDate":"0001-01-01T00:00:00.0000000","AmericoAgentCode":"String","MidlandContractDoneDate":"0001-01-01T00:00:00.0000000","MidlandAgentCode":"String","JacksonContractDoneDate":"0001-01-01T00:00:00.0000000","JacksonAgentCode":"String","VoyaContractDoneDate":"0001-01-01T00:00:00.0000000","VoyaAgentCode":"String","HoraceMannContractDoneDate":"0001-01-01T00:00:00.0000000","HoraceMannAgentCode":"String","GreatAmericanContractDoneDate":"0001-01-01T00:00:00.0000000","GreatAmericanAgentCode":"String","MutualOfOmahaContractDoneDate":"0001-01-01T00:00:00.0000000","MutualOfOmahaAgentCode":"String","AllanzContractDoneDate":"0001-01-01T00:00:00.0000000","AllanzAgentCode":"String","FGContractDoneDate":"0001-01-01T00:00:00.0000000","FGAgentCode":"String","ResidentLicenseState":"String","ResidentLicenseNumber":"String","ResidentLicenseExpirationDate":"0001-01-01T00:00:00.0000000","ContractingComplete":"0001-01-01T00:00:00.0000000","PackageMailed":"0001-01-01T00:00:00.0000000","TrackingNum":"String","ProtectiveContractDoneDate":"0001-01-01T00:00:00.0000000","ProtectiveCode":"String","AtheneContractDoneDate":"0001-01-01T00:00:00.0000000","AtheneCode":"String","ForestersContractDoneDate":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000","PaidDate":"0001-01-01T00:00:00.0000000","AgentNumber":"String","Upline1Name":"String","Upline1":0,"Upline2Name":"String","Upline2":0,"RecruitedBy":"String","CreatedDate":"0001-01-01T00:00:00.0000000","DOB":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000"}],"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-01T00:00:00.0000000","PaidDate":"0001-01-01T00:00:00.0000000","AgentNumber":"String","ReferringAgent":"String","PlacementAgent":"String","CreatedDate":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000","SSN":"String","Fax":"String","BusinessEmail":"String","ModifiedDate":"0001-01-01T00:00:00.0000000","ModifiedBy":"String","TimeZone":"String","LeaderLocked":false,"LastSubmittedBusinessDate":"0001-01-01T00:00:00.0000000","GracePeriodDate":"0001-01-01T00:00:00.0000000","Vested":false,"DirectPay":"0001-01-01T00:00:00.0000000","DirectPayApprBy":"String","FactFinderBilling":0,"FullName":"String","ByLastName":"String","IsSecurityLicensed":false,"IsEncompassAdmin":false,"ApiKey":"00000000000000000000000000000000","LastSessionId":"String","LastLogin":"0001-01-01T00:00:00.0000000","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/jsonl
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-01T00:00:00.0000000","DirectDepositReceivedDate":"0001-01-01T00:00:00.0000000","DotNETCompleteDate":"0001-01-01T00:00:00.0000000","AssociateAppUploadedDate":"0001-01-01T00:00:00.0000000","LSWContractLinkSentDate":"0001-01-01T00:00:00.0000000","LSWContractDoneDate":"0001-01-01T00:00:00.0000000","LSWLifeAgentCode":"String","LSWAnnuityAgentCode":"String","LSWWebsiteUserId":"String","AMLCompletedDate":"0001-01-01T00:00:00.0000000","StateAnnuityTrainingCompletedDate":"0001-01-01T00:00:00.0000000","LSWProductTrainingCompletedDate":"0001-01-01T00:00:00.0000000","EOExpirationDate":"0001-01-01T00:00:00.0000000","SureLCLinkSentDate":"0001-01-01T00:00:00.0000000","AEContractDoneDate":"0001-01-01T00:00:00.0000000","AEAgentCode":"String","MGANorthAmericanContractSentDate":"0001-01-01T00:00:00.0000000","MGANorthAmericanAgentCode":"String","AmericoContractDoneDate":"0001-01-01T00:00:00.0000000","AmericoAgentCode":"String","MidlandContractDoneDate":"0001-01-01T00:00:00.0000000","MidlandAgentCode":"String","JacksonContractDoneDate":"0001-01-01T00:00:00.0000000","JacksonAgentCode":"String","VoyaContractDoneDate":"0001-01-01T00:00:00.0000000","VoyaAgentCode":"String","HoraceMannContractDoneDate":"0001-01-01T00:00:00.0000000","HoraceMannAgentCode":"String","GreatAmericanContractDoneDate":"0001-01-01T00:00:00.0000000","GreatAmericanAgentCode":"String","MutualOfOmahaContractDoneDate":"0001-01-01T00:00:00.0000000","MutualOfOmahaAgentCode":"String","AllanzContractDoneDate":"0001-01-01T00:00:00.0000000","AllanzAgentCode":"String","FGContractDoneDate":"0001-01-01T00:00:00.0000000","FGAgentCode":"String","ResidentLicenseState":"String","ResidentLicenseNumber":"String","ResidentLicenseExpirationDate":"0001-01-01T00:00:00.0000000","ContractingComplete":"0001-01-01T00:00:00.0000000","PackageMailed":"0001-01-01T00:00:00.0000000","TrackingNum":"String","ProtectiveContractDoneDate":"0001-01-01T00:00:00.0000000","ProtectiveCode":"String","AtheneContractDoneDate":"0001-01-01T00:00:00.0000000","AtheneCode":"String","ForestersContractDoneDate":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000","PaidDate":"0001-01-01T00:00:00.0000000","AgentNumber":"String","Upline1Name":"String","Upline1":0,"Upline2Name":"String","Upline2":0,"RecruitedBy":"String","CreatedDate":"0001-01-01T00:00:00.0000000","DOB":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000"}],"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-01T00:00:00.0000000","PaidDate":"0001-01-01T00:00:00.0000000","AgentNumber":"String","ReferringAgent":"String","PlacementAgent":"String","CreatedDate":"0001-01-01T00:00:00.0000000","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-01T00:00:00.0000000","SSN":"String","Fax":"String","BusinessEmail":"String","ModifiedDate":"0001-01-01T00:00:00.0000000","ModifiedBy":"String","TimeZone":"String","LeaderLocked":false,"LastSubmittedBusinessDate":"0001-01-01T00:00:00.0000000","GracePeriodDate":"0001-01-01T00:00:00.0000000","Vested":false,"DirectPay":"0001-01-01T00:00:00.0000000","DirectPayApprBy":"String","FactFinderBilling":0,"FullName":"String","ByLastName":"String","IsSecurityLicensed":false,"IsEncompassAdmin":false,"ApiKey":"00000000000000000000000000000000","LastSessionId":"String","LastLogin":"0001-01-01T00:00:00.0000000","MfaActive":false,"RequireMFA":false,"SMSPhoneNumber":"String","VerifiedEmailStatus":false,"VerifiedCellPhoneStatus":false,"SchedulerUrl":"String","QueueDefaults":{"LocationId":"00000000000000000000000000000000","Services":["00000000000000000000000000000000"]},"Roles":["String"],"PasswordUpdated":false,"RestrictToSingleSession":false}]}