Skip to content

Commit 394e553

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 0ec76d3 commit 394e553

35 files changed

Lines changed: 2878 additions & 14 deletions

.openapi-generator/FILES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ docs/CustomEzmaxcustomeruserResponse.md
327327
docs/CustomEzmaxinvoicingEzsigndocumentResponse.md
328328
docs/CustomEzmaxinvoicingEzsignfolderResponse.md
329329
docs/CustomEzmaxpartnerListElement.md
330+
docs/CustomEzmaxpartnerproductSubscribe.md
330331
docs/CustomEzmaxpricingResponse.md
331332
docs/CustomEzsigndocumentDuplicateRequest.md
332333
docs/CustomEzsigndocumentEzsignsignaturesAutomaticResponse.md
@@ -419,6 +420,9 @@ docs/DiscussionmessageRequestCompound.md
419420
docs/DiscussionmessageRequestPatch.md
420421
docs/DiscussionmessageResponse.md
421422
docs/DiscussionmessageResponseCompound.md
423+
docs/DocumentationEzmaxpartnerApi.md
424+
docs/DocumentationSubscribeV1Request.md
425+
docs/DocumentationSubscribeV1Response.md
422426
docs/DomainAutocompleteElementResponse.md
423427
docs/DomainCreateObjectV1Request.md
424428
docs/DomainCreateObjectV1Response.md
@@ -677,6 +681,8 @@ docs/EzsigndocumentExtractTextV1Request.md
677681
docs/EzsigndocumentExtractTextV1Response.md
678682
docs/EzsigndocumentExtractTextV1ResponseMPayload.md
679683
docs/EzsigndocumentFlattenV1Response.md
684+
docs/EzsigndocumentGetActionableElementsForSignerV1Response.md
685+
docs/EzsigndocumentGetActionableElementsForSignerV1ResponseMPayload.md
680686
docs/EzsigndocumentGetActionableElementsV1Response.md
681687
docs/EzsigndocumentGetActionableElementsV1ResponseMPayload.md
682688
docs/EzsigndocumentGetActionableElementsV2Response.md
@@ -761,6 +767,8 @@ docs/EzsignfolderDuplicateV1ResponseMPayload.md
761767
docs/EzsignfolderEditObjectV3Request.md
762768
docs/EzsignfolderEditObjectV3Response.md
763769
docs/EzsignfolderEndPrematurelyV1Response.md
770+
docs/EzsignfolderGetActionableElementsForSignerV1Response.md
771+
docs/EzsignfolderGetActionableElementsForSignerV1ResponseMPayload.md
764772
docs/EzsignfolderGetActionableElementsV1Response.md
765773
docs/EzsignfolderGetActionableElementsV1ResponseMPayload.md
766774
docs/EzsignfolderGetActionableElementsV2Response.md
@@ -2091,6 +2099,8 @@ docs/WebhookCreateObjectV2ResponseMPayload.md
20912099
docs/WebhookDeleteObjectV1Response.md
20922100
docs/WebhookEditObjectV1Request.md
20932101
docs/WebhookEditObjectV1Response.md
2102+
docs/WebhookEzmaxpartnerproductSubscribe.md
2103+
docs/WebhookEzmaxpartnerproductUnsubscribe.md
20942104
docs/WebhookEzsignDocumentCompleted.md
20952105
docs/WebhookEzsignDocumentFormCompleted.md
20962106
docs/WebhookEzsignDocumentUnsent.md
@@ -2137,6 +2147,7 @@ docs/WebsocketResponseInformationV1.md
21372147
docs/WebsocketResponseInformationV1MPayload.md
21382148
eZmaxApi/__init__.py
21392149
eZmaxApi/api/__init__.py
2150+
eZmaxApi/api/documentation_ezmaxpartner_api.py
21402151
eZmaxApi/api/global_customer_api.py
21412152
eZmaxApi/api/global_ezmaxclient_api.py
21422153
eZmaxApi/api/global_ezmaxcustomer_api.py
@@ -2604,6 +2615,7 @@ eZmaxApi/models/custom_ezmaxcustomeruser_response.py
26042615
eZmaxApi/models/custom_ezmaxinvoicing_ezsigndocument_response.py
26052616
eZmaxApi/models/custom_ezmaxinvoicing_ezsignfolder_response.py
26062617
eZmaxApi/models/custom_ezmaxpartner_list_element.py
2618+
eZmaxApi/models/custom_ezmaxpartnerproduct_subscribe.py
26072619
eZmaxApi/models/custom_ezmaxpricing_response.py
26082620
eZmaxApi/models/custom_ezsigndocument_duplicate_request.py
26092621
eZmaxApi/models/custom_ezsigndocument_ezsignsignatures_automatic_response.py
@@ -2696,6 +2708,8 @@ eZmaxApi/models/discussionmessage_request_compound.py
26962708
eZmaxApi/models/discussionmessage_request_patch.py
26972709
eZmaxApi/models/discussionmessage_response.py
26982710
eZmaxApi/models/discussionmessage_response_compound.py
2711+
eZmaxApi/models/documentation_subscribe_v1_request.py
2712+
eZmaxApi/models/documentation_subscribe_v1_response.py
26992713
eZmaxApi/models/domain_autocomplete_element_response.py
27002714
eZmaxApi/models/domain_create_object_v1_request.py
27012715
eZmaxApi/models/domain_create_object_v1_response.py
@@ -2954,6 +2968,8 @@ eZmaxApi/models/ezsigndocument_extract_text_v1_request.py
29542968
eZmaxApi/models/ezsigndocument_extract_text_v1_response.py
29552969
eZmaxApi/models/ezsigndocument_extract_text_v1_response_m_payload.py
29562970
eZmaxApi/models/ezsigndocument_flatten_v1_response.py
2971+
eZmaxApi/models/ezsigndocument_get_actionable_elements_for_signer_v1_response.py
2972+
eZmaxApi/models/ezsigndocument_get_actionable_elements_for_signer_v1_response_m_payload.py
29572973
eZmaxApi/models/ezsigndocument_get_actionable_elements_v1_response.py
29582974
eZmaxApi/models/ezsigndocument_get_actionable_elements_v1_response_m_payload.py
29592975
eZmaxApi/models/ezsigndocument_get_actionable_elements_v2_response.py
@@ -3038,6 +3054,8 @@ eZmaxApi/models/ezsignfolder_duplicate_v1_response_m_payload.py
30383054
eZmaxApi/models/ezsignfolder_edit_object_v3_request.py
30393055
eZmaxApi/models/ezsignfolder_edit_object_v3_response.py
30403056
eZmaxApi/models/ezsignfolder_end_prematurely_v1_response.py
3057+
eZmaxApi/models/ezsignfolder_get_actionable_elements_for_signer_v1_response.py
3058+
eZmaxApi/models/ezsignfolder_get_actionable_elements_for_signer_v1_response_m_payload.py
30413059
eZmaxApi/models/ezsignfolder_get_actionable_elements_v1_response.py
30423060
eZmaxApi/models/ezsignfolder_get_actionable_elements_v1_response_m_payload.py
30433061
eZmaxApi/models/ezsignfolder_get_actionable_elements_v2_response.py
@@ -4229,6 +4247,8 @@ eZmaxApi/models/webhook_create_object_v2_response_m_payload.py
42294247
eZmaxApi/models/webhook_delete_object_v1_response.py
42304248
eZmaxApi/models/webhook_edit_object_v1_request.py
42314249
eZmaxApi/models/webhook_edit_object_v1_response.py
4250+
eZmaxApi/models/webhook_ezmaxpartnerproduct_subscribe.py
4251+
eZmaxApi/models/webhook_ezmaxpartnerproduct_unsubscribe.py
42324252
eZmaxApi/models/webhook_ezsign_document_completed.py
42334253
eZmaxApi/models/webhook_ezsign_document_form_completed.py
42344254
eZmaxApi/models/webhook_ezsign_document_unsent.py

README.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,31 @@ configuration = eZmaxApi.Configuration(
6262
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
6363
)
6464

65+
# The client must configure the authentication and authorization parameters
66+
# in accordance with the API server security policy.
67+
# Examples for each auth method are provided below, use the example that
68+
# satisfies your auth use case.
69+
70+
# Configure API key authorization: Authorization
71+
configuration.api_key['Authorization'] = os.environ["API_KEY"]
72+
73+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
74+
# configuration.api_key_prefix['Authorization'] = 'Bearer'
6575

6676

6777
# Enter a context with an instance of the API client
6878
with eZmaxApi.ApiClient(configuration) as api_client:
6979
# Create an instance of the API class
70-
api_instance = eZmaxApi.GlobalCustomerApi(api_client)
71-
pks_customer_code = 'pks_customer_code_example' # str |
72-
s_infrastructureproduct_code = 's_infrastructureproduct_code_example' # str | The infrastructure product Code If undefined, \"appcluster01\" is assumed (optional)
80+
api_instance = eZmaxApi.DocumentationEzmaxpartnerApi(api_client)
81+
documentation_subscribe_v1_request = eZmaxApi.DocumentationSubscribeV1Request() # DocumentationSubscribeV1Request |
7382

7483
try:
75-
# Get customer endpoint
76-
api_response = api_instance.global_customer_get_endpoint_v1(pks_customer_code, s_infrastructureproduct_code=s_infrastructureproduct_code)
77-
print("The response of GlobalCustomerApi->global_customer_get_endpoint_v1:\n")
84+
# Subscribe to an Ezmaxparnerproductstage
85+
api_response = api_instance.documentation_subscribe_v1(documentation_subscribe_v1_request)
86+
print("The response of DocumentationEzmaxpartnerApi->documentation_subscribe_v1:\n")
7887
pprint(api_response)
7988
except ApiException as e:
80-
print("Exception when calling GlobalCustomerApi->global_customer_get_endpoint_v1: %s\n" % e)
89+
print("Exception when calling DocumentationEzmaxpartnerApi->documentation_subscribe_v1: %s\n" % e)
8190

8291
```
8392

@@ -87,6 +96,7 @@ All URIs are relative to *https://prod.api.appcluster01.ca-central-1.ezmax.com/r
8796

8897
Class | Method | HTTP request | Description
8998
------------ | ------------- | ------------- | -------------
99+
*DocumentationEzmaxpartnerApi* | [**documentation_subscribe_v1**](docs/DocumentationEzmaxpartnerApi.md#documentation_subscribe_v1) | **POST** /1/documentation/subscribe | Subscribe to an Ezmaxparnerproductstage
90100
*GlobalCustomerApi* | [**global_customer_get_endpoint_v1**](docs/GlobalCustomerApi.md#global_customer_get_endpoint_v1) | **GET** /1/customer/{pksCustomerCode}/endpoint | Get customer endpoint
91101
*GlobalEzmaxclientApi* | [**global_ezmaxclient_version_v1**](docs/GlobalEzmaxclientApi.md#global_ezmaxclient_version_v1) | **GET** /1/ezmaxclient/{pksEzmaxclientOs}/version | Retrieve the latest version of the Ezmaxclient
92102
*GlobalEzmaxcustomerApi* | [**global_ezmaxcustomer_get_configuration_v1**](docs/GlobalEzmaxcustomerApi.md#global_ezmaxcustomer_get_configuration_v1) | **GET** /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfiguration | Get ezmaxcustomer configuration
@@ -265,6 +275,7 @@ Class | Method | HTTP request | Description
265275
*ObjectEzsigndocumentApi* | [**ezsigndocument_end_prematurely_v1**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_end_prematurely_v1) | **POST** /1/object/ezsigndocument/{pkiEzsigndocumentID}/endPrematurely | End prematurely
266276
*ObjectEzsigndocumentApi* | [**ezsigndocument_extract_text_v1**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_extract_text_v1) | **POST** /1/object/ezsigndocument/{pkiEzsigndocumentID}/extractText | Extract text from Ezsigndocument area
267277
*ObjectEzsigndocumentApi* | [**ezsigndocument_flatten_v1**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_flatten_v1) | **POST** /1/object/ezsigndocument/{pkiEzsigndocumentID}/flatten | Flatten
278+
*ObjectEzsigndocumentApi* | [**ezsigndocument_get_actionable_elements_for_signer_v1**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_get_actionable_elements_for_signer_v1) | **GET** /1/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElementsForSigner | Retrieve actionable elements of a user for the Ezsigndocument
268279
*ObjectEzsigndocumentApi* | [**ezsigndocument_get_actionable_elements_v1**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_get_actionable_elements_v1) | **GET** /1/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElements | Retrieve actionable elements for the Ezsigndocument
269280
*ObjectEzsigndocumentApi* | [**ezsigndocument_get_actionable_elements_v2**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_get_actionable_elements_v2) | **GET** /2/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElements | Retrieve actionable elements for the Ezsigndocument
270281
*ObjectEzsigndocumentApi* | [**ezsigndocument_get_actionable_elements_v3**](docs/ObjectEzsigndocumentApi.md#ezsigndocument_get_actionable_elements_v3) | **GET** /3/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElements | Retrieve actionable elements for the Ezsigndocument
@@ -300,6 +311,7 @@ Class | Method | HTTP request | Description
300311
*ObjectEzsignfolderApi* | [**ezsignfolder_duplicate_v1**](docs/ObjectEzsignfolderApi.md#ezsignfolder_duplicate_v1) | **POST** /1/object/ezsignfolder/{pkiEzsignfolderID}/duplicate | Duplicate the Ezsignfolder
301312
*ObjectEzsignfolderApi* | [**ezsignfolder_edit_object_v3**](docs/ObjectEzsignfolderApi.md#ezsignfolder_edit_object_v3) | **PUT** /3/object/ezsignfolder/{pkiEzsignfolderID} | Edit an existing Ezsignfolder
302313
*ObjectEzsignfolderApi* | [**ezsignfolder_end_prematurely_v1**](docs/ObjectEzsignfolderApi.md#ezsignfolder_end_prematurely_v1) | **POST** /1/object/ezsignfolder/{pkiEzsignfolderID}/endPrematurely | End prematurely
314+
*ObjectEzsignfolderApi* | [**ezsignfolder_get_actionable_elements_for_signer_v1**](docs/ObjectEzsignfolderApi.md#ezsignfolder_get_actionable_elements_for_signer_v1) | **GET** /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElementsForSigner | Retrieve actionable elements of a user for the Ezsignfolder
303315
*ObjectEzsignfolderApi* | [**ezsignfolder_get_actionable_elements_v1**](docs/ObjectEzsignfolderApi.md#ezsignfolder_get_actionable_elements_v1) | **GET** /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements | Retrieve actionable elements for the Ezsignfolder
304316
*ObjectEzsignfolderApi* | [**ezsignfolder_get_actionable_elements_v2**](docs/ObjectEzsignfolderApi.md#ezsignfolder_get_actionable_elements_v2) | **GET** /2/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements | Retrieve actionable elements for the Ezsignfolder
305317
*ObjectEzsignfolderApi* | [**ezsignfolder_get_actionable_elements_v3**](docs/ObjectEzsignfolderApi.md#ezsignfolder_get_actionable_elements_v3) | **GET** /3/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements | Retrieve actionable elements for the Ezsignfolder
@@ -974,6 +986,7 @@ Class | Method | HTTP request | Description
974986
- [CustomEzmaxinvoicingEzsigndocumentResponse](docs/CustomEzmaxinvoicingEzsigndocumentResponse.md)
975987
- [CustomEzmaxinvoicingEzsignfolderResponse](docs/CustomEzmaxinvoicingEzsignfolderResponse.md)
976988
- [CustomEzmaxpartnerListElement](docs/CustomEzmaxpartnerListElement.md)
989+
- [CustomEzmaxpartnerproductSubscribe](docs/CustomEzmaxpartnerproductSubscribe.md)
977990
- [CustomEzmaxpricingResponse](docs/CustomEzmaxpricingResponse.md)
978991
- [CustomEzsigndocumentDuplicateRequest](docs/CustomEzsigndocumentDuplicateRequest.md)
979992
- [CustomEzsigndocumentEzsignsignaturesAutomaticResponse](docs/CustomEzsigndocumentEzsignsignaturesAutomaticResponse.md)
@@ -1066,6 +1079,8 @@ Class | Method | HTTP request | Description
10661079
- [DiscussionmessageRequestPatch](docs/DiscussionmessageRequestPatch.md)
10671080
- [DiscussionmessageResponse](docs/DiscussionmessageResponse.md)
10681081
- [DiscussionmessageResponseCompound](docs/DiscussionmessageResponseCompound.md)
1082+
- [DocumentationSubscribeV1Request](docs/DocumentationSubscribeV1Request.md)
1083+
- [DocumentationSubscribeV1Response](docs/DocumentationSubscribeV1Response.md)
10691084
- [DomainAutocompleteElementResponse](docs/DomainAutocompleteElementResponse.md)
10701085
- [DomainCreateObjectV1Request](docs/DomainCreateObjectV1Request.md)
10711086
- [DomainCreateObjectV1Response](docs/DomainCreateObjectV1Response.md)
@@ -1324,6 +1339,8 @@ Class | Method | HTTP request | Description
13241339
- [EzsigndocumentExtractTextV1Response](docs/EzsigndocumentExtractTextV1Response.md)
13251340
- [EzsigndocumentExtractTextV1ResponseMPayload](docs/EzsigndocumentExtractTextV1ResponseMPayload.md)
13261341
- [EzsigndocumentFlattenV1Response](docs/EzsigndocumentFlattenV1Response.md)
1342+
- [EzsigndocumentGetActionableElementsForSignerV1Response](docs/EzsigndocumentGetActionableElementsForSignerV1Response.md)
1343+
- [EzsigndocumentGetActionableElementsForSignerV1ResponseMPayload](docs/EzsigndocumentGetActionableElementsForSignerV1ResponseMPayload.md)
13271344
- [EzsigndocumentGetActionableElementsV1Response](docs/EzsigndocumentGetActionableElementsV1Response.md)
13281345
- [EzsigndocumentGetActionableElementsV1ResponseMPayload](docs/EzsigndocumentGetActionableElementsV1ResponseMPayload.md)
13291346
- [EzsigndocumentGetActionableElementsV2Response](docs/EzsigndocumentGetActionableElementsV2Response.md)
@@ -1408,6 +1425,8 @@ Class | Method | HTTP request | Description
14081425
- [EzsignfolderEditObjectV3Request](docs/EzsignfolderEditObjectV3Request.md)
14091426
- [EzsignfolderEditObjectV3Response](docs/EzsignfolderEditObjectV3Response.md)
14101427
- [EzsignfolderEndPrematurelyV1Response](docs/EzsignfolderEndPrematurelyV1Response.md)
1428+
- [EzsignfolderGetActionableElementsForSignerV1Response](docs/EzsignfolderGetActionableElementsForSignerV1Response.md)
1429+
- [EzsignfolderGetActionableElementsForSignerV1ResponseMPayload](docs/EzsignfolderGetActionableElementsForSignerV1ResponseMPayload.md)
14111430
- [EzsignfolderGetActionableElementsV1Response](docs/EzsignfolderGetActionableElementsV1Response.md)
14121431
- [EzsignfolderGetActionableElementsV1ResponseMPayload](docs/EzsignfolderGetActionableElementsV1ResponseMPayload.md)
14131432
- [EzsignfolderGetActionableElementsV2Response](docs/EzsignfolderGetActionableElementsV2Response.md)
@@ -2599,6 +2618,8 @@ Class | Method | HTTP request | Description
25992618
- [WebhookDeleteObjectV1Response](docs/WebhookDeleteObjectV1Response.md)
26002619
- [WebhookEditObjectV1Request](docs/WebhookEditObjectV1Request.md)
26012620
- [WebhookEditObjectV1Response](docs/WebhookEditObjectV1Response.md)
2621+
- [WebhookEzmaxpartnerproductSubscribe](docs/WebhookEzmaxpartnerproductSubscribe.md)
2622+
- [WebhookEzmaxpartnerproductUnsubscribe](docs/WebhookEzmaxpartnerproductUnsubscribe.md)
26022623
- [WebhookEzsignDocumentCompleted](docs/WebhookEzsignDocumentCompleted.md)
26032624
- [WebhookEzsignDocumentFormCompleted](docs/WebhookEzsignDocumentFormCompleted.md)
26042625
- [WebhookEzsignDocumentUnsent](docs/WebhookEzsignDocumentUnsent.md)
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# CustomEzmaxpartnerproductSubscribe
2+
3+
Request for POST /1/webhookdocumentation/subscribe
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**pks_ezmaxcustomer_code** | **str** | The Ezmaxcustomer code | [optional]
10+
**s_infrastructureenvironmenttype_description** | **str** | The environment type Description | [optional]
11+
**s_company_name1** | **str** | The Name of the Company in French | [optional]
12+
**s_company_name2** | **str** | The Name of the Company in English | [optional]
13+
**fki_systemconfigurationtype_id** | **int** | The unique ID of the Systemconfigurationtype | [optional]
14+
**s_systemconfigurationtype_description1** | **str** | The description of the Systemconfigurationtype in the language of the requester | [optional]
15+
**s_systemconfigurationtype_description2** | **str** | The description of the Systemconfigurationtype in the language of the requester | [optional]
16+
**fki_ezmaxpartner_id** | **int** | The unique ID of the Ezmaxpartner | [optional]
17+
**s_ezmaxpartner_name1** | **str** | The name of the Ezmaxpartner in french | [optional]
18+
**s_ezmaxpartner_name2** | **str** | The name of the Ezmaxpartner in english | [optional]
19+
**fki_ezmaxpartnerproduct_id** | **int** | The unique ID of the Ezmaxpartnerproduct | [optional]
20+
**s_ezmaxpartnerproduct_name1** | **str** | The name1 of the Ezmaxpartnerproduct | [optional]
21+
**s_ezmaxpartnerproduct_name2** | **str** | The name2 of the Ezmaxpartnerproduct | [optional]
22+
**fki_ezmaxpartnerproductstage_id** | **int** | The unique ID of the Ezmaxpartnerproductstage | [optional]
23+
**s_ezmaxpartnerproductstage_code** | **str** | The code of the sEzmaxpartnerproductstage | [optional]
24+
**s_user_login_name** | **str** | The login name of the User. | [optional]
25+
**s_user_first_name** | **str** | The first name of the user | [optional]
26+
**s_user_last_name** | **str** | The last name of the user | [optional]
27+
**fki_user_id** | **int** | The unique ID of the User | [optional]
28+
**fki_language_id** | **int** | The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English| | [optional]
29+
**obj_address** | [**AddressRequestCompound**](AddressRequestCompound.md) | | [optional]
30+
**objphone** | [**PhoneRequestCompoundV2**](PhoneRequestCompoundV2.md) | | [optional]
31+
**obj_email** | [**EmailRequestCompound**](EmailRequestCompound.md) | | [optional]
32+
33+
## Example
34+
35+
```python
36+
from eZmaxApi.models.custom_ezmaxpartnerproduct_subscribe import CustomEzmaxpartnerproductSubscribe
37+
38+
# TODO update the JSON string below
39+
json = "{}"
40+
# create an instance of CustomEzmaxpartnerproductSubscribe from a JSON string
41+
custom_ezmaxpartnerproduct_subscribe_instance = CustomEzmaxpartnerproductSubscribe.from_json(json)
42+
# print the JSON string representation of the object
43+
print(CustomEzmaxpartnerproductSubscribe.to_json())
44+
45+
# convert the object into a dict
46+
custom_ezmaxpartnerproduct_subscribe_dict = custom_ezmaxpartnerproduct_subscribe_instance.to_dict()
47+
# create an instance of CustomEzmaxpartnerproductSubscribe from a dict
48+
custom_ezmaxpartnerproduct_subscribe_from_dict = CustomEzmaxpartnerproductSubscribe.from_dict(custom_ezmaxpartnerproduct_subscribe_dict)
49+
```
50+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
51+
52+

0 commit comments

Comments
 (0)