Create Resource Requirement

Overview

Creates a resource requirement for a job

Category: Work Management

Use this action to create a resource requirement for a job. Resource requirements define how many resources a job needs and optionally specify time windows and duration.

Request

Parameter Type Required Description Example
JobId string Yes The ID of the job 0014ccb7-73ad-40e1-9282-2c492a0f313a
Quantity integer Yes Number of resources required 2
Description string No Description of the requirement Electrician needed
Duration integer No Duration in minutes 120
ScheduledStart string No Scheduled start in ISO 8601 UTC 2026-01-15T09:00:00.000Z
ScheduledEnd string No Scheduled end in ISO 8601 UTC 2026-01-15T11:00:00.000Z
Status string No Requirement status from the ResourceRequirements.Status picklist Open

Response

This action’s output is available as $createResourceRequirement in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.

Field Type Description
result.data.UID string The UID of the record

Example output:

{
  "UID": "00147d8e-5fa2-4b63-a670-af81566ddc11"
}