Bombshell Agency Platform Service

<back to all web services

UpdateAgentContractRequest

The following routes are available for this service:
PUT,OPTIONS/v1/AgentContract

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/UpdateAgentContractRequest HTTP/1.1 
Host: testapi3.teamifg.com 
Content-Type: text/jsv
Content-Length: length

{
	AgentContract: 
	{
		AgentContractId: 0,
		ResidentLicenseState: String,
		ResidentLicenseNumber: String,
		ResidentLicenseExpirationDate: 0001-01-01,
		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,
			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,
			CreatedDate: 0001-01-01,
			DOB: 0001-01-01,
			SSN: 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
		},
		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,
		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,
		iDecideUserId: 0,
		AgentTypeId: 0,
		AgentType: String,
		IsLeadership: False,
		EBShares: 0,
		ABShares: 0,
		DirectPayPercentage: 0,
		InactiveAgentBalanceForward: 0,
		TeleSalesBonusOptionId: 0,
		FullName: String,
		ByLastName: String
	}
}
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
			}
		]
	}
}