All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
otherincomeGetCommunicationCountV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationCount | Retrieve Communication count |
otherincomeGetCommunicationListV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList | Retrieve Communication list |
otherincomeGetCommunicationrecipientsV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationrecipients | Retrieve Otherincome's Communicationrecipient |
otherincomeGetCommunicationsendersV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationsenders | Retrieve Otherincome's Communicationsender |
open class func otherincomeGetCommunicationCountV1(pkiOtherincomeID: Int, completion: @escaping (_ data: OtherincomeGetCommunicationCountV1Response?, _ error: Error?) -> Void)
Retrieve Communication count
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import OpenAPIClient
let pkiOtherincomeID = 987 // Int |
// Retrieve Communication count
ObjectOtherincomeAPI.otherincomeGetCommunicationCountV1(pkiOtherincomeID: pkiOtherincomeID) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
pkiOtherincomeID | Int |
OtherincomeGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func otherincomeGetCommunicationListV1(pkiOtherincomeID: Int, completion: @escaping (_ data: OtherincomeGetCommunicationListV1Response?, _ error: Error?) -> Void)
Retrieve Communication list
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import OpenAPIClient
let pkiOtherincomeID = 987 // Int |
// Retrieve Communication list
ObjectOtherincomeAPI.otherincomeGetCommunicationListV1(pkiOtherincomeID: pkiOtherincomeID) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
pkiOtherincomeID | Int |
OtherincomeGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func otherincomeGetCommunicationrecipientsV1(pkiOtherincomeID: Int, completion: @escaping (_ data: OtherincomeGetCommunicationrecipientsV1Response?, _ error: Error?) -> Void)
Retrieve Otherincome's Communicationrecipient
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import OpenAPIClient
let pkiOtherincomeID = 987 // Int |
// Retrieve Otherincome's Communicationrecipient
ObjectOtherincomeAPI.otherincomeGetCommunicationrecipientsV1(pkiOtherincomeID: pkiOtherincomeID) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
pkiOtherincomeID | Int |
OtherincomeGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func otherincomeGetCommunicationsendersV1(pkiOtherincomeID: Int, completion: @escaping (_ data: OtherincomeGetCommunicationsendersV1Response?, _ error: Error?) -> Void)
Retrieve Otherincome's Communicationsender
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import OpenAPIClient
let pkiOtherincomeID = 987 // Int |
// Retrieve Otherincome's Communicationsender
ObjectOtherincomeAPI.otherincomeGetCommunicationsendersV1(pkiOtherincomeID: pkiOtherincomeID) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
pkiOtherincomeID | Int |
OtherincomeGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]