Knowledgebase: > Properties
DealerIDByUsername
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 10:34 AM

Syntax

 ReadOnly Property DealerIDByUsername(ByRef Username As String) As Integer

Description

This property is used to get the dealer's  ID by giving his username.

Parameters

Parameter Description 
Username Dealer username to get its ID, the value of type is String.

Return value

Returns dealer ID for the requested dealer username as an integer value.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub Username_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Username.Click

    msgBox(BOAPI.DelearIDByUsername("Username"))

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions