Search professionals
Scope: | search_professionals |
App Type: | Citizen |
Authorization Type: | No authorization required |
Url: | /v3p/search/professionals/ |
HTTP Method: | POST |
Request Information
Parameters
application/json
{ "comment": "string", "acaPermission": "string", "licenseType": { "value": "string" }, "workerCompensationExpirationDate": "2014-01-01", "contractorLicenseNumber": 12345678, "businessLicenseExpirationDate": "2014-01-01", "businessName2": "string", "ivrUserNumber": 12345678, "lastRenewalDate": "2014-01-01", "socialSecurityNumber": "string", "typeFlag": "string", "salutation": { "value": "string" }, "licenseStatus": "string", "federalEmployerId": "string", "id": 12345678, "suffix": "string", "city": "string", "licenseNumber": "string", "middleName": "string", "originalIssueDate": "2014-01-01", "insuranceExpirationDate": "2014-01-01", "faxCountryCode": "string", "state": { "value": "string" }, "insurancePolicyNumber": "string", "phone3": "string", "postalCode": "string", "email": "string", "postOfficeBox": "string", "phone3CountryCode": "string", "fax": "string", "phone1": "string", "phone2": "string", "address1": "string", "address2": "string", "address3": "string", "licenseState": "string", "insuranceCompany": "string", "phone1CountryCode": "string", "birthDate": "2014-01-01", "phone2CountryCode": "string", "licenseIssueDate": "2014-01-01", "firstName": "string", "serviceProviderCode": "string", "gender": { "value": "string" }, "licensingBoard": { "value": "string" }, "lastName": "string", "workerCompensationPolicyNumber": "string", "licenseExpirationDate": "2014-01-01", "contractorBusinessName": "string", "businessLicense": "string", "workerInsuranceCompanyCode": "string", "businessName": "string", "title": "string", "country": { "value": "string" }, "workerCompensationExemption": "string", "insuranceAmount": 1234.56 }
Response Information
application/json
{ "result": [ { "comment": "string", "acaPermission": "string", "licenseType": { "text": "string", "value": "string" }, "workerCompensationExpirationDate": "2014-01-01", "contractorLicenseNumber": 12345678, "businessLicenseExpirationDate": "2014-01-01", "businessName2": "string", "ivrUserNumber": 12345678, "lastRenewalDate": "2014-01-01", "socialSecurityNumber": "string", "typeFlag": "string", "salutation": { "text": "string", "value": "string" }, "licenseStatus": "string", "federalEmployerId": "string", "id": 12345678, "suffix": "string", "city": "string", "licenseNumber": "string", "middleName": "string", "originalIssueDate": "2014-01-01", "insuranceExpirationDate": "2014-01-01", "faxCountryCode": "string", "state": { "text": "string", "value": "string" }, "insurancePolicyNumber": "string", "phone3": "string", "postalCode": "string", "email": "string", "postOfficeBox": "string", "phone3CountryCode": "string", "fax": "string", "phone1": "string", "phone2": "string", "address1": "string", "address2": "string", "address3": "string", "licenseState": "string", "insuranceCompany": "string", "phone1CountryCode": "string", "birthDate": "2014-01-01", "phone2CountryCode": "string", "licenseIssueDate": "2014-01-01", "firstName": "string", "serviceProviderCode": "string", "gender": { "text": "string", "value": "string" }, "licensingBoard": { "text": "string", "value": "string" }, "lastName": "string", "workerCompensationPolicyNumber": "string", "licenseExpirationDate": "2014-01-01", "contractorBusinessName": "string", "businessLicense": "string", "workerInsuranceCompanyCode": "string", "businessName": "string", "title": "string", "country": { "text": "string", "value": "string" }, "workerCompensationExemption": "string", "insuranceAmount": 1234.56 } ] }