Exemption Certificate Management

CertCapture RESTful APIs

LocationQuestionModel

Information about questions that the local jurisdictions require for each location

Parameters
idRequired
integer

The unique ID number of this location setting type

questionRequired
string

This is the prompt for this question

descriptionRequired
string

If additional information is available about the location setting, this contains descriptive text to help you identify the correct value to provide in this setting.

regularExpressionOptional
string

If available, this regular expression will verify that the input from the user is in the expected format.

exampleValueOptional
string

If available, this is an example value that you can demonstrate to the user to show what is expected.

jurisdictionNameOptional
string

Indicates which jurisdiction requires this question

jurisdictionTypeOptional
string

Indicates which type of jurisdiction requires this question

Enum: Country, State, County, City, Special
jurisdictionCountryOptional
string

Indicates the country that this jurisdiction belongs to

jurisdictionRegionOptional
string

Indicates the state, region, or province that this jurisdiction belongs to

helpTextOptional
string

Help and guidance for this specific question

maxLengthOptional
integer

Maximum length of the answer string

requiredOptional
boolean

True if this question must be answered for this filing calendar

dataTypeOptional
string

Data type of the answer

staticOptionsOptional
string
uniqueOptional
boolean