Class GeefOndernemingRequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.CompanyMagdaRequest
be.vlaanderen.vip.magda.client.diensten.GeefOndernemingRequest
A request to a "GeefOnderneming" MAGDA service, which provides company information.
Adds the following fields to the
CompanyMagdaRequest:
- includeBasicData: optional, specify whether to include the 'basic' company data or not: status, juridical forms, names, addresses,...
- includeJuridicalSituations: optional, specify whether to include the juridical situations or not.
- includeActivities: optional, specify whether to include the activities or not.
- includeEstablishments: optional, specify whether to include the 'basic' establishments data or not.
- includeEstablishmentsDetails: optional, specify whether to include the 'detailed' establishments data or not.
- includeDescriptions: optional, specify whether to include the descriptions of specific codes or not.
- startDate: optional, enables searching for data within a specific time range, starting from this date.
- endDate: optional, enables searching for data within a specific time range, with an end date set to this date.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected voidfillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) Methods inherited from class be.vlaanderen.vip.magda.client.diensten.CompanyMagdaRequest
getSubjectMethods inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
fillInCommonFields, toMagdaDocument, toMagdaDocument
-
Method Details
-
builder
-
magdaServiceIdentification
- Specified by:
magdaServiceIdentificationin classMagdaRequest
-
fillIn
protected void fillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) - Specified by:
fillInin classMagdaRequest
-