GET v1/Config/LOBConfig?configName={configName}&LineOfBusiness={LineOfBusiness}&StateCode={StateCode}&UnderwritingCompany={UnderwritingCompany}

Retrieve LOB Configuration

Request Information

URI Parameters

NameDescriptionTypeAdditional information
configName

string

Required

LineOfBusiness

string

Required

StateCode

string

Required

UnderwritingCompany

string

Required

Body Parameters

None.

Response Information

Resource Description

ConfigOutboundDTO
NameDescriptionTypeAdditional information
Name

string

None.

Description

string

None.

Type

string

None.

Value

Object

None.

WarningMessages

List of warning messages encountered while servicing request

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Description": "sample string 2",
  "Type": "sample string 3",
  "Value": {}
}

application/xml, text/xml

Sample:
<ConfigOutboundDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCApi.Models.Outbound">
  <Id>5</Id>
  <Description>sample string 2</Description>
  <Name>sample string 1</Name>
  <Type>sample string 3</Type>
  <Value />
</ConfigOutboundDTO>