{
"data": {
"forms": [
{
"registration_content_id": "CCT_US_STATE_CEN_06_RST",
"jurisdiction_id": "JUR_US_STATE_CA",
"jurisdiction_name": "California",
"tax_type": "RST",
"portals": [
{
"portal_id": "PORTAL_CA_CDTFA",
"portal_name": "California Department of Tax and Fee Administration",
"portal_url": "https://onlineservices.cdtfa.ca.gov/",
"credential_fields": [
{
"credential_key": "username",
"credential_name": "Username",
"credential_type": "text",
"required": true,
"is_unique_per_registration": false,
"display_order": 1
},
{
"credential_key": "password",
"credential_name": "Password",
"credential_type": "password",
"required": true,
"is_unique_per_registration": false,
"display_order": 2
},
{
"credential_key": "security_question",
"credential_name": "Security Question Answer",
"credential_type": "text",
"required": true,
"is_unique_per_registration": false,
"display_order": 3
}
]
}
]
},
{
"registration_content_id": "CCT_US_STATE_CEN_48_RST",
"jurisdiction_id": "JUR_US_STATE_TX",
"jurisdiction_name": "Texas",
"tax_type": "RST",
"portals": [
{
"portal_id": "PORTAL_TX_COMPTROLLER",
"portal_name": "Texas Comptroller WebFile",
"portal_url": "https://comptroller.texas.gov/taxes/file-pay/",
"credential_fields": [
{
"credential_key": "taxpayer_number",
"credential_name": "Taxpayer Number",
"credential_type": "text",
"required": true,
"is_unique_per_registration": true,
"regex": "^[0-9]{11}$",
"display_order": 1
},
{
"credential_key": "webfile_number",
"credential_name": "WebFile Number",
"credential_type": "text",
"required": true,
"is_unique_per_registration": true,
"display_order": 2
}
]
}
]
}
]
}
}