Callback mapping types
Callbacks can have both a request payload and one or more response payloads. Therefore, when you map callbacks in UI builder, two mapping types can be available.
Request mapping
CyberApps can send form model data to your cloud service. To do this, you must specify which model properties you want to send, and map them to the payload callback request.
For examples, see Request mapping examples.

Response mapping
When a callback is sent to the callback handler, the response can include data which should be displayed by form elements or stored in form input parameters. Response mapping specifies how the data received in the callback response payload is mapped to the form model.
For examples, see Response mapping examples.
