All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
TranqcontractGetCommunicationCountV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationCount | Retrieve Communication count |
TranqcontractGetCommunicationListV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationList | Retrieve Communication list |
TranqcontractGetCommunicationrecipientsV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationrecipients | Retrieve Tranqcontract's Communicationrecipient |
TranqcontractGetCommunicationsendersV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationsenders | Retrieve Tranqcontract's Communicationsender |
TranqcontractGetCommunicationCountV1Response TranqcontractGetCommunicationCountV1 (int pkiTranqcontractID)
Retrieve Communication count
using System.Collections.Generic;
using System.Diagnostics;
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
namespace Example
{
public class TranqcontractGetCommunicationCountV1Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest";
// Configure API key authorization: Authorization
config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new ObjectTranqcontractApi(config);
var pkiTranqcontractID = 56; // int |
try
{
// Retrieve Communication count
TranqcontractGetCommunicationCountV1Response result = apiInstance.TranqcontractGetCommunicationCountV1(pkiTranqcontractID);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationCountV1: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
This returns an ApiResponse object which contains the response data, status code and headers.
try
{
// Retrieve Communication count
ApiResponse<TranqcontractGetCommunicationCountV1Response> response = apiInstance.TranqcontractGetCommunicationCountV1WithHttpInfo(pkiTranqcontractID);
Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers);
Debug.Write("Response Body: " + response.Data);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationCountV1WithHttpInfo: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
Name | Type | Description | Notes |
---|---|---|---|
pkiTranqcontractID | int |
TranqcontractGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TranqcontractGetCommunicationListV1Response TranqcontractGetCommunicationListV1 (int pkiTranqcontractID)
Retrieve Communication list
using System.Collections.Generic;
using System.Diagnostics;
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
namespace Example
{
public class TranqcontractGetCommunicationListV1Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest";
// Configure API key authorization: Authorization
config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new ObjectTranqcontractApi(config);
var pkiTranqcontractID = 56; // int |
try
{
// Retrieve Communication list
TranqcontractGetCommunicationListV1Response result = apiInstance.TranqcontractGetCommunicationListV1(pkiTranqcontractID);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationListV1: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
This returns an ApiResponse object which contains the response data, status code and headers.
try
{
// Retrieve Communication list
ApiResponse<TranqcontractGetCommunicationListV1Response> response = apiInstance.TranqcontractGetCommunicationListV1WithHttpInfo(pkiTranqcontractID);
Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers);
Debug.Write("Response Body: " + response.Data);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationListV1WithHttpInfo: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
Name | Type | Description | Notes |
---|---|---|---|
pkiTranqcontractID | int |
TranqcontractGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TranqcontractGetCommunicationrecipientsV1Response TranqcontractGetCommunicationrecipientsV1 (int pkiTranqcontractID)
Retrieve Tranqcontract's Communicationrecipient
using System.Collections.Generic;
using System.Diagnostics;
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
namespace Example
{
public class TranqcontractGetCommunicationrecipientsV1Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest";
// Configure API key authorization: Authorization
config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new ObjectTranqcontractApi(config);
var pkiTranqcontractID = 56; // int |
try
{
// Retrieve Tranqcontract's Communicationrecipient
TranqcontractGetCommunicationrecipientsV1Response result = apiInstance.TranqcontractGetCommunicationrecipientsV1(pkiTranqcontractID);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationrecipientsV1: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
This returns an ApiResponse object which contains the response data, status code and headers.
try
{
// Retrieve Tranqcontract's Communicationrecipient
ApiResponse<TranqcontractGetCommunicationrecipientsV1Response> response = apiInstance.TranqcontractGetCommunicationrecipientsV1WithHttpInfo(pkiTranqcontractID);
Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers);
Debug.Write("Response Body: " + response.Data);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationrecipientsV1WithHttpInfo: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
Name | Type | Description | Notes |
---|---|---|---|
pkiTranqcontractID | int |
TranqcontractGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TranqcontractGetCommunicationsendersV1Response TranqcontractGetCommunicationsendersV1 (int pkiTranqcontractID)
Retrieve Tranqcontract's Communicationsender
using System.Collections.Generic;
using System.Diagnostics;
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
namespace Example
{
public class TranqcontractGetCommunicationsendersV1Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest";
// Configure API key authorization: Authorization
config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new ObjectTranqcontractApi(config);
var pkiTranqcontractID = 56; // int |
try
{
// Retrieve Tranqcontract's Communicationsender
TranqcontractGetCommunicationsendersV1Response result = apiInstance.TranqcontractGetCommunicationsendersV1(pkiTranqcontractID);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationsendersV1: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
This returns an ApiResponse object which contains the response data, status code and headers.
try
{
// Retrieve Tranqcontract's Communicationsender
ApiResponse<TranqcontractGetCommunicationsendersV1Response> response = apiInstance.TranqcontractGetCommunicationsendersV1WithHttpInfo(pkiTranqcontractID);
Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers);
Debug.Write("Response Body: " + response.Data);
}
catch (ApiException e)
{
Debug.Print("Exception when calling ObjectTranqcontractApi.TranqcontractGetCommunicationsendersV1WithHttpInfo: " + e.Message);
Debug.Print("Status Code: " + e.ErrorCode);
Debug.Print(e.StackTrace);
}
Name | Type | Description | Notes |
---|---|---|---|
pkiTranqcontractID | int |
TranqcontractGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]