Retrieve information regarding transactions buyer or seller
GET/transaction/transaction-parties-information
Transaction Parties Information Endpoint
Overview
This API retrieves information of either the buyer or seller of a transaction.
It supports only batch downloads at the moment.
The API provides information about the buyer and sellers involved transactions and related metadata
This API is particularly useful for applications that requires information of the parties involved in a transaction, either buyer or seller. Additionally, it returns specific details about the individuals or entities involved in the transactions, such as their roles (e.g., buyer or seller), identification numbers, and other relevant personal or organizational data.
Example Requests
curl -X 'GET' \
'https://apis.propcloud.no/api/public/transaction/transaction-parties-information?batch-id=1' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
transferOfRegistryUnitRightId | Unique identifier for the transaction. The field is called RettsstiftelseId in Grunnboken with the Norwegian Mapping Authority | Unik identifikator for transaksjonen. Feltet heter RettsstiftelseId i Grunnboken hos Kartverket | Kartverket |
registryUnitRightShareId | Unique identifier for the registry unit right share. The field is called RegisterenhetsrettsandelId in Grunnboken with the Norwegian Mapping Authority | Unik identifikator for registerenhetsrettsandel. Feltet heter RegisterenhetsrettsandelId i Grunnboken hos Kartverket | Kartverket |
registryUnitRightId | Unique identifier for the registry unit right. The field is called RegisterenhetsrettId in Grunnboken with the Norwegian Mapping Authority | Unik identifikator for registerenhetsretten. Feltet heter RegisterenhetsrettId i Grunnboken hos Kartverket | Kartverket |
personId | Unique identifier for the person in Matrikkelen | Unik identifikator for personen i Matrikkelen | Kartverket |
personIdG | Unique identifier for the person in Grunnboken | Unik identifikator for personen i Grunnboken | Kartverket |
personNumber | For physical persons: 6 digit person number (birthdate), For companies: 9 digit organization number | For fysiske personer: 11-sifret personnummer, For selskaper: 9-sifret organisasjonsnummer | Kartverket |
ownerType | Type of owner, such as individual or company | Type eier, for eksempel fysisk person eller selskap | Kartverket |
type | Whether the person was a buyer or seller in the transaction | Om personen var kjoper eller selger i transaksjonen | Kartverket |
name | Full name of the buyer / seller | Fullt navn paa kjoper / selger | Kartverket |
numerator | Numerator part of the transaction. Numerator / denominator shows fraction transacted | Telleren i transaksjonen. Teller / nevner viser fraksjonen som er transaktert | Kartverket |
denominator | Denominator part of the transaction. Numerator / denominator shows fraction transacted | Nevneren i transaksjonen. Teller / nevner viser fraksjonen som er transaktert | Kartverket |
batchId | Unique identifier for the batch | Unik identifikator for batchen | PropCloud |
changeType | This field indicates whether the document is a new entry or an updated entry, based on the LEGAL_RIGHT_ID. It helps differentiate between newly added documents and those that have been modified. | Dette feltet indikerer om dokumentet er en ny oppføring eller en oppdatert oppføring, basert på LEGAL_RIGHT_ID. Det hjelper med å skille mellom nylig tilføyde dokumenter og de som har blitt modifisert. | PropCloud |
changeId | This field represents the position of the document in the collection, essentially indicating it as the n-1th document. | Dette feltet representerer posisjonen til dokumentet, og indikerer det som det n-te dokumentet. | PropCloud |
updatedOn | This timestamp field records the date and time when the data was uploaded to MongoDB. | Dette tidsstempelfeltet registrerer datoen og klokkeslettet når dataene ble lastet opp til MongoDB. | PropCloud |
date | The exact datetime of when was the document was issued | Dato og tidspunk dokumentet ble opprettet | Kartverket |
Request
Responses
- 200
- 422
Successful Response
Validation Error