Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Support for changing ssn of PrivatPerson
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Nov 9, 2021
1 parent bd03eb2 commit ad894ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/elevmappe-update-private-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"service": "ContactService",
"method": "UpdatePrivatePerson",
"parameter": {
"Recno": "<<<recno>>>",
"FirstName": "<<<firstName>>>",
"LastName": "<<<lastName>>>",
"PersonalIdNumber": "<<<ssn>>>",
Expand All @@ -15,6 +16,7 @@
}
},
"data": {
"recno": "12345",
"firstName": "Ola",
"lastName": "Nordmann",
"ssn": "01010101010",
Expand Down

0 comments on commit ad894ba

Please sign in to comment.