Returns FFL License information based given input license values e.g. License #0-0-000-00-00-00000
Header | Data Type | Valid Values | Required | Description |
---|---|---|---|---|
Content-Type | string | application/json | YES | The format your data will be sent to our site. |
X-DevKey | string | string | YES | The devkey assigned to the developer. |
NOTE: Variables to place in the query string of the request.
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
Region | string | 0-9 (1-character) | The 1-character Region part of the FFL license i.e. 9-XX-XXX-XX-XX-XXXXX |
District | string | 0-9 (2-characters) | The 2-character District part of the FFL license i.e. X-99-XXX-XX-XX-XXXXX |
Sequence | string | 0-9 (5-characters) | The 5-character Sequence Number part of the FFL license i.e. X-XX-XXX-XX-XX-99999 |
If there are no errors with the input parameters, this call will respond with a 200 OK
and the following data as serialized JSON
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
EmailAddress | string | Alphanumeric (200-character max) | The FFL E-Mail Address, if available |
LicenseNumber | string | Alphanumeric | FFL License Number |
LicenseType | decimal | Number | FFL License Type |
LicenseExpiration | DateTime | Valid DateTime | The FFL expiration date |
LicenseeName | string | Alphanumeric (32-character max) | FFL Licensee name |
Business Name | string | Alphanumeric (32-character max) | The FFL DBA Name |
PremiseAddress | string | Alphanumeric (32-character max) | The FFL Business Address |
PremiseCity | string | Letters (30-character max) | The FFL Business City |
PremiseState | string | Letters (2-character max) | The FFL Business State |
PremiseZip | string | Numbers with/without hyphens (12-character max) | The FFL Business zip code |
Phone | string | Alphanumeric (20-character max) | The FFL Phone Number |
EFFLUrl | string | URL | The FFL electronic license URL |