Create an HHD flow
HHD Flows
Create an HHD flow
Create a handheld device (HHD) flow for an implementation.
POST
Create an HHD flow
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique code within the implementation (immutable after creation) |
name | Yes | Display name |
flow_type | Yes | standard, task, or loading |
implementation_id | Yes | The HHD implementation this flow belongs to |
is_default | No | Whether this is the default flow for the implementation |
definition | No | JSON definition of the flow steps |
HHD flows use the JSON:API typerf_flowsand live under the/api/rf/flowspath (known internally as RF flows).
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
HHD flow created successfully

