/// <summary>
 /// Create a new Apikey The endpoint allows to create one or many elements at once.  The array can contain simple (Just the object) or compound (The object and its child) objects.  Creating compound elements allows to reduce the multiple requests to create all child objects.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="apikeyCreateObjectV1Request"></param>
 /// <returns>ApikeyCreateObjectV1Response</returns>
 public ApikeyCreateObjectV1Response ApikeyCreateObjectV1(List <ApikeyCreateObjectV1Request> apikeyCreateObjectV1Request)
 {
     eZmaxApi.Client.ApiResponse <ApikeyCreateObjectV1Response> localVarResponse = ApikeyCreateObjectV1WithHttpInfo(apikeyCreateObjectV1Request);
     return(localVarResponse.Data);
 }
        /// <summary>
        /// Create a new Apikey The endpoint allows to create one or many elements at once.  The array can contain simple (Just the object) or compound (The object and its child) objects.  Creating compound elements allows to reduce the multiple requests to create all child objects.
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="apikeyCreateObjectV1Request"></param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of ApikeyCreateObjectV1Response</returns>
        public async System.Threading.Tasks.Task <ApikeyCreateObjectV1Response> ApikeyCreateObjectV1Async(List <ApikeyCreateObjectV1Request> apikeyCreateObjectV1Request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <ApikeyCreateObjectV1Response> localVarResponse = await ApikeyCreateObjectV1WithHttpInfoAsync(apikeyCreateObjectV1Request, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
Example #3
0
 /// <summary>
 /// Get customer endpoint Retrieve the customer&#39;s specific server endpoint where to send requests. This will help locate the proper region (ie: sInfrastructureregionCode) and the proper environment (ie: sInfrastructureenvironmenttypeDescription) where the customer&#39;s data is stored.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="pksCustomerCode">The customer code assigned to your account</param>
 /// <param name="sInfrastructureproductCode">The infrastructure product Code  If undefined, \&quot;appcluster01\&quot; is assumed (optional)</param>
 /// <returns>GlobalCustomerGetEndpointV1Response</returns>
 public GlobalCustomerGetEndpointV1Response GlobalCustomerGetEndpointV1(string pksCustomerCode, string sInfrastructureproductCode = default(string))
 {
     eZmaxApi.Client.ApiResponse <GlobalCustomerGetEndpointV1Response> localVarResponse = GlobalCustomerGetEndpointV1WithHttpInfo(pksCustomerCode, sInfrastructureproductCode);
     return(localVarResponse.Data);
 }
Example #4
0
        /// <summary>
        /// Get customer endpoint Retrieve the customer&#39;s specific server endpoint where to send requests. This will help locate the proper region (ie: sInfrastructureregionCode) and the proper environment (ie: sInfrastructureenvironmenttypeDescription) where the customer&#39;s data is stored.
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="pksCustomerCode">The customer code assigned to your account</param>
        /// <param name="sInfrastructureproductCode">The infrastructure product Code  If undefined, \&quot;appcluster01\&quot; is assumed (optional)</param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of GlobalCustomerGetEndpointV1Response</returns>
        public async System.Threading.Tasks.Task <GlobalCustomerGetEndpointV1Response> GlobalCustomerGetEndpointV1Async(string pksCustomerCode, string sInfrastructureproductCode = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <GlobalCustomerGetEndpointV1Response> localVarResponse = await GlobalCustomerGetEndpointV1WithHttpInfoAsync(pksCustomerCode, sInfrastructureproductCode, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
Example #5
0
 /// <summary>
 /// Retrieve Franchisebrokers and IDs Get the list of Franchisebrokers to be used in a dropdown or autocomplete control.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="sSelector">The type of Franchisebrokers to return</param>
 /// <param name="sQuery">Allow to filter on the option value (optional)</param>
 /// <returns>CommonGetAutocompleteV1Response</returns>
 public CommonGetAutocompleteV1Response FranchisebrokerGetAutocompleteV1(string sSelector, string sQuery = default(string))
 {
     eZmaxApi.Client.ApiResponse <CommonGetAutocompleteV1Response> localVarResponse = FranchisebrokerGetAutocompleteV1WithHttpInfo(sSelector, sQuery);
     return(localVarResponse.Data);
 }
Example #6
0
        /// <summary>
        /// Retrieve Franchisebrokers and IDs Get the list of Franchisebrokers to be used in a dropdown or autocomplete control.
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="sSelector">The type of Franchisebrokers to return</param>
        /// <param name="sQuery">Allow to filter on the option value (optional)</param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of CommonGetAutocompleteV1Response</returns>
        public async System.Threading.Tasks.Task <CommonGetAutocompleteV1Response> FranchisebrokerGetAutocompleteV1Async(string sSelector, string sQuery = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <CommonGetAutocompleteV1Response> localVarResponse = await FranchisebrokerGetAutocompleteV1WithHttpInfoAsync(sSelector, sQuery, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
Example #7
0
 /// <summary>
 /// Create a new Franchisereferalincome The endpoint allows to create one or many elements at once.  The array can contain simple (Just the object) or compound (The object and its child) objects.  Creating compound elements allows to reduce the multiple requests to create all child objects.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="franchisereferalincomeCreateObjectV1Request"></param>
 /// <returns>FranchisereferalincomeCreateObjectV1Response</returns>
 public FranchisereferalincomeCreateObjectV1Response FranchisereferalincomeCreateObjectV1(List <FranchisereferalincomeCreateObjectV1Request> franchisereferalincomeCreateObjectV1Request)
 {
     eZmaxApi.Client.ApiResponse <FranchisereferalincomeCreateObjectV1Response> localVarResponse = FranchisereferalincomeCreateObjectV1WithHttpInfo(franchisereferalincomeCreateObjectV1Request);
     return(localVarResponse.Data);
 }
Example #8
0
 /// <summary>
 /// Retrieve an existing Ezsignsignature
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="pkiEzsignsignatureID">The unique ID of the Ezsignsignature</param>
 /// <returns>EzsignsignatureGetObjectV1Response</returns>
 public EzsignsignatureGetObjectV1Response EzsignsignatureGetObjectV1(int pkiEzsignsignatureID)
 {
     eZmaxApi.Client.ApiResponse <EzsignsignatureGetObjectV1Response> localVarResponse = EzsignsignatureGetObjectV1WithHttpInfo(pkiEzsignsignatureID);
     return(localVarResponse.Data);
 }
Example #9
0
 /// <summary>
 /// Create a new User of type Ezsignuser The endpoint allows to initiate the creation or a user of type Ezsignuser.  The user will be created only once the email verification process will be completed
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="userCreateEzsignuserV1Request"></param>
 /// <returns>UserCreateEzsignuserV1Response</returns>
 public UserCreateEzsignuserV1Response UserCreateEzsignuserV1(List <UserCreateEzsignuserV1Request> userCreateEzsignuserV1Request)
 {
     eZmaxApi.Client.ApiResponse <UserCreateEzsignuserV1Response> localVarResponse = UserCreateEzsignuserV1WithHttpInfo(userCreateEzsignuserV1Request);
     return(localVarResponse.Data);
 }
Example #10
0
        /// <summary>
        /// Create a new User of type Ezsignuser The endpoint allows to initiate the creation or a user of type Ezsignuser.  The user will be created only once the email verification process will be completed
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="userCreateEzsignuserV1Request"></param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of UserCreateEzsignuserV1Response</returns>
        public async System.Threading.Tasks.Task <UserCreateEzsignuserV1Response> UserCreateEzsignuserV1Async(List <UserCreateEzsignuserV1Request> userCreateEzsignuserV1Request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <UserCreateEzsignuserV1Response> localVarResponse = await UserCreateEzsignuserV1WithHttpInfoAsync(userCreateEzsignuserV1Request, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
        /// <summary>
        /// Get Current Activesession Retrieve the details about the current activesession
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of ActivesessionGetCurrentV1Response</returns>
        public async System.Threading.Tasks.Task <ActivesessionGetCurrentV1Response> ActivesessionGetCurrentV1Async(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <ActivesessionGetCurrentV1Response> localVarResponse = await ActivesessionGetCurrentV1WithHttpInfoAsync(cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
 /// <summary>
 /// Get Current Activesession Retrieve the details about the current activesession
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>ActivesessionGetCurrentV1Response</returns>
 public ActivesessionGetCurrentV1Response ActivesessionGetCurrentV1()
 {
     eZmaxApi.Client.ApiResponse <ActivesessionGetCurrentV1Response> localVarResponse = ActivesessionGetCurrentV1WithHttpInfo();
     return(localVarResponse.Data);
 }
Example #13
0
        /// <summary>
        /// Retrieve an existing Ezsignsignature
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="pkiEzsignsignatureID">The unique ID of the Ezsignsignature</param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of EzsignsignatureGetObjectV1Response</returns>
        public async System.Threading.Tasks.Task <EzsignsignatureGetObjectV1Response> EzsignsignatureGetObjectV1Async(int pkiEzsignsignatureID, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <EzsignsignatureGetObjectV1Response> localVarResponse = await EzsignsignatureGetObjectV1WithHttpInfoAsync(pkiEzsignsignatureID, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
 /// <summary>
 /// Authenticate a user This endpoint authenticates a user.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="eSessionType"></param>
 /// <param name="authenticateAuthenticateV2Request"></param>
 /// <returns>AuthenticateAuthenticateV2Response</returns>
 public AuthenticateAuthenticateV2Response AuthenticateAuthenticateV2(string eSessionType, AuthenticateAuthenticateV2Request authenticateAuthenticateV2Request)
 {
     eZmaxApi.Client.ApiResponse <AuthenticateAuthenticateV2Response> localVarResponse = AuthenticateAuthenticateV2WithHttpInfo(eSessionType, authenticateAuthenticateV2Request);
     return(localVarResponse.Data);
 }
Example #15
0
        /// <summary>
        /// Create a new Franchisereferalincome The endpoint allows to create one or many elements at once.  The array can contain simple (Just the object) or compound (The object and its child) objects.  Creating compound elements allows to reduce the multiple requests to create all child objects.
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="franchisereferalincomeCreateObjectV1Request"></param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of FranchisereferalincomeCreateObjectV1Response</returns>
        public async System.Threading.Tasks.Task <FranchisereferalincomeCreateObjectV1Response> FranchisereferalincomeCreateObjectV1Async(List <FranchisereferalincomeCreateObjectV1Request> franchisereferalincomeCreateObjectV1Request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <FranchisereferalincomeCreateObjectV1Response> localVarResponse = await FranchisereferalincomeCreateObjectV1WithHttpInfoAsync(franchisereferalincomeCreateObjectV1Request, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
        /// <summary>
        /// Authenticate a user This endpoint authenticates a user.
        /// </summary>
        /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="eSessionType"></param>
        /// <param name="authenticateAuthenticateV2Request"></param>
        /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
        /// <returns>Task of AuthenticateAuthenticateV2Response</returns>
        public async System.Threading.Tasks.Task <AuthenticateAuthenticateV2Response> AuthenticateAuthenticateV2Async(string eSessionType, AuthenticateAuthenticateV2Request authenticateAuthenticateV2Request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            eZmaxApi.Client.ApiResponse <AuthenticateAuthenticateV2Response> localVarResponse = await AuthenticateAuthenticateV2WithHttpInfoAsync(eSessionType, authenticateAuthenticateV2Request, cancellationToken).ConfigureAwait(false);

            return(localVarResponse.Data);
        }
Example #17
0
 /// <summary>
 /// Create a new Ezsignsignature The endpoint allows to create one or many elements at once.  The array can contain simple (Just the object) or compound (The object and its child) objects.  Creating compound elements allows to reduce the multiple requests to create all child objects.
 /// </summary>
 /// <exception cref="eZmaxApi.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="ezsignsignatureCreateObjectV1Request"></param>
 /// <returns>EzsignsignatureCreateObjectV1Response</returns>
 public EzsignsignatureCreateObjectV1Response EzsignsignatureCreateObjectV1(List <EzsignsignatureCreateObjectV1Request> ezsignsignatureCreateObjectV1Request)
 {
     eZmaxApi.Client.ApiResponse <EzsignsignatureCreateObjectV1Response> localVarResponse = EzsignsignatureCreateObjectV1WithHttpInfo(ezsignsignatureCreateObjectV1Request);
     return(localVarResponse.Data);
 }