Create Connect Tax Registration
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
country?string
state?string
registrationType?string
Response Body
application/json
curl -X POST "https://api.noderings.com/v1/provider/connect/tax-registrations" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}" \ -H "Content-Type: application/json" \ -d '{ "country": "string", "state": "string", "registrationType": "string"}'{
"registration": {
"id": "string",
"country": "string",
"state": "string",
"status": "string",
"registrationType": "string",
"activeFrom": "string",
"expiresAt": "string"
}
}