Filing State (Two-Letter State Code).
Producer Transaction (v1)
- application/json
- application/xml
LOA (License of Authority) Type (M - Major, L – Limited Lines).
Client Order Number is a unique reference number for each record that is sent by the client.
Xchange User ID assigned to Licensing Center users by RegEd.
Sponsoring Company’s FEIN. Required if SponsoringCompany is provided
Insurer’s City of Domicile (City of Incorporation)
Effective Date of Appointment or Appointment Termination
Insurer’s NAIC Number. Required if SponsoringCompany is provided
Possible multiple occurrence of Line of Authority in a single transaction
Is the filing state the Applicant’s resident state? (Y/N)
Agency Applicant’s Resident State Abbreviation (2-letter state code)
Name of the Sponsoring Insurance Company
Applicants County Code in Florida for non-residents
Applicants County Code in Florida for residents
- Mock serverhttps://developer.reged.com/_mock/apis/producer-transaction/openapi/producertransaction/v1/order
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.reged.com/_mock/apis/producer-transaction/openapi/producertransaction/v1/order \
-H 'Content-Type: application/json' \
-d '{
"tlq": {
"juris": "FL",
"pType": "I",
"fType": "A",
"lType": "M",
"clientOrderNum": "ClientOrderNumber",
"userId": "UserId",
"filingMode": "E"
},
"data": {
"firstName": "FirstName",
"lastName": "LastName",
"middleInitial": "Mr.",
"middleName": "MiddleName",
"taxId": "123456789",
"dateOfBirth": "09/04/1985",
"niprNoReq": "NPNCode",
"currentResidenceAddress": {
"cResidenceAddress": "Current residence addr 1",
"cResidenceAddress2": "Current residence addr 2",
"cResidenceAddressCity": "Current Residence City",
"cResidenceAddressState": "NY",
"cResidenceAddressZip": "12345-6789",
"cResidencePhone": "5555555555"
},
"businessAddress": {
"businessAddressCity": "Business City",
"businessAddressLine1": "Business address line 1",
"businessAddressLine2": "Business address line 2",
"businessAddressState": "NY",
"businessAddressZip": "12345-6788",
"businessPhone": "5555555554"
},
"mailingAddress": {
"mailAddress1": "Mailing address 1",
"mailAddress2": "Mailing address 2",
"mailCity": "Mailing city",
"mailState": "NY",
"mailZip": "12345-6787"
},
"insurerLicenseDetails": {
"insurersLicenseNumber": "InsurersLicenseNumber",
"insLicState": "NY"
},
"insurerDetails": {
"insurerCity": "Insurer city",
"insurerPhone": "5555555553",
"insurerState": "NY",
"insurerStreet1": "Insurer street 1",
"insurerStreet2": "Insurer street 2",
"insurerZip": "12345-6786"
},
"licenseDetails": {
"licenseNumber": "LicenseNumber",
"licenseState": "NY"
},
"feinNumber": "123456788",
"cityDomicile": "Domicile city",
"insStateDomicile": "NY",
"dateEffective": "31/12/2027",
"naicNum": "12345",
"authorizedSignerDetails": {
"authorizedSignerFirstName": "SignerFirstName",
"authorizedSignerLastName": "SignerLastName",
"authorizedPersonCity": "Signer city",
"authorizedPersonPhone": "5555555552",
"authorizedPersonState": "NY",
"authorizedPersonStreet1": "Signer street",
"authorizedPersonTitle": "Signer title",
"authorizedPersonZip": "12345-6786",
"authorizedSignerName": "SignerName",
"authorizedSignerEmail": "signer@email.com"
},
"contactName": "Contact name",
"contactPhone": "5555555551",
"officerTitle": "Officer title",
"loa": [
"AIRCRAFT",
"HEALTH"
],
"domicile": {
"insStateDomicile": "State of incorporation"
},
"companyCodeDetails": {
"companyCodeState": "NY",
"companyCode": "CompanyCode"
},
"residentStateYN": "Y",
"residentStateText": "NY",
"ltp": "AGENT",
"ltpText": "NY",
"pinStateFeeDetails": {
"pinStateFee": "Fee amount",
"pinFeeState": "NY"
},
"sponsoringCompany": "Sponsoring company name",
"firmName": "Agency Applicant'\''s full company name",
"trm": "APPLICANT MOVED",
"termReasonText": "Termination reason",
"termCauseYN": "N",
"surplusLinesYn": "Y",
"floridaResCty": "AB",
"floridaCountyCode": "CD",
"appCodeFl": "1234",
"costCenter1": "Customer cost center 1",
"costCenter2": "Customer cost center 2"
}
}'{ "order": { "orderDetails": { … }, "itemDetails": { … } } }
- Mock serverhttps://developer.reged.com/_mock/apis/producer-transaction/openapi/producertransaction/v1/order/status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.reged.com/_mock/apis/producer-transaction/openapi/producertransaction/v1/order/status?order_num=string'{ "order": { "orderDetails": { … }, "itemDetails": { … } } }