IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_respond_by_date Property

This property specifies the date by which the other party should respond.

Syntax

def get_cem_respond_by_date(cem_index: int) -> str: ...
def set_cem_respond_by_date(cem_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property specifies the date by which the other party should respond. If the other party does not respond the new certificate may be used without any further notice. This property exists to assist the recipient in knowing when they should respond by. It does not guarantee a response by the specified date.

The format is of the XML standard dateTime type expressed in local time with UTC offset. For instance: "2005-08-31T00:21:00-05:00".

When using AS2Sender set this before calling on_send_cem_request.

When using AS2Receiver this property may be queried.

The cem_index parameter specifies the index of the item in the array. The size of the array is controlled by the cem_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]