You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application/json: {"errors": [{"error_key": "contractor_payments", "category": "nested_errors", "metadata": {"contractor_uuid": "72ae4617-daa9-4ed7-85e0-18ed5d0ee835"}, "errors": [{"error_key": "hours", "category": "invalid_attribute_value", "message": "Ella Fitzgerald is paid fixed wage and hours cannot be set on a contractor payment"}]}, {"error_key": "contractor_payments", "category": "nested_errors", "metadata": {"contractor_uuid": "2d7bf62c-babf-4a12-8292-340e2d9cab28"}, "errors": [{"error_key": "wage", "category": "invalid_attribute_value", "message": "Isaiah Berlin is paid hourly and wage cannot be set on a contractor payment"}]}]}
|`flowType`|*string*|:heavy_check_mark:| flow type |
18
-
|`entityUuid`|*string*|:heavy_minus_sign:| UUID of the target entity applicable to the flow. This field is optional for company flows, please refer to the flow_types table above for more details. |
19
-
|`entityType`|[operations.EntityType](../../models/operations/entitytype.md)|:heavy_minus_sign:| the type of target entity applicable to the flow. This field is optional for company flows, please refer to the flow_types table above for more details. |
|`flowType`|*string*|:heavy_check_mark:| flow type |
18
+
|`entityUuid`|*string*|:heavy_minus_sign:| UUID of the target entity applicable to the flow. This field is optional for company flows, please refer to the flow_types table above for more details. |
19
+
|`entityType`|[operations.EntityType](../../models/operations/entitytype.md)|:heavy_minus_sign:| the type of target entity applicable to the flow. This field is optional for company flows, please refer to the flow_types table above for more details. |
20
+
|`options`| Record<string, *any*> |:heavy_minus_sign:| Optional configuration object that varies based on the flow_type. This can contain arbitrary key-value pairs specific to the flow being generated (e.g., { "provider": "guideline" }). |
0 commit comments