Update RFQ Status
Transitions an RFQ to a new status. Returns the updated RFQ.
Invalid status values return 400 with a list of valid values.
Requires scope: rfqs:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
RFQ ID.
Request
This endpoint expects an object.
status
The target status for this RFQ.
Returns 400 with a list of valid values if an unrecognized status is provided.
Response
This endpoint returns an object.
id
Unique identifier for the RFQ.
name
Display name of the RFQ.
status
Current status of the RFQ.
supplierCount
Number of suppliers added to this RFQ.
materialCount
Number of material line items in this RFQ.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
rfqNumber
Auto-generated sequential reference number for the RFQ.
type
RFQ type classification.
priorityStatus
Priority level (e.g. LOW, MEDIUM, HIGH, URGENT).
noteForSupplier
Note or instructions visible to suppliers.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error