From cea1e3506ae2e2bae27015971bdc432f65ca211c Mon Sep 17 00:00:00 2001 From: rschneider <97682836+rainer-exxcellent@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:54:40 +0200 Subject: [PATCH] feat(generic bpm): #384 Gate API: Create input endpoints for generic business partners - Comments from the review incorporated --- .../tractusx/bpdm/gate/api/model/IBaseBusinessPartnerInputDto.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/bpdm-gate-api/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/api/model/IBaseBusinessPartnerInputDto.kt b/bpdm-gate-api/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/api/model/IBaseBusinessPartnerInputDto.kt index bcb049b5e..bb98cc013 100644 --- a/bpdm-gate-api/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/api/model/IBaseBusinessPartnerInputDto.kt +++ b/bpdm-gate-api/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/api/model/IBaseBusinessPartnerInputDto.kt @@ -24,6 +24,7 @@ import io.swagger.v3.oas.annotations.media.Schema import org.eclipse.tractusx.bpdm.common.dto.ClassificationDto import org.eclipse.tractusx.bpdm.common.dto.openapidescription.CommonDescription + interface IBaseBusinessPartnerInputDto { @get:Schema(description = CommonDescription.externalId)