Update a Registration

Learn about updating a registration.

Update a registration

EndpointMethodKey valueRequired fields
/config/v2/registrations/{id}PUTidid, registeredJurisdiction, owningPartyId, startDate

This request updates a registration configuration. All elements are replaced.

Sample request - Update registration

{
  "registeredJurisdiction": {
    "parentCountry": "string",
    "parentMainDivision": "string",
    "name": "string",
    "vertexJurisdictionId": 0,
    "type": "STATE",
    "level": "MAIN_DIVISION",
    "startDate": "2021-01-01",
    "endDate": "2021-12-01"
  },
  "owningPartyId": "123e4567-e89b-12d3-a456-426614174000",
  "owningPartyType": "TAXPAYER",
  "startDate": "2021-01-01",
  "endDate": "2021-12-01",
  "registrationType": "VAT_REGISTRATION",
  "registrationNumber": "string",
  "physicalPresence": false,
  "filingCurrencyIsoCode": "str"
}