method_notification_url Property
The URL to which the method notification will be posted.
Syntax
def get_method_notification_url() -> str: ... def set_method_notification_url(value: str) -> None: ...
method_notification_url = property(get_method_notification_url, set_method_notification_url)
Default Value
""
Remarks
This property specifies the URL to which the ACS will post when the method execution has completed. This must be set before calling get_method_data. See get_method_data for more details.