All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
| Method | HTTP request | Description |
|---|---|---|
| inscription_get_attachments_v1 | GET /1/object/inscription/{pkiInscriptionID}/getAttachments | Retrieve Inscription's Attachments |
| inscription_get_communication_count_v1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationCount | Retrieve Communication count |
| inscription_get_communication_list_v1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList | Retrieve Communication list |
| inscription_get_communicationrecipients_v1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationrecipients | Retrieve Inscription's Communicationrecipient |
| inscription_get_communicationsenders_v1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders | Retrieve Inscription's Communicationsender |
| inscription_get_list_v1 | GET /1/object/inscription/getList | Retrieve Inscription list |
| inscription_import_into_edmv1 | POST /1/object/inscription/{pkiInscriptionID}/importIntoEDM | Import attachments into the Inscription |
| inscription_prepare_files_transfer_v1 | POST /1/object/inscription/{pkiInscriptionID}/prepareFilesTransfer | Prepares file transfer into EDM |
inscription_get_attachments_v1(pki_inscription_id)
Retrieve Inscription's Attachments
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
begin
# Retrieve Inscription's Attachments
result = api_instance.inscription_get_attachments_v1(pki_inscription_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_attachments_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_attachments_v1_with_http_info(pki_inscription_id)
begin
# Retrieve Inscription's Attachments
data, status_code, headers = api_instance.inscription_get_attachments_v1_with_http_info(pki_inscription_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetAttachmentsV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_attachments_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer |
InscriptionGetAttachmentsV1Response
- Content-Type: Not defined
- Accept: application/json
inscription_get_communication_count_v1(pki_inscription_id)
Retrieve Communication count
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
begin
# Retrieve Communication count
result = api_instance.inscription_get_communication_count_v1(pki_inscription_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communication_count_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_communication_count_v1_with_http_info(pki_inscription_id)
begin
# Retrieve Communication count
data, status_code, headers = api_instance.inscription_get_communication_count_v1_with_http_info(pki_inscription_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetCommunicationCountV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communication_count_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer |
InscriptionGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
inscription_get_communication_list_v1(pki_inscription_id)
Retrieve Communication list
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
begin
# Retrieve Communication list
result = api_instance.inscription_get_communication_list_v1(pki_inscription_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communication_list_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_communication_list_v1_with_http_info(pki_inscription_id)
begin
# Retrieve Communication list
data, status_code, headers = api_instance.inscription_get_communication_list_v1_with_http_info(pki_inscription_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetCommunicationListV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communication_list_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer |
InscriptionGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
inscription_get_communicationrecipients_v1(pki_inscription_id)
Retrieve Inscription's Communicationrecipient
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
begin
# Retrieve Inscription's Communicationrecipient
result = api_instance.inscription_get_communicationrecipients_v1(pki_inscription_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communicationrecipients_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_communicationrecipients_v1_with_http_info(pki_inscription_id)
begin
# Retrieve Inscription's Communicationrecipient
data, status_code, headers = api_instance.inscription_get_communicationrecipients_v1_with_http_info(pki_inscription_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetCommunicationrecipientsV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communicationrecipients_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer |
InscriptionGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
inscription_get_communicationsenders_v1(pki_inscription_id)
Retrieve Inscription's Communicationsender
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
begin
# Retrieve Inscription's Communicationsender
result = api_instance.inscription_get_communicationsenders_v1(pki_inscription_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communicationsenders_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_communicationsenders_v1_with_http_info(pki_inscription_id)
begin
# Retrieve Inscription's Communicationsender
data, status_code, headers = api_instance.inscription_get_communicationsenders_v1_with_http_info(pki_inscription_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetCommunicationsendersV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_communicationsenders_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer |
InscriptionGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
inscription_get_list_v1(opts)
Retrieve Inscription list
Enum values that can be filtered in query parameter sFilter: | Variable | Valid values | |---|---| | eInscriptionStep | TemporaryNotAuthenticated
ImportedInscription
Inscription
ModifiedInscription
ContractEnded
ExpiredInscription
Out-market
ImportedNotauthenticated
NotAuthenticated
ModifiedNotauthenticated
Authenticated |
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
opts = {
e_order_by: 'pkiInscriptionID_ASC', # String | Specify how you want the results to be sorted
i_row_max: 56, # Integer |
i_row_offset: 56, # Integer |
accept_language: EzmaxApi::HeaderAcceptLanguage::, # HeaderAcceptLanguage |
s_filter: 's_filter_example' # String |
}
begin
# Retrieve Inscription list
result = api_instance.inscription_get_list_v1(opts)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_list_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_get_list_v1_with_http_info(opts)
begin
# Retrieve Inscription list
data, status_code, headers = api_instance.inscription_get_list_v1_with_http_info(opts)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionGetListV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_get_list_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| e_order_by | String | Specify how you want the results to be sorted | [optional] |
| i_row_max | Integer | [optional] | |
| i_row_offset | Integer | [optional][default to 0] | |
| accept_language | HeaderAcceptLanguage | [optional] | |
| s_filter | String | [optional] |
- Content-Type: Not defined
- Accept: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
inscription_import_into_edmv1(pki_inscription_id, inscription_import_into_edmv1_request)
Import attachments into the Inscription
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
inscription_import_into_edmv1_request = EzmaxApi::InscriptionImportIntoEDMV1Request.new({a_obj_attachment: [EzmaxApi::CustomAttachmentImportIntoEDMRequest.new({e_attachment_source: 'Attachment', s_attachment_name: 'Document.pdf', s_attachment_category: 'Inscription', e_attachment_privacy: EzmaxApi::FieldEAttachmentPrivacy::ALL})]}) # InscriptionImportIntoEDMV1Request |
begin
# Import attachments into the Inscription
result = api_instance.inscription_import_into_edmv1(pki_inscription_id, inscription_import_into_edmv1_request)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_import_into_edmv1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_import_into_edmv1_with_http_info(pki_inscription_id, inscription_import_into_edmv1_request)
begin
# Import attachments into the Inscription
data, status_code, headers = api_instance.inscription_import_into_edmv1_with_http_info(pki_inscription_id, inscription_import_into_edmv1_request)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionImportIntoEDMV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_import_into_edmv1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer | ||
| inscription_import_into_edmv1_request | InscriptionImportIntoEDMV1Request |
InscriptionImportIntoEDMV1Response
- Content-Type: application/json
- Accept: application/json
inscription_prepare_files_transfer_v1(pki_inscription_id, inscription_prepare_files_transfer_v1_request)
Prepares file transfer into EDM
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectInscriptionApi.new
pki_inscription_id = 56 # Integer |
inscription_prepare_files_transfer_v1_request = EzmaxApi::InscriptionPrepareFilesTransferV1Request.new({a_obj_attachment: [EzmaxApi::CustomAttachmentPrepareFilesTransferRequest.new({s_attachment_name: 'Document.pdf', s_attachment_md5: '2cb29026e8a93c930e71598579400db6'})]}) # InscriptionPrepareFilesTransferV1Request |
begin
# Prepares file transfer into EDM
result = api_instance.inscription_prepare_files_transfer_v1(pki_inscription_id, inscription_prepare_files_transfer_v1_request)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_prepare_files_transfer_v1: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> inscription_prepare_files_transfer_v1_with_http_info(pki_inscription_id, inscription_prepare_files_transfer_v1_request)
begin
# Prepares file transfer into EDM
data, status_code, headers = api_instance.inscription_prepare_files_transfer_v1_with_http_info(pki_inscription_id, inscription_prepare_files_transfer_v1_request)
p status_code # => 2xx
p headers # => { ... }
p data # => <InscriptionPrepareFilesTransferV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectInscriptionApi->inscription_prepare_files_transfer_v1_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_inscription_id | Integer | ||
| inscription_prepare_files_transfer_v1_request | InscriptionPrepareFilesTransferV1Request |
InscriptionPrepareFilesTransferV1Response
- Content-Type: application/json
- Accept: application/json