|
IntakeApi Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
IntakeApi class.
Namespace: SnapMD.VirtualCare.SdkAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxpublic IntakeApi(
string baseUrl,
string bearerToken,
string developerId,
string apiKey,
IWebClient webClient
)
Public Sub New (
baseUrl As String,
bearerToken As String,
developerId As String,
apiKey As String,
webClient As IWebClient
)
public:
IntakeApi(
String^ baseUrl,
String^ bearerToken,
String^ developerId,
String^ apiKey,
IWebClient^ webClient
)
new :
baseUrl : string *
bearerToken : string *
developerId : string *
apiKey : string *
webClient : IWebClient -> IntakeApi
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