From 60215e4321f3e1c364cf04834cc7e07501aa99a2 Mon Sep 17 00:00:00 2001 From: Johannes Haukland <42615991+HauklandJ@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:49:19 +0100 Subject: [PATCH] add org test data with valid org nr (#129) --- testdata/Register/Org/043871668.json | 16 ++++++++++++++++ testdata/Register/Party/500004.json | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 testdata/Register/Org/043871668.json create mode 100644 testdata/Register/Party/500004.json diff --git a/testdata/Register/Org/043871668.json b/testdata/Register/Org/043871668.json new file mode 100644 index 00000000..f8aa0411 --- /dev/null +++ b/testdata/Register/Org/043871668.json @@ -0,0 +1,16 @@ +{ + "OrgNumber": "043871668", + "Name": "Skog og Fjell Consulting", + "UnitType": "AS", + "TelephoneNumber": "12345678", + "MobileNumber": "92011000", + "FaxNumber": "92110100", + "EMailAddress": "epost@fjellet.no", + "InternetAddress": "http://fjellbrl.no", + "MailingAddress": "Sofies Gate 21", + "MailingPostalCode": "0170", + "MailingPostalCity": "Oslo", + "BusinessAddress": "Sofies Gate 21", + "BusinessPostalCode": "0170", + "BusinessPostalCity": "By" +} \ No newline at end of file diff --git a/testdata/Register/Party/500004.json b/testdata/Register/Party/500004.json new file mode 100644 index 00000000..a0162cce --- /dev/null +++ b/testdata/Register/Party/500004.json @@ -0,0 +1,13 @@ +{ + "partyId": "500004", + "partyTypeName": 2, + "orgNumber": "043871668", + "ssn": null, + "unitType": "BEDR", + "name": "Skog og Fjell Consulting", + "isDeleted": false, + "onlyHierarchyElementWithNoAccess": false, + "person": null, + "organisation": null, + "childParties": null +} \ No newline at end of file