Closed SandGrainOne closed 8 months ago
Tested in at22. Looks like there is a bug in mapping. Instead of returning the full email address it's only returning the username part of the address.
{
"contactPointsList": [
{
"organisationNumber": "312508729",
"emailList": [
"terje.holene"
],
"mobileNumberList": []
}
]
}
Tested ok
Description
The official contact information for an organisation is currently maintained and kept in Altinn 2. To access the data from Altinn 3 we need to create a new lookup endpoint in SblBridge.
The endpoint needs to use data from Register. Specifically the KoFuVi services. It should be possible to retrieve the information for multiple organisations at the time.
Tasks
General tasks
Testing
POST /register/api/organizations/contactpoints
Acceptance criteria