Click or drag to resize
Virtual Care PaymentsApiGetCustomerProfile Method

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

[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public ApiResponseV2<CimCustomer> GetCustomerProfile(
	Nullable<int> patientUserId
)

Parameters

patientUserId
Type: SystemNullableInt32

[Missing <param name="patientUserId"/> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]

Return Value

Type: ApiResponseV2CimCustomer

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]

See Also