New Registrations
Get required information for new registrations
GET
/
registrations
/
new-registration
/
fields
This endpoint returns a complex nested object which can be processed to generate a web form. The end user should fill out the web form to provide information necessary for Commenda to offer a new sales tax registration. See more details here.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
country
string
requiredISO 3166 2-letter country code. Ex: US, IN, GB.
state
string
required2-letter code for each state. Suffix of the ISO 3166-2 code. Ex: CA, NY, TX.
Response
200 - application/json
description
string
data
object[]
message
string