You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromfattureincloud_python_sdk.models.modify_archive_document_requestimportModifyArchiveDocumentRequest# TODO update the JSON string belowjson="{}"# create an instance of ModifyArchiveDocumentRequest from a JSON stringmodify_archive_document_request_instance=ModifyArchiveDocumentRequest.from_json(json)
# print the JSON string representation of the objectprintModifyArchiveDocumentRequest.to_json()
# convert the object into a dictmodify_archive_document_request_dict=modify_archive_document_request_instance.to_dict()
# create an instance of ModifyArchiveDocumentRequest from a dictmodify_archive_document_request_form_dict=modify_archive_document_request.from_dict(modify_archive_document_request_dict)