Skip to content

Files

Latest commit

author
Api (Codebuild)
Jan 14, 2025
1900452 · Jan 14, 2025

History

History
30 lines (21 loc) · 1.74 KB

EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request.md

File metadata and controls

30 lines (21 loc) · 1.74 KB

EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request

Request for PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplateformfieldgroups

Properties

Name Type Description Notes
a_obj_ezsigntemplateformfieldgroup List[EzsigntemplateformfieldgroupRequestCompound]

Example

from eZmaxApi.models.ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request import EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request

# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request from a JSON string
ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request_instance = EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request.to_json())

# convert the object into a dict
ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request_dict = ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request_instance.to_dict()
# create an instance of EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request from a dict
ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request_from_dict = EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request.from_dict(ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_request_dict)

[Back to Model list] [Back to API list] [Back to README]