NodeRingsDocs

Expire Connect Tax Registration

POST
/v1/provider/connect/tax-registrations/{id}/expire
Authorization<token>

Bearer token

In: header

X-Organization-ID<token>

Tenant or organization identifier

In: header

Path Parameters

idstring

Response Body

application/json

curl -X POST "https://api.noderings.com/v1/provider/connect/tax-registrations/{id}/expire" \  -H "Authorization: Bearer {your_token}" \  -H "X-Organization-ID: {your_org_id}" \  -H "Content-Type: application/json" \  -d 'null'
{
  "registration": {
    "id": "string",
    "country": "string",
    "state": "string",
    "status": "string",
    "registrationType": "string",
    "activeFrom": "string",
    "expiresAt": "string"
  }
}