update_entry Method

Update an OData entry.

Syntax

def update_entry() -> None: ...

Remarks

The class will update the OData entry specified by service_root_uri and resource_path (service_root_uri/resource_path). It will update the OData entry with the elements specified by entry_properties.

Upon a successful update, all previous entries contained by the component, prior to the update_entry call, will be cleared and replaced with the response entry data. entry_index will then be set to 0 (the first entry within the response), populating the entry_author, entry_e_tag, entry_title, entry_summary, entry_updated, entry_links, entry_properties and resource_path properties. other_headers will also be cleared and thus will need to be reset accordingly with each call made.

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