Class MobilityRegistrationRequest
java.lang.Object
be.vlaanderen.vip.magda.client.diensten.MobilityRegistrationRequest
A request to a "mobility/registrations" MAGDA REST service allows you to consult the registration details of a vehicle.
The following query parameters exist, all of which are optional
- plateNr: Query parameter for the license plate number, without whitespace or punctuation.
- plateUID: Query parameter for the unique identifier of the license object linked to a license plate. This identifier can be the result of other services.
- vin: Query parameter for the VIN (Vehicle Identification Number).
- unifier: Unique identifier of the license plate. This parameter should only be used in combination with the "vin" paramater.
- certificateId: Query parameter for the unique identifier of the certificate.
- nationalNr: Query parameter for the national registration number of a person.
- companyNr: Query parameter for the company number of a company.
- dateTime: Query parameter for the date on which the situation is queried in ISO-8601 format.
- transactionUID: Query parameter for the unique identification number of the transaction.
- pageSize: Query parameter for paging, for the amount of results per page.
- after: Query parameter for paging, after which result to return the amount as specified in pageSize.
- addressEnrichmentPerson: Query parameter to indicate which source to use to get the address details of the Titular, in the case it's a natural person. Possible values: "RR" (national registry) and "KSZ". If there's no need for enrichment with the address this parameter can be omitted.
- addressEnrichmentOrganization: Query parameter to indicate whether to fetch the address details of the Titular, in the case it's a company.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_REGISTRATION
- See Also:
-
-
Constructor Details
-
MobilityRegistrationRequest
public MobilityRegistrationRequest()
-
-
Method Details
-
getQueryParameters
-