SendRegning

Validate organisation number

Verison: 1.0 (read more)

Validates organisation numbers the same way that SendRegning does.

1
GET /common/public/organisationNumber/{organisationNumber}

Response

HTTP/1.1 200 OK

1
2
3
4
{
    "message": "Vennligst fyll inn et gyldig organisasjonsnummer. Et organisasjonsnummer har disse gyldige formatene: 123456789 eller 123 456 789",
    "valid": false
}

or

1
2
3
{
    "valid": true
}