Skip to content

Latest commit

 

History

History
208 lines (148 loc) · 7.67 KB

ObjectRejectedoffertopurchaseApi.md

File metadata and controls

208 lines (148 loc) · 7.67 KB

ObjectRejectedoffertopurchaseApi

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

Method HTTP request Description
rejectedoffertopurchaseGetCommunicationCountV1 GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationCount Retrieve Communication count
rejectedoffertopurchaseGetCommunicationListV1 GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList Retrieve Communication list
rejectedoffertopurchaseGetCommunicationrecipientsV1 GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationrecipients Retrieve Rejectedoffertopurchase's Communicationrecipient
rejectedoffertopurchaseGetCommunicationsendersV1 GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationsenders Retrieve Rejectedoffertopurchase's Communicationsender

rejectedoffertopurchaseGetCommunicationCountV1

RejectedoffertopurchaseGetCommunicationCountV1Response rejectedoffertopurchaseGetCommunicationCountV1(pkiRejectedoffertopurchaseID)

Retrieve Communication count

Example

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

val apiInstance = ObjectRejectedoffertopurchaseApi()
val pkiRejectedoffertopurchaseID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : RejectedoffertopurchaseGetCommunicationCountV1Response = apiInstance.rejectedoffertopurchaseGetCommunicationCountV1(pkiRejectedoffertopurchaseID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationCountV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationCountV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiRejectedoffertopurchaseID kotlin.Int

Return type

RejectedoffertopurchaseGetCommunicationCountV1Response

Authorization

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

HTTP request headers

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

rejectedoffertopurchaseGetCommunicationListV1

RejectedoffertopurchaseGetCommunicationListV1Response rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID)

Retrieve Communication list

Example

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

val apiInstance = ObjectRejectedoffertopurchaseApi()
val pkiRejectedoffertopurchaseID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : RejectedoffertopurchaseGetCommunicationListV1Response = apiInstance.rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationListV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationListV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiRejectedoffertopurchaseID kotlin.Int

Return type

RejectedoffertopurchaseGetCommunicationListV1Response

Authorization

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

HTTP request headers

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

rejectedoffertopurchaseGetCommunicationrecipientsV1

RejectedoffertopurchaseGetCommunicationrecipientsV1Response rejectedoffertopurchaseGetCommunicationrecipientsV1(pkiRejectedoffertopurchaseID)

Retrieve Rejectedoffertopurchase's Communicationrecipient

Example

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

val apiInstance = ObjectRejectedoffertopurchaseApi()
val pkiRejectedoffertopurchaseID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : RejectedoffertopurchaseGetCommunicationrecipientsV1Response = apiInstance.rejectedoffertopurchaseGetCommunicationrecipientsV1(pkiRejectedoffertopurchaseID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationrecipientsV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationrecipientsV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiRejectedoffertopurchaseID kotlin.Int

Return type

RejectedoffertopurchaseGetCommunicationrecipientsV1Response

Authorization

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

HTTP request headers

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

rejectedoffertopurchaseGetCommunicationsendersV1

RejectedoffertopurchaseGetCommunicationsendersV1Response rejectedoffertopurchaseGetCommunicationsendersV1(pkiRejectedoffertopurchaseID)

Retrieve Rejectedoffertopurchase's Communicationsender

Example

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

val apiInstance = ObjectRejectedoffertopurchaseApi()
val pkiRejectedoffertopurchaseID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : RejectedoffertopurchaseGetCommunicationsendersV1Response = apiInstance.rejectedoffertopurchaseGetCommunicationsendersV1(pkiRejectedoffertopurchaseID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationsendersV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationsendersV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiRejectedoffertopurchaseID kotlin.Int

Return type

RejectedoffertopurchaseGetCommunicationsendersV1Response

Authorization

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

HTTP request headers

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