Skip to content

Commit

Permalink
feat(generic bpm): #387 Gate API: Create input endpoints for generic …
Browse files Browse the repository at this point in the history
…business partners

- Comments from the review incorporated
  • Loading branch information
rainer-exxcellent committed Sep 7, 2023
1 parent 1a189c0 commit 5b3eca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.eclipse.tractusx.bpdm.common.dto.ClassificationDto
import org.eclipse.tractusx.bpdm.gate.api.model.*


@Schema(name = "BusinessPartnerInputDto", description = "Generic business partner with external id", requiredProperties = ["externalId", "postalAddress"])
@Schema(description = "Generic business partner with external id", requiredProperties = ["externalId", "postalAddress"])
data class BusinessPartnerInputRequest(
override val externalId: String,
override val nameParts: List<String> = emptyList(),
Expand Down

0 comments on commit 5b3eca5

Please sign in to comment.