Click or drag to resize
Virtual Care IParticipantApiAddParticipant Method

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

[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.Interfaces.IParticipantApi.AddParticipant(System.Guid,SnapMD.VirtualCare.ApiModels.Scheduling.AppointmentParticipantRequest)"]

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<AppointmentParticipantResponse> AddParticipant(
	Guid appointmentId,
	AppointmentParticipantRequest request
)

Parameters

appointmentId
Type: SystemGuid

[Missing <param name="appointmentId"/> documentation for "M:SnapMD.VirtualCare.Sdk.Interfaces.IParticipantApi.AddParticipant(System.Guid,SnapMD.VirtualCare.ApiModels.Scheduling.AppointmentParticipantRequest)"]

request
Type: SnapMD.VirtualCare.ApiModels.SchedulingAppointmentParticipantRequest

[Missing <param name="request"/> documentation for "M:SnapMD.VirtualCare.Sdk.Interfaces.IParticipantApi.AddParticipant(System.Guid,SnapMD.VirtualCare.ApiModels.Scheduling.AppointmentParticipantRequest)"]

Return Value

Type: ApiResponseV2AppointmentParticipantResponse

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.Interfaces.IParticipantApi.AddParticipant(System.Guid,SnapMD.VirtualCare.ApiModels.Scheduling.AppointmentParticipantRequest)"]

See Also