Click or drag to resize
Virtual Care IntakeApi Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the IntakeApi class.

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public IntakeApi(
	string baseUrl,
	string bearerToken,
	string developerId,
	string apiKey,
	IWebClient webClient
)

Parameters

baseUrl
Type: SystemString
The base URL.
bearerToken
Type: SystemString
The bearer token.
developerId
Type: SystemString
The developer identifier.
apiKey
Type: SystemString
The API key.
webClient
Type: SnapMD.VirtualCare.Sdk.InterfacesIWebClient
The web client.
See Also