Click or drag to resize
Virtual Care IStaffApi. NewStaffProfile Method

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

Creates a new staff profile with the parameters passed in request

Namespace: SnapMD.VirtualCare.Sdk.Interfaces
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
ApiResponseV2<CreateStaffProfileResponse> NewStaffProfile(
	StaffAccountModelRequest request
)

Parameters

request
Type: SnapMD.VirtualCare.ApiModels.StaffAccountModelRequest
Request to create the new staff profile

Return Value

Type: ApiResponseV2<CreateStaffProfileResponse>

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.Interfaces.IStaffApi.NewStaffProfile(SnapMD.VirtualCare.ApiModels.StaffAccountModelRequest)"]

See Also