Skip to content

Latest commit

 

History

History
208 lines (148 loc) · 6.94 KB

ObjectInscriptiontempApi.md

File metadata and controls

208 lines (148 loc) · 6.94 KB

ObjectInscriptiontempApi

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
inscriptiontempGetCommunicationCountV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCount Retrieve Communication count
inscriptiontempGetCommunicationListV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList Retrieve Communication list
inscriptiontempGetCommunicationrecipientsV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipients Retrieve Inscriptiontemp's Communicationrecipient
inscriptiontempGetCommunicationsendersV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsenders Retrieve Inscriptiontemp's Communicationsender

inscriptiontempGetCommunicationCountV1

InscriptiontempGetCommunicationCountV1Response inscriptiontempGetCommunicationCountV1(pkiInscriptiontempID)

Retrieve Communication count

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptiontempGetCommunicationCountV1Response = apiInstance.inscriptiontempGetCommunicationCountV1(pkiInscriptiontempID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationCountV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationCountV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptiontempID kotlin.Int

Return type

InscriptiontempGetCommunicationCountV1Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

inscriptiontempGetCommunicationListV1

InscriptiontempGetCommunicationListV1Response inscriptiontempGetCommunicationListV1(pkiInscriptiontempID)

Retrieve Communication list

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptiontempGetCommunicationListV1Response = apiInstance.inscriptiontempGetCommunicationListV1(pkiInscriptiontempID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationListV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationListV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptiontempID kotlin.Int

Return type

InscriptiontempGetCommunicationListV1Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

inscriptiontempGetCommunicationrecipientsV1

InscriptiontempGetCommunicationrecipientsV1Response inscriptiontempGetCommunicationrecipientsV1(pkiInscriptiontempID)

Retrieve Inscriptiontemp's Communicationrecipient

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptiontempGetCommunicationrecipientsV1Response = apiInstance.inscriptiontempGetCommunicationrecipientsV1(pkiInscriptiontempID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationrecipientsV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationrecipientsV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptiontempID kotlin.Int

Return type

InscriptiontempGetCommunicationrecipientsV1Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

inscriptiontempGetCommunicationsendersV1

InscriptiontempGetCommunicationsendersV1Response inscriptiontempGetCommunicationsendersV1(pkiInscriptiontempID)

Retrieve Inscriptiontemp's Communicationsender

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptiontempGetCommunicationsendersV1Response = apiInstance.inscriptiontempGetCommunicationsendersV1(pkiInscriptiontempID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationsendersV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationsendersV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptiontempID kotlin.Int

Return type

InscriptiontempGetCommunicationsendersV1Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json