OK
Producer Search (v1)
Download OpenAPI description
Languages
Servers
Mock server
https://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/
- Mock serverhttps://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/producersearch/v1/agents/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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>
'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>- Mock serverhttps://reged-developer-portal.redocly.app/_mock/apis/producer-search/openapi/producersearch/v1/agencies/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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>
'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>