Request for POST /1/object/ezsigntemplate/{pkiEzsigntemplateID}/copy
Name | Type | Description | Notes |
---|---|---|---|
a_fki_ezsignfoldertype_id | List[int] |
from eZmaxApi.models.ezsigntemplate_copy_v1_request import EzsigntemplateCopyV1Request
# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplateCopyV1Request from a JSON string
ezsigntemplate_copy_v1_request_instance = EzsigntemplateCopyV1Request.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplateCopyV1Request.to_json())
# convert the object into a dict
ezsigntemplate_copy_v1_request_dict = ezsigntemplate_copy_v1_request_instance.to_dict()
# create an instance of EzsigntemplateCopyV1Request from a dict
ezsigntemplate_copy_v1_request_form_dict = ezsigntemplate_copy_v1_request.from_dict(ezsigntemplate_copy_v1_request_dict)