Skip to content

Producer Search (v1)

Download OpenAPI description
Languages
Servers
Mock server
https://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/

ProducerSearch

Operations

/producersearch/v1/agents/search

Request

Body
AffiliatedAgencyFeinstring or null<= 11 characters((\(\d{9}\)|\d{2}[\-]?\d{7}))
AllProfilesstringnon-emptyrequired
FirstNamestring or null<= 80 characters
IdentifierTypestring or null
IdentifierValuestring or null
LastNamestring or null<= 80 characters
RequesterIdentifierTypestring or null
RequesterIdentifierValuestring or null
curl -i -X POST \
  https://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/producersearch/v1/agents/search \
  -H 'Content-Type: application/xml' \
  -d '<root>
    <AffiliatedAgencyFein>string</AffiliatedAgencyFein>
    <AllProfiles>string</AllProfiles>
    <FirstName>string</FirstName>
    <IdentifierType>string</IdentifierType>
    <IdentifierValue>string</IdentifierValue>
    <LastName>string</LastName>
    <RequesterIdentifierType>string</RequesterIdentifierType>
    <RequesterIdentifierValue>string</RequesterIdentifierValue>
  </root>
  '

Responses

OK

Body
AccountIdinteger(int64)
AgentProfilesArray of objects or null(AgentProfileSearchResult)
IdentifierTypestring or null
IdentifierValuestring or null
Response
<root>
  <AccountId>0</AccountId>
  <root>
    <Crd>string</Crd>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <MiddleName>string</MiddleName>
    <Npn>string</Npn>
    <ProfileKey>string</ProfileKey>
    <ProfileStatus>string</ProfileStatus>
    <Suffix>string</Suffix>
  </root>
  <IdentifierType>string</IdentifierType>
  <IdentifierValue>string</IdentifierValue>
</root>

/producersearch/v1/agencies/search

Request

Body
AgencyNamestring or null<= 80 characters
AllProfilesstringnon-emptyrequired
IdentifierTypestring or null
IdentifierValuestring or null
RequesterIdentifierTypestring or null
RequesterIdentifierValuestring or null
curl -i -X POST \
  https://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/producersearch/v1/agencies/search \
  -H 'Content-Type: application/xml' \
  -d '<root>
    <AgencyName>string</AgencyName>
    <AllProfiles>string</AllProfiles>
    <IdentifierType>string</IdentifierType>
    <IdentifierValue>string</IdentifierValue>
    <RequesterIdentifierType>string</RequesterIdentifierType>
    <RequesterIdentifierValue>string</RequesterIdentifierValue>
  </root>
  '

Responses

OK

Body
AccountIdinteger(int64)
AgencyProfilesArray of objects or null(AgencyProfileSearchResult)
IdentifierTypestring or null
IdentifierValuestring or null
Response
<root>
  <AccountId>0</AccountId>
  <root>
    <Address>
      <AddressLine1>string</AddressLine1>
      <AddressLine2>string</AddressLine2>
      <AddressType>string</AddressType>
      <City>string</City>
      <Country>string</Country>
      <State>string</State>
      <Zip>string</Zip>
    </Address>
    <AgencyName>string</AgencyName>
    <Crd>string</Crd>
    <Fein>string</Fein>
    <Npn>string</Npn>
    <ProfileKey>string</ProfileKey>
    <ProfileStatus>string</ProfileStatus>
  </root>
  <IdentifierType>string</IdentifierType>
  <IdentifierValue>string</IdentifierValue>
</root>