Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Update

Update

Update requests are issued by guides during runtime for each updateable field on a guide screen. The request contains the ID of the object being updated in addition to the fields and values being updated.
Code Example: Update Message
<host:update objectType="contacts" xmlns:host="http://schemas.active-endpoints.com/ appmodules/screenflow/2011/06/avosHostEnvironment.xsd"> <host:id >925cdc8b-f8e5-467e-ad1b-9270afb97b8f</host:id> <host:fieldValue name="FirstName">Mark</host:fieldValue> <host:fieldValue name="LastName">Lords</host:fieldValue> <host:fieldValue name="Email">mark@myemail.com</host:fieldValue> </host:update>
The response for an update message is simply an empty
updateResponse
element. Optionally, it can have rollback instructions.

0 COMMENTS

We’d like to hear from you!