v1

latestSwagger 2.02026-07-13107214235.7 KB
RFE

Create a RFE

Create a RFE

post/v1/workgroups/{workgroup_id}/projects/{project_id}/rfes

Path parameters

workgroup_idstring required
project_idstring required

Request body

descriptionstring
detailsstring
estimate_due_datestring date
proposed_order_completion_datestring date
rfe_numberstring
rfe_titlestring
supplier_user_idsinteger[]

Example request

{
  "description": "sample description",
  "details": "sample details",
  "rfe_number": "sample rfe_number",
  "rfe_title": "sample rfe_title"
}

Response

Successful update

rfq_idinteger
status_codeinteger
status_reasonstring

Example response

{
  "status_reason": "sample status_reason"
}