POST v1/api/GetALPSScore?caseId={caseId}
Retrieve ALPS Score
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId |
(optional - but recommended) a unique identifier to both group calls, and to tie a Case to an Agency. |
string |
None. |
Body Parameters
GetALPSScoreRequestDto
GetALPSScoreRequestDtoName | Description | Type | Additional information |
---|---|---|---|
ProductId | string |
Required |
|
LeadReferenceId | string |
None. |
|
FirstName | string |
None. |
|
MiddleName | string |
None. |
|
LastName | string |
None. |
|
Gender | GenderEnum |
None. |
|
BirthDate | date |
None. |
|
Age | integer |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Name | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
Address3 | string |
None. |
|
City | string |
None. |
|
State | StateCodeEnum |
None. |
|
PostalCode | string |
None. |
|
Country | CountryCodeEnum |
None. |
Response Information
Resource Description
GetALPSScoreResponseDto
GetALPSScoreResponseDtoName | Description | Type | Additional information |
---|---|---|---|
ALPSScore | integer |
None. |
|
LeadReferenceId | string |
None. |