CreateManualActionRequestRequest
| Field | Type |
|---|---|
portfolio_id | string |
display_name | string |
display_description | string |
expires_at | optional int64 |
Required scope: action_request:create
Creates the same bounded manual action request available from the portfolio quick action. Arbitrary request kinds, workflow configuration, notification controls, and chained requests are not exposed.
POST /public-api/publicapi.v1.ActionRequest/CreateManualActionRequest Creates a manual customer action request. This operation is not idempotent.
| Field | Type |
|---|---|
portfolio_id | string |
display_name | string |
display_description | string |
expires_at | optional int64 |
| Field | Type | Description |
|---|---|---|
action_request | ActionRequest | |
portal_url | string | Customer portal bearer URL. Treat this value as a credential. |
{ "portfolioId": "<portfolio-id>", "displayName": "Upload meter photo", "displayDescription": "Please provide a clear photo of the meter.", "expiresAt": "1790726400"}The response includes portalUrl, a bearer URL intended for the customer.
Treat it as a credential and do not log or expose it. This operation is not
idempotent.