Update Field Request
Updates mutable fields on an existing field request. Only fields included in the request body are modified.
Requires scope: field_requests:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Field request ID.
Request
This endpoint expects an object.
name
Updated name or short description.
locationId
Updated location ID.
notes
Updated notes. Maximum 500 characters. Pass null to clear.
dueDate
Updated due date. Pass null to clear.
Response
This endpoint returns an object.
id
Unique identifier for the field request.
number
Auto-generated sequential reference number for the field request.
status
Current status of the field request.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
name
Name or short description of the field request.
priorityStatus
Priority level assigned to the field request.
notes
Additional notes or details about the request.
dueDate
ISO 8601 timestamp for when the request is due.
location
Reference to the location associated with this request.
createdBy
Reference to the user who created the field request.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error