Request Send Method (String, String)CPRLib.dll Documentation v.1.0
A Microsoft .NET FrameWork 4.0 helper library for querying the CSC CPR Proxy Service
Send a request to the CPR Register via the Proxy Server

Namespace: CPRLib
Assembly: CPRLib (in CPRLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Response Send(
	string pnr,
	string callingUserId
)
public Response Send(
	String pnr,
	String callingUserId
)

Parameters

pnr
Type: OnlineSystem String
PNR/CPR number (Hyphens are allowed)
callingUserId
Type: OnlineSystem String
A unique identifier or name of the employee that performs the call.

Return Value

Type: Response
An instance of CPRLib.Response
Remarks

It is crutial that you supply a valid callingUserId as Danish law demands that the log contains a specification on who made the search.
See Also