BatiprixManagement.GetCartContent Method

Get content of Batiprix web cart
Public Shared Function GetCartContent( _ 
ByVal baseUrl As Uri, _ 
ByVal uniqueId As String, _ 
ByVal customerProjectId As String, _ 
ByVal apiKey As String
) As JsonObject
This language is not supported or no code example is available.
public static JsonObject GetCartContent( 
Uri baseUrl
string uniqueId
string customerProjectId
string apiKey 
)
This language is not supported or no code example is available.
public:  
static JsonObject^ GetCartContent( 
Uri^ baseUrl
String^ uniqueId
String^ customerProjectId
String^ apiKey 
)
This language is not supported or no code example is available.
public static function GetCartContent( 
baseUrl : Uri
uniqueId : String
customerProjectId : String
apiKey : String 
) : JsonObject;
This language is not supported or no code example is available.

Parameters

baseUrl
Uri

uniqueId
string

customerProjectId
string

apiKey
string

Return Value

JsonObject

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition