Retrieve a Registration by ID
Learn about retrieving a registration by ID.
Retrieve a registration by ID
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/config/v2/registrations/{id} | GET | id | id |
This request retrieves a registration by id.
Sample response - Retrieve registration by ID
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
Updated 2 months ago