BootView WebApi

<back to all web services

GetReleaseEligibility

The following routes are available for this service:
GET/releaseeligibility/{id}Gets the release eligibility status of a given Boot Collection Attempt.
GetReleaseEligibility Parameters:
NameParameterData TypeRequiredDescription
IdpathGuidYesThe unique boot collection attempt Id.
TypequeryEligibilityTypeNoSelfRelease | AssistedRelease. Defaults to SelfRelease if not provided.
EligibilityType Enum:
Unkown
Notice
Boot
Tow
SelfRelease
AssistedRelease
CustomerPolicyResult Parameters:
NameParameterData TypeRequiredDescription
AggregatorformEligibilityRuleSetAggregatorNo
IsEligibleformboolNo
OverrideformPolicyOverrideNo
RuleResultsformList<RuleResult>No
RuleSetResultsformList<CustomerPolicyResult>No
EligibilityRuleSetAggregator Enum:
Unknown
All
Any
None
PolicyOverride Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
CollectionAttemptIdformGuidNo
DateCreatedformDateTimeNo
EligibilityTypeformEligibilityTypeNo
OverrideReasonIdformintNo
PolicyIdformintNo
ShouldPassformboolNo
UserIdformGuidNo
RuleResult Parameters:
NameParameterData TypeRequiredDescription
RuleformRuleNo
IsEligibleformboolNo
Rule Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
DescriptionformstringNo
RuleTypeformstringNo
RuleDataformRuleDataNo
RuleData Parameters:
NameParameterData TypeRequiredDescription
AlertTypeIdformint?No
AmountDueThresholdformdecimal?No
AmountPaidThresholdformdecimal?No
BillTypeIdformint?No
DocumentProofTypeIdformint?No
RuleTypeIdformintNo
RuleSetIdformintNo
LicenseStateformstringNo

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.

GET /releaseeligibility/{id} HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	aggregator: Unknown,
	isEligible: False,
	override: 
	{
		id: 0,
		collectionAttemptId: 00000000000000000000000000000000,
		dateCreated: 0001-01-01,
		eligibilityType: Unkown,
		overrideReasonId: 0,
		policyId: 0,
		shouldPass: False,
		userId: 00000000000000000000000000000000
	},
	ruleResults: 
	[
		{
			rule: 
			{
				id: 0,
				description: String,
				ruleType: String,
				ruleData: 
				{
					alertTypeId: 0,
					amountDueThreshold: 0,
					amountPaidThreshold: 0,
					billTypeId: 0,
					documentProofTypeId: 0,
					ruleTypeId: 0,
					ruleSetId: 0,
					licenseState: String
				}
			},
			isEligible: False
		}
	],
	ruleSetResults: 
	[
		{
			aggregator: Unknown,
			isEligible: False,
			override: 
			{
				id: 0,
				collectionAttemptId: 00000000000000000000000000000000,
				dateCreated: 0001-01-01,
				eligibilityType: Unkown,
				overrideReasonId: 0,
				policyId: 0,
				shouldPass: False,
				userId: 00000000000000000000000000000000
			},
			ruleResults: 
			[
				{
					rule: 
					{
						id: 0,
						description: String,
						ruleType: String,
						ruleData: 
						{
							alertTypeId: 0,
							amountDueThreshold: 0,
							amountPaidThreshold: 0,
							billTypeId: 0,
							documentProofTypeId: 0,
							ruleTypeId: 0,
							ruleSetId: 0,
							licenseState: String
						}
					},
					isEligible: False
				}
			],
			ruleSetResults: 
			[
				{
					aggregator: Unknown,
					isEligible: False,
					override: 
					{
						id: 0,
						collectionAttemptId: 00000000000000000000000000000000,
						dateCreated: 0001-01-01,
						eligibilityType: Unkown,
						overrideReasonId: 0,
						policyId: 0,
						shouldPass: False,
						userId: 00000000000000000000000000000000
					},
					ruleResults: 
					[
						{
							rule: 
							{
								id: 0,
								description: String,
								ruleType: String,
								ruleData: 
								{
									alertTypeId: 0,
									amountDueThreshold: 0,
									amountPaidThreshold: 0,
									billTypeId: 0,
									documentProofTypeId: 0,
									ruleTypeId: 0,
									ruleSetId: 0,
									licenseState: String
								}
							},
							isEligible: False
						}
					],
					ruleSetResults: 
					[
						{
							aggregator: Unknown,
							isEligible: False,
							override: 
							{
								id: 0,
								collectionAttemptId: 00000000000000000000000000000000,
								dateCreated: 0001-01-01,
								eligibilityType: Unkown,
								overrideReasonId: 0,
								policyId: 0,
								shouldPass: False,
								userId: 00000000000000000000000000000000
							},
							ruleResults: 
							[
								{
									rule: 
									{
										id: 0,
										description: String,
										ruleType: String,
										ruleData: 
										{
											alertTypeId: 0,
											amountDueThreshold: 0,
											amountPaidThreshold: 0,
											billTypeId: 0,
											documentProofTypeId: 0,
											ruleTypeId: 0,
											ruleSetId: 0,
											licenseState: String
										}
									},
									isEligible: False
								}
							]
						}
					]
				}
			]
		}
	]
}