From 72860275e32a7d0d76623ed3ed6c0251320406ef Mon Sep 17 00:00:00 2001 From: "Dhirender Singh (Cofinity-X)" <144212607+dhiren-singh-007@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:01:01 +0200 Subject: [PATCH] fix(BPDM): fixed the request structure of BPDM api (#928) Reviewed-By: Phil Schneider Refs: #927 --- src/externalsystems/Bpdm.Library/Models/BpdmLegalEntityData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/externalsystems/Bpdm.Library/Models/BpdmLegalEntityData.cs b/src/externalsystems/Bpdm.Library/Models/BpdmLegalEntityData.cs index 9023eae207..97d302b667 100644 --- a/src/externalsystems/Bpdm.Library/Models/BpdmLegalEntityData.cs +++ b/src/externalsystems/Bpdm.Library/Models/BpdmLegalEntityData.cs @@ -111,5 +111,5 @@ public record BpdmLegalEntityData( BpdmLegalEntity LegalEntity, BpdmSite? Site, BpdmAddress Address, - bool OwnCompanyData + bool IsOwnCompanyData );