Body
Required
-
Name of 3rd party provider of RFI
Values are
AUTODESK,PROCORE, orEGNYTE. -
Location
-
Rfi Status
-
RFI ID
-
Title
-
User ID
-
Project ID
-
Created date
-
External project ID
-
RFI number
-
Due date
-
Updated date
-
Whether linked activities are confirmed
Default value is
false. -
Whether RFI impacts the schedule of the project or not
-
Email of the user who created the RFI
-
Name of the user who created the RFI
-
Date when RFI was resolved
-
The number of days that the RFI impacts the schedule
-
Whether RFI impacts the cost of the project or not
-
The dollar amount that the RFI impacts the project
-
The list of activities linked and affected by the RFI
-
RFI questions
-
Ball in court users
-
Priority
PUT
/public/v1/projects/{projectId}/rfis/{rfiId}
curl \
--request PUT 'https://live.smartpmtech.com/public/v1/projects/{projectId}/rfis/{rfiId}' \
--header "X-API-KEY: $API_KEY" \
--header "Content-Type: application/json" \
--header "X-COMPANY-ID: string" \
--data '{"providerName":"AUTODESK","location":"Building A, Floor 3","status":"OPEN","id":1001,"title":"Foundation Work Schedule Clarification","userId":"123e4567-e89b-12d3-a456-426614174000","projectId":2001,"createdDate":"2025-05-01T08:00:00+00:00","externalProjectId":"proj-7890","number":"RFI-2025-001","dueDate":"2025-05-10T17:00:00+00:00","updatedDate":"2025-05-03T16:20:00+00:00","areLinkedActivitiesConfirmed":true,"scheduleImpactStatus":"yes","createdByEmail":"jane.smith@constructionco.com","createdByUserName":"Jane Smith","resolvedDate":"2025-05-04T09:42:00+00:00","scheduleImpactValue":10,"costImpactStatus":"yes","costImpactValue":15000.75,"rfiLinkedActivities":[{"id":1,"activityId":25,"rfi":{}}],"rfiQuestions":[{"userId":"123e4567-e89b-12d3-a456-426614174001","rfi":{},"createdDate":"2025-05-01T14:30:00+00:00","createdByUserName":"John Doe","question":"Can the foundation work be completed before the rainy season?","rfiAnswers":[{"userId":"123e4567-e89b-12d3-a456-426614174002","createdDate":"2025-05-02T10:15:00+00:00","createdByEmail":"bob.jones@constructionco.com","createdByUserName":"Bob Jones","answer":"Yes, with accelerated scheduling, completion is feasible by mid-April.","isOfficialResponse":true,"id":301}],"id":401}],"rfiBallInCourtUsers":[{"email":"mike.wilson@constructionco.com","rfi":{},"name":"Mike Wilson","id":501}],"priority":"high"}'
Request examples
# Headers
X-COMPANY-ID: string
# Payload
{
"providerName": "AUTODESK",
"location": "Building A, Floor 3",
"status": "OPEN",
"id": 1001,
"title": "Foundation Work Schedule Clarification",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"projectId": 2001,
"createdDate": "2025-05-01T08:00:00+00:00",
"externalProjectId": "proj-7890",
"number": "RFI-2025-001",
"dueDate": "2025-05-10T17:00:00+00:00",
"updatedDate": "2025-05-03T16:20:00+00:00",
"areLinkedActivitiesConfirmed": true,
"scheduleImpactStatus": "yes",
"createdByEmail": "jane.smith@constructionco.com",
"createdByUserName": "Jane Smith",
"resolvedDate": "2025-05-04T09:42:00+00:00",
"scheduleImpactValue": 10,
"costImpactStatus": "yes",
"costImpactValue": 15000.75,
"rfiLinkedActivities": [
{
"id": 1,
"activityId": 25,
"rfi": {}
}
],
"rfiQuestions": [
{
"userId": "123e4567-e89b-12d3-a456-426614174001",
"rfi": {},
"createdDate": "2025-05-01T14:30:00+00:00",
"createdByUserName": "John Doe",
"question": "Can the foundation work be completed before the rainy season?",
"rfiAnswers": [
{
"userId": "123e4567-e89b-12d3-a456-426614174002",
"createdDate": "2025-05-02T10:15:00+00:00",
"createdByEmail": "bob.jones@constructionco.com",
"createdByUserName": "Bob Jones",
"answer": "Yes, with accelerated scheduling, completion is feasible by mid-April.",
"isOfficialResponse": true,
"id": 301
}
],
"id": 401
}
],
"rfiBallInCourtUsers": [
{
"email": "mike.wilson@constructionco.com",
"rfi": {},
"name": "Mike Wilson",
"id": 501
}
],
"priority": "high"
}
Response examples (500)
{}
Response examples (200)
{
"rfi": {
"id": 1001,
"externalProjectId": "proj-7890",
"projectId": 2001,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"number": "RFI-2025-001",
"title": "Foundation Work Schedule Clarification",
"createdByEmail": "jane.smith@constructionco.com",
"createdByUserName": "Jane Smith",
"dueDate": "2025-05-10T17:00:00+00:00",
"createdDate": "2025-05-01T08:00:00+00:00",
"updatedDate": "2025-05-03T16:20:00+00:00",
"resolvedDate": "2025-05-04T09:42:00+00:00",
"status": "OPEN",
"scheduleImpactStatus": "yes",
"scheduleImpactValue": 10,
"costImpactStatus": "yes",
"costImpactValue": 15000.75,
"priority": "high",
"location": "Building A, Floor 3",
"areLinkedActivitiesConfirmed": true,
"providerName": "AUTODESK",
"rfiLinkedActivities": [
{
"id": 1,
"activityId": 25,
"rfi": {
"providerName": "AUTODESK",
"location": "Building A, Floor 3",
"status": "OPEN",
"id": 1001,
"title": "Foundation Work Schedule Clarification",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"projectId": 2001,
"createdDate": "2025-05-01T08:00:00+00:00",
"externalProjectId": "proj-7890",
"number": "RFI-2025-001",
"dueDate": "2025-05-10T17:00:00+00:00",
"updatedDate": "2025-05-03T16:20:00+00:00",
"areLinkedActivitiesConfirmed": true,
"scheduleImpactStatus": "yes",
"createdByEmail": "jane.smith@constructionco.com",
"createdByUserName": "Jane Smith",
"resolvedDate": "2025-05-04T09:42:00+00:00",
"scheduleImpactValue": 10,
"costImpactStatus": "yes",
"costImpactValue": 15000.75,
"rfiLinkedActivities": [
{}
],
"rfiQuestions": [
{
"userId": "123e4567-e89b-12d3-a456-426614174001",
"rfi": {},
"createdDate": "2025-05-01T14:30:00+00:00",
"createdByUserName": "John Doe",
"question": "Can the foundation work be completed before the rainy season?",
"rfiAnswers": [
{
"userId": "123e4567-e89b-12d3-a456-426614174002",
"createdDate": "2025-05-02T10:15:00+00:00",
"createdByEmail": "bob.jones@constructionco.com",
"createdByUserName": "Bob Jones",
"answer": "Yes, with accelerated scheduling, completion is feasible by mid-April.",
"isOfficialResponse": true,
"id": 301
}
],
"id": 401
}
],
"rfiBallInCourtUsers": [
{
"email": "mike.wilson@constructionco.com",
"rfi": {},
"name": "Mike Wilson",
"id": 501
}
],
"priority": "high"
}
}
],
"rfiQuestions": [
{
"userId": "123e4567-e89b-12d3-a456-426614174001",
"rfi": {},
"createdDate": "2025-05-01T14:30:00+00:00",
"createdByUserName": "John Doe",
"question": "Can the foundation work be completed before the rainy season?",
"rfiAnswers": [
{
"userId": "123e4567-e89b-12d3-a456-426614174002",
"createdDate": "2025-05-02T10:15:00+00:00",
"createdByEmail": "bob.jones@constructionco.com",
"createdByUserName": "Bob Jones",
"answer": "Yes, with accelerated scheduling, completion is feasible by mid-April.",
"isOfficialResponse": true,
"id": 301
}
],
"id": 401
}
],
"rfiBallInCourtUsers": [
{
"email": "mike.wilson@constructionco.com",
"rfi": {},
"name": "Mike Wilson",
"id": 501
}
]
},
"rfiActivityImpactResponses": [
{
"activityId": 25,
"timeToImpact": 10
}
],
"dateOfImpact": "2025-05-15T00:00:00Z",
"impactState": "ON_TRACK",
"lowestFloat": 3.5,
"delay": 2,
"tiaEndDateVariance": 4,
"projectRisk": "MEDIUM",
"externalLink": "https://constructionco.com/rfi/1001",
"tiaCreated": true
}