Skip to content

Commit

Permalink
add org test data with valid org nr (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
HauklandJ authored Nov 27, 2024
1 parent d7dc726 commit 60215e4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testdata/Register/Org/043871668.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"OrgNumber": "043871668",
"Name": "Skog og Fjell Consulting",
"UnitType": "AS",
"TelephoneNumber": "12345678",
"MobileNumber": "92011000",
"FaxNumber": "92110100",
"EMailAddress": "[email protected]",
"InternetAddress": "http://fjellbrl.no",
"MailingAddress": "Sofies Gate 21",
"MailingPostalCode": "0170",
"MailingPostalCity": "Oslo",
"BusinessAddress": "Sofies Gate 21",
"BusinessPostalCode": "0170",
"BusinessPostalCity": "By"
}
13 changes: 13 additions & 0 deletions testdata/Register/Party/500004.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 60215e4

Please sign in to comment.