-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look for details in API documentation's changelog
- Loading branch information
Api (Codebuild)
committed
Nov 8, 2023
1 parent
d7334f3
commit 2da6347
Showing
254 changed files
with
10,532 additions
and
2,822 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# AttachmentDownloadV1Response | ||
|
||
Response for POST /1/object/ezsignfolder/{pkiEzsignfolderID}/send | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | | ||
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.attachment_download_v1_response import AttachmentDownloadV1Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AttachmentDownloadV1Response from a JSON string | ||
attachment_download_v1_response_instance = AttachmentDownloadV1Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print AttachmentDownloadV1Response.to_json() | ||
|
||
# convert the object into a dict | ||
attachment_download_v1_response_dict = attachment_download_v1_response_instance.to_dict() | ||
# create an instance of AttachmentDownloadV1Response from a dict | ||
attachment_download_v1_response_form_dict = attachment_download_v1_response.from_dict(attachment_download_v1_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# BuyercontractGetCommunicationListV1Response | ||
|
||
Response for GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_debug_payload** | [**CommonResponseObjDebugPayloadGetList**](CommonResponseObjDebugPayloadGetList.md) | | | ||
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] | ||
**m_payload** | [**BuyercontractGetCommunicationListV1ResponseMPayload**](BuyercontractGetCommunicationListV1ResponseMPayload.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.buyercontract_get_communication_list_v1_response import BuyercontractGetCommunicationListV1Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of BuyercontractGetCommunicationListV1Response from a JSON string | ||
buyercontract_get_communication_list_v1_response_instance = BuyercontractGetCommunicationListV1Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print BuyercontractGetCommunicationListV1Response.to_json() | ||
|
||
# convert the object into a dict | ||
buyercontract_get_communication_list_v1_response_dict = buyercontract_get_communication_list_v1_response_instance.to_dict() | ||
# create an instance of BuyercontractGetCommunicationListV1Response from a dict | ||
buyercontract_get_communication_list_v1_response_form_dict = buyercontract_get_communication_list_v1_response.from_dict(buyercontract_get_communication_list_v1_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
29 changes: 29 additions & 0 deletions
29
docs/BuyercontractGetCommunicationListV1ResponseMPayload.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# BuyercontractGetCommunicationListV1ResponseMPayload | ||
|
||
Response for GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**a_obj_communication** | [**List[CustomCommunicationListElementResponse]**](CustomCommunicationListElementResponse.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.buyercontract_get_communication_list_v1_response_m_payload import BuyercontractGetCommunicationListV1ResponseMPayload | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of BuyercontractGetCommunicationListV1ResponseMPayload from a JSON string | ||
buyercontract_get_communication_list_v1_response_m_payload_instance = BuyercontractGetCommunicationListV1ResponseMPayload.from_json(json) | ||
# print the JSON string representation of the object | ||
print BuyercontractGetCommunicationListV1ResponseMPayload.to_json() | ||
|
||
# convert the object into a dict | ||
buyercontract_get_communication_list_v1_response_m_payload_dict = buyercontract_get_communication_list_v1_response_m_payload_instance.to_dict() | ||
# create an instance of BuyercontractGetCommunicationListV1ResponseMPayload from a dict | ||
buyercontract_get_communication_list_v1_response_m_payload_form_dict = buyercontract_get_communication_list_v1_response_m_payload.from_dict(buyercontract_get_communication_list_v1_response_m_payload_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# CommunicationCreateObjectV1ResponseMPayload | ||
|
||
Payload for POST /1/object/communication | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**a_pki_communication_id** | **List[int]** | An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request. | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.communication_create_object_v1_response_m_payload import CommunicationCreateObjectV1ResponseMPayload | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CommunicationCreateObjectV1ResponseMPayload from a JSON string | ||
communication_create_object_v1_response_m_payload_instance = CommunicationCreateObjectV1ResponseMPayload.from_json(json) | ||
# print the JSON string representation of the object | ||
print CommunicationCreateObjectV1ResponseMPayload.to_json() | ||
|
||
# convert the object into a dict | ||
communication_create_object_v1_response_m_payload_dict = communication_create_object_v1_response_m_payload_instance.to_dict() | ||
# create an instance of CommunicationCreateObjectV1ResponseMPayload from a dict | ||
communication_create_object_v1_response_m_payload_form_dict = communication_create_object_v1_response_m_payload.from_dict(communication_create_object_v1_response_m_payload_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# CommunicationRequest | ||
|
||
Request for POST /1/object/communication | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**pki_communication_id** | **int** | The unique ID of the Communication. | [optional] | ||
**e_communication_importance** | [**FieldECommunicationImportance**](FieldECommunicationImportance.md) | | [optional] | ||
**e_communication_type** | [**FieldECommunicationType**](FieldECommunicationType.md) | | | ||
**obj_communicationsender** | [**CustomCommunicationsenderRequest**](CustomCommunicationsenderRequest.md) | | [optional] | ||
**s_communication_subject** | **str** | The subject of the Communication | [optional] | ||
**t_communication_body** | **str** | The Body of the Communication | | ||
**b_communication_private** | **bool** | Whether the Communication is private or not | | ||
**e_communication_attachmenttype** | **str** | How the attachment should be included in the email. Only used if eCommunicationType is **Email** | [optional] | ||
**i_communication_attachmentlinkexpiration** | **int** | The number of days before the attachment link expired. Only used if eCommunicationType is **Email** and eCommunicationattachmentType is **Link** | [optional] | ||
**b_communication_readreceipt** | **bool** | Whether we ask for a read receipt or not. | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.communication_request import CommunicationRequest | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CommunicationRequest from a JSON string | ||
communication_request_instance = CommunicationRequest.from_json(json) | ||
# print the JSON string representation of the object | ||
print CommunicationRequest.to_json() | ||
|
||
# convert the object into a dict | ||
communication_request_dict = communication_request_instance.to_dict() | ||
# create an instance of CommunicationRequest from a dict | ||
communication_request_form_dict = communication_request.from_dict(communication_request_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# CommunicationRequestCompound | ||
|
||
Request for POST /1/object/communication | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**pki_communication_id** | **int** | The unique ID of the Communication. | [optional] | ||
**e_communication_importance** | [**FieldECommunicationImportance**](FieldECommunicationImportance.md) | | [optional] | ||
**e_communication_type** | [**FieldECommunicationType**](FieldECommunicationType.md) | | | ||
**obj_communicationsender** | [**CustomCommunicationsenderRequest**](CustomCommunicationsenderRequest.md) | | [optional] | ||
**s_communication_subject** | **str** | The subject of the Communication | [optional] | ||
**t_communication_body** | **str** | The Body of the Communication | | ||
**b_communication_private** | **bool** | Whether the Communication is private or not | | ||
**e_communication_attachmenttype** | **str** | How the attachment should be included in the email. Only used if eCommunicationType is **Email** | [optional] | ||
**i_communication_attachmentlinkexpiration** | **int** | The number of days before the attachment link expired. Only used if eCommunicationType is **Email** and eCommunicationattachmentType is **Link** | [optional] | ||
**b_communication_readreceipt** | **bool** | Whether we ask for a read receipt or not. | [optional] | ||
**a_obj_communicationattachment** | [**List[CustomCommunicationattachmentRequest]**](CustomCommunicationattachmentRequest.md) | | | ||
**a_obj_communicationrecipient** | [**List[CommunicationrecipientRequestCompound]**](CommunicationrecipientRequestCompound.md) | | | ||
**a_obj_communicationreference** | [**List[CommunicationreferenceRequestCompound]**](CommunicationreferenceRequestCompound.md) | | | ||
**a_obj_communicationexternalrecipient** | [**List[CommunicationexternalrecipientRequestCompound]**](CommunicationexternalrecipientRequestCompound.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.communication_request_compound import CommunicationRequestCompound | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of CommunicationRequestCompound from a JSON string | ||
communication_request_compound_instance = CommunicationRequestCompound.from_json(json) | ||
# print the JSON string representation of the object | ||
print CommunicationRequestCompound.to_json() | ||
|
||
# convert the object into a dict | ||
communication_request_compound_dict = communication_request_compound_instance.to_dict() | ||
# create an instance of CommunicationRequestCompound from a dict | ||
communication_request_compound_form_dict = communication_request_compound.from_dict(communication_request_compound_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.