Bombshell Agency Platform Service

<back to all web services

ContactVerificationAndDetailsRequest

The following routes are available for this service:
GET/v1/ContactContest/ContactVerificationAndDetails/{AgentUserId}/{ContactUserId}/{PolicyAssociateId}

To override the Content-type in your clients 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.

POST /jsv/reply/ContactVerificationAndDetailsRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/jsv
Content-Length: length

{
	AgentUserId: 00000000000000000000000000000000,
	ContactUserId: 00000000000000000000000000000000,
	PolicyAssociateId: 00000000000000000000000000000000
}
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
			}
		]
	},
	VerifiedBusiness: False,
	ContestEntered: False,
	AgentDetails: 
	{
		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,
		BusinessEmail: String,
		HomePhone: String,
		CellPhone: String,
		WorkPhone: String,
		InsLicensed: False,
		AgreeToDisclosures: False,
		AgreeToDate: 0001-01-01,
		PaidDate: 0001-01-01,
		AgentNumber: String,
		AccountTypeId: 0,
		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,
		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,
		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,
		IsSecurityLicensed: False,
		ProfilePicture: String,
		MailingAddress1: String,
		MailingAddress2: String,
		MailingCity: String,
		MailingState: String,
		MailingZip: String,
		RegistrationRequirementMet: False,
		AgentNPN: String,
		LicenseType: String,
		EBShares: 0,
		ABShares: 0,
		AgentTypeId: 0,
		StartDate: 0001-01-01,
		PartnerID: 0
	},
	ContactDetails: 
	{
		ContactId: 0,
		ContactType: 0,
		FirstName: String,
		LastName: String,
		Title: String,
		EmailWork: String,
		EmailPersonal: String,
		District: String,
		DistrictID: 0,
		School: String,
		SchoolID: 0,
		State: String,
		StateName: String,
		StateID: 0,
		CountyID: 0,
		County: String,
		Phone: String,
		Department: String,
		Flow: String,
		LastContact: 0001-01-01,
		DoNotContact: False,
		AgentId: 0,
		PhoneAlt: String,
		PeraContactId: 0,
		RoomNumber: String,
		SourceTypeId: 0,
		SourceTypeDesc: String,
		SourceNote: String,
		ContactStatusId: 0,
		ContactStatusDesc: String,
		SSN: String,
		DateOfBirth: 0001-01-01,
		Deleted: False,
		IsShared: False,
		SharedWithAgent: String,
		address_line1: String,
		address_city: String,
		address_state: String,
		address_zip: String,
		DeletedBy: String,
		DeletedDateTimeUtc: 0001-01-01,
		HasNBC: False,
		HasFactFinderSheet: False,
		MiddleInitial: String,
		Tags: String,
		DateCreated: 0001-01-01,
		PhoneLabel: String,
		AltPhoneLabel: String,
		Carriers: String,
		ContactImage: String,
		CompanyAffiliation: String,
		AdditionalInformation: String,
		HasGiftCard: False,
		ContactCategory: 0,
		WritingAgentId: 0,
		WritingAgentName: String,
		MaritalStatus: String,
		TotalDebtAmount: 0,
		NumberOfDebtAccounts: 0,
		ModifiedByUserId: 00000000000000000000000000000000,
		ModifiedDate: 0001-01-01,
		ModifiedAction: String,
		SourceOfModification: String,
		FactFinderCodeId: 0,
		ContactGUID: 00000000000000000000000000000000,
		Licensed: False,
		OutstandContactId: 0,
		Licenses: 
		[
			{
				Id: 0,
				AgentId: 0,
				ContactId: 0,
				AgentRegistrationTempId: 0,
				LicenseTypeId: 0,
				SecurityLicenseTypeId: 0,
				LicenseTypeName: String,
				SecuritiesLicenseTypeName: String,
				LicenseState: String,
				LicenseNumber: String,
				Temporary: False,
				DateCreated: 0001-01-01,
				DateModified: 0001-01-01,
				DateAcquired: 0001-01-01,
				ExpirationDate: 0001-01-01,
				IsResident: False
			}
		],
		ActivityIds: 
		[
			0
		],
		Policies: {},
		TagList: {},
		NextAppointmentDate: 0001-01-01
	}
}