BatiprixManagement.GetAbonnementList Method

Return the list of Batiprix subscription
Public Shared Function GetAbonnementList( _ 
ByVal baseUrl As Uri, _ 
ByVal uniqueId As String, _ 
ByVal apiKey As String
) As JsonArray
This language is not supported or no code example is available.
public static JsonArray GetAbonnementList( 
Uri baseUrl
string uniqueId
string apiKey 
)
This language is not supported or no code example is available.
public:  
static JsonArray^ GetAbonnementList( 
Uri^ baseUrl
String^ uniqueId
String^ apiKey 
)
This language is not supported or no code example is available.
public static function GetAbonnementList( 
baseUrl : Uri
uniqueId : String
apiKey : String 
) : JsonArray;
This language is not supported or no code example is available.

Parameters

baseUrl
Uri

<default>

uniqueId
string

<default>

apiKey
string

<default>

Return Value

JsonArray

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition