MinUddannelse Api

<back to all web services

PostIdentifikationRequest

Henter PersonGuid ud fra CPR eller UniId

Requires Authentication
Required role:MueApi
The following routes are available for this service:
POST/muelev/identifikation
PostIdentifikationRequest Parameters:
NameParameterData TypeRequiredDescription
KommuneKodebodyint?NoKommunen som kaldet foretages for.
IdTypebodyIdentifikationTypeNo
IdListebodystring[]No
IdentifikationType Enum:
Cpr
UniId
PostIdentifikationResponse Parameters:
NameParameterData TypeRequiredDescription
personGuidsformList<IdentifikationDto>No
IdentifikationDto Parameters:
NameParameterData TypeRequiredDescription
EksterntIdformstringNo
PersonGuidformGuid?NoPersonGuid hvis fundet, ellers null

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /muelev/identifikation HTTP/1.1 
Host: api.minuddannelse.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	kommuneKode: 0,
	idType: Cpr,
	idListe: 
	[
		String
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	personGuids: 
	[
		{
			
		}
	]
}