AirData Request
Last updated
Was this helpful?
Last updated
Was this helpful?
The AirData Request Operation provides a mechanism to Read/Write/Update/Delete to and from .
To save information requested from a in the .
Insert a users’ personal information in a CUSTOMER object.
To update information requested from a Web Flow’s inputs in the AirData Builder.
Update feedback from users in a CSAT object.
To query data that is currently in an AirData object.
Requesting a list of countries from AirData.
Dropdown of , created in AirData Builder, to perform the AirData request on.
Defines the type of action the AirData Request will perform:
: to insert a new record to an app object. Allows the ability to control the error if there is a conflict with a constraint set on the AirData App object.
: updates the app object if the __id
matches, otherwise will insert a new record.
: updates an app object if the __id
matches, otherwise will return an error.
: to delete a record from an app object given an __id
: queries data from an app object
A Variable is automatically created to hold the results of this Operation. This will be an object describing the result of the operation, as well as the __id
of the objects inserted/modified, depending on the request type.