GET v1/api/GetAuwDictionaryNames?caseId={caseId}
Get a list of all the valid Underwrting dictionary names
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
None.
Request Formats
application/json
Sample:
REQUEST { "GET REQUEST": "NO INPUT" }
Response Information
Resource Description
dictionaryName | Description | Type | Additional information |
---|---|---|---|
systemdetails | systemdetails |
None. |
|
phrases | Collection of phrase |
None. |
Response Formats
application/json
Sample:
RESPONSE { "systemdetails": {}, "phrases": [ { "value": " BeneficiaryType " }, { "value": " Countries " }, { "value": " CountriesOfResidence " }, { "value": " CountriesOfTravel " }, { "value": " CurrencyCode " }, { "value": " Gender " }, { "value": " impairments " }, { "value": " LifeRoles " }, { "value": " LifeTypes " }, { "value": " MaritalStatus " }, { "value": " NAStateProvince " }, { "value": " Occupations " }, { "value": " OwnerType " }, { "value": " ProductCodes " }, { "value": " QuotedRateClass " }, { "value": " Relationship " }, { "value": " SalesChannel " }, { "value": " Sports " }, { "value": " TobaccoConsumption " }, { "value": " TobaccoDuration " }, { "value": " TobaccoFrequency " }, { "value": " UnderwritingRegion " }, { "value": " YesNo " } ] }