Update Request
Update an existing request. Supports partial updates.
Updatable fields:
- Standard fields (value, size, status, confidence, etc.)
- Workflow fields (workflowId, phaseId)
- Contact information (primaryEmail, primaryPhone)
- Custom fields (through custom object)
Note: Updates are atomic - either all fields update or none do.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
requestId
Request identifier
Query parameters
allow_new_options
Whether to allow creation of new dropdown options during record creation
Request
This endpoint expects an object.
title
Project title/name
address
An array containing a single string, which represents the full request location/address.
trades
Array of trade types
description
Project description
clientId
ID of associated client
workflowId
ID of associated workflow
value
Project value
size
Project size
status
Status of the project:
* `ACTIVE` - Project is active and in progress
* `ON_HOLD` - Project is temporarily paused
* `CANCELLED` - Project has been cancelled
* `COMPLETED` - Project has been completed
Allowed values:
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
custom
Custom fields
Response
Request updated successfully
address
An array containing a single string, which represents the full request location/address.
city
clientId
Associated client ID
companyId
Company identifier
confidence
Deal confidence score (0-100)
createdAt
Creation timestamp
createdById
Identifier of the user who created the request
custom
Custom fields
description
Record description
geoLocation
Latitude/Longitude in “lat,lon” format
id
Unique identifier
imageUrl
Image URL for the request
isActive
Whether the record is active
jurisdiction
lastActivity
number
Sequential request number
owner
phase
phaseId
phaseInstances
Ordered list of phase instances for the request
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
projectManager
salesRep
size
Deal size
state
street
streetViewUrl
Street view image URL
title
Record title/name
trades
Array of trade types
updatedAt
Last update timestamp
value
Deal value
workflowId
Associated workflow ID
workflowName
Name of the associated workflow.
zipcode
