WIP project

Create a WIP project

post/objects/construction-forecasting/wip-project

Creates a new WIP project.

SecurityOAuth2
Request
Request Body schema: application/json
required
required
object

The WIP period this WIP project is associated with.

key
string

The key for the WIP period.

Example: "123"
id
string

Unique identifier for the WIP period.

Example: "123"
required
object

The project this WIP project is based on.

key
string

Key for the project.

Example: "16"
id
string

Identifier for the project.

Example: "SMIT"
key
string

System-assigned key for the WIP project.

Example: "1"
id
string

Unique identifier for the WIP project. This value is the same as the key for this object.

Example: "1"
isFinalized
boolean
Default: false

A WIP project is finalized when it is ready to be posted to the general ledger.

Example: false
estimatedCostToDateAmount
string <decimal-precision-2>

The project's estimated costs to-date based on estimate entries in the project's primary estimate. Estimate entries are included if they meet the following criteria:

  • Have a workflow type of original, revision, or approved change.
  • Have an effective date that falls before or on the end date for the WIP schedule.
Example: "10000.00"
jobToDateCosts
string <decimal-precision-2>

The project's actual costs to-date. This amount comes from journal postings to the selected cost accounts.

Example: "1000.00"
estimatedCostToComplete
string <decimal-precision-2>

Estimate of the costs remaining for the project. The amount is calculated as estimatedCostAtCompletion less jobToDateCosts.

Example: "3000.00"
estimatedCostAtCompletion
string <decimal-precision-2>

Estimated cost at completion of the project based on estimate entries in the project's primary estimate. Estimate entries are included if they have a workflow type of original, revision, or approved change.

Example: "3000.00"
pendingEstimatesAmount
string <decimal-precision-2>

Estimated pending amount based on pending estimate entries in the project's primary estimate.

Example: "3000.00"
estimatedPercentComplete
string <percent-precision-2>

Estimated percent complete for the project, calculated as project's jobToDateCosts divided by estimatedCostAtCompletion.

Example: 70.5
object

Project manager's forecast of project costs, profits, and completion percentage.

costToComplete
string <decimal-precision-2>

Project manager forecast cost to complete.

Example: "3000.00"
costAtCompletion
string <decimal-precision-2>

Project manager forecast cost at completion.

Example: "9000.00"
percentComplete
string <percent-precision-2>

Project manager forecast percent complete.

Example: 90
contractValue
string <decimal-precision-2>

Project manager forecast contract value.

Example: "10000.00"
lastUpdatedDate
string <date-time>

The date and time the project manager last updated their forecast.

Example: "2023-05-26T10:06:00Z"
object

CFO forecast of project costs, profits, and completion percentage.

costToComplete
string <decimal-precision-2>

CFO forecast cost to complete.

Example: "4000.00"
costAtCompletion
string <decimal-precision-2>

CFO forecast cost at completion.

Example: "9500.00"
percentComplete
string <percent-precision-2>

CFO forecast percent complete.

Example: 70
contractValue
string <decimal-precision-2>

CFO forecast contract value.

Example: "10000.00"
lastUpdatedDate
string <date-time>

The date and time the CFO last updated their forecast.

Example: "2023-05-26T10:06:00Z"
costAtCompletionVariance
string <decimal-precision-2>

Cost at completion variance (cfoForecast.costAtCompletion less estimatedCostAtCompletion).

Example: "500.00"
totalContractValue
string <decimal-precision-2>

The sum of the price for all project contract lines, including any change request entries linked to the project contract line through a change order.

A project contract line entry is included in the calculation if it meets the following conditions:

  • The workflow type is original or revision, or approved change (change request entry).
  • The price effective date is earlier than or on the end date of the WIP schedule period.
Example: "10000.00"
contractVarianceAmount
string <decimal-precision-2>

Contract amount variance (cfoForecast.contractValue less totalContractValue).

Example: "1000.00"
jobToDateBillings
string <decimal-precision-2>

Job-to-date billings amount comes from journal postings to the revenue accounts specified in the WIP setup object.

Journal entries are included in this amount if they meet the following conditions:

  • The account is specified as a revenue account in the list of accounts in the WIP setup object.

  • The project dimension assigned to the journal entry matches the WIP project or one of its child projects.

  • The entry date for the journal entry falls before the WIP schedule period end date.

A credit amount posted to the account is added to the job-to-date billed amount. A debit is subtracted.

Example: "5000.00"
earnedToDateAmount
string <decimal-precision-2>

Earned-to-date amount (cfoForecast.contractValue multiplied by cfoForecast.percentComplete).

This amount reflects the earnings from the beginning of the project; it is not limited to the current year.

Example: "5000.00"
remainingBacklogAmount
string <decimal-precision-2>

Remaining backlog amount represents the work left for the project as a currency amount (cfoForecast.contractValue less earnedToDateAmount).

Example: "3000.00"
overUnderBillingAmount
string <decimal-precision-2>

The overbilling or underbilling amount is the difference between YTD billed and YTD earned amounts.

Example: "-1000.00"
earnedProfitToDateAmount
string <decimal-precision-2>

Current earned profit to-date (earnedToDateAmount less jobToDateCosts).

Example: "5000.00"
grossProfitPercentOfContract
string <percent-precision-2>

Gross profit percent of contract (cfoForecast.grossProfitAtCompletion divided by cfoForecast.contractValue).

Example: 20
grossProfitPercentOfCost
string <percent-precision-2>

Gross profit percent of cost (cfoForecast.grossProfitAtCompletion divided by cfoForecast.costsAtCompletion).

Example: 30
totalGrossProfitEstimatedAtCompletion
string <decimal-precision-2>

Total gross profit estimated at completion (totalContractValue less estimatedCostAtCompletion).

Example: "3000.00"
cfoForecastGrossProfitAtCompletion
string <decimal-precision-2>

CFO forecast gross profit at completion (cfoForecast.contractValue less cfoForecast.costsAtCompletion).

Example: "3000.00"
grossProfitVarianceAmount
string <decimal-precision-2>

Gross profit variance (cfoForecast.grossProfitAtCompletion less totalGrossProfitEstimatedAtCompletion).

Example: "1000.00"
cfoForecastGrossProfitMarginPercent
string <percent-precision-2>

CFO forecast gross profit margin percent (cfoForecast.grossProfitAtCompletion divided by cfoForecast.contractValue).

Example: 30
priorYearsProfit
string <decimal-precision-2>

Earned to-date profit (earnedToDateAmount less jobToDateCost).

Example: "20000.00"
endOfPriorYearEarnedToDateAmount
string <decimal-precision-2>

Earned to-date amount as of end of prior year (earnedToDateAmount less endOfPriorYearEarnedProfit).

Example: "15000.00"
endOfPriorYearEarnedProfit
string <decimal-precision-2>

Earned profit as of end of prior year. This value comes from the end-of-year WIP schedule from the prior year if one exists. Otherwise, the amount is zero.

Example: "15000.00"
remainingProfit
string <decimal-precision-2>

The amount of the project that remains to be earned (cfoForecast.grossProfitAtCompletion less earnedProfitToDate).

Example: "15000.00"
yearToDateCostAmount
string <decimal-precision-2>

Year-to-date costs.

Example: "15000.00"
yearToDateBillingAmount
string <decimal-precision-2>

Year-to-date billings.

Example: "15000.00"
yearToDateEarnedRevenueAmount
string <decimal-precision-2>

Year-to-date earned revenue.

Example: "15000.00"
jobToDateOverBillingAmount
string <decimal-precision-2>
Deprecated

This field has been deprecated. Use the jobToDateOverbillingAmount field instead.

jobToDateOverbillingAmount
string <decimal-precision-2>

Job-to-date overbilling.

Example: "15000.00"
jobToDateUnderBillingAmount
string <decimal-precision-2>
Deprecated

This field has been deprecated. Use the 'jobToDateUnderbillingAmount` field instead.

jobToDateUnderbillingAmount
string <decimal-precision-2>

Job-to-date underbilling.

Example: "15000.00"
yearToDateEarnedProfitAmount
string <decimal-precision-2>

Year-to-date earned profit.

Example: "15000.00"
currentPeriodBillingAmount
string <decimal-precision-2>

Current period billings.

Example: "15000.00"
currentPeriodCostAmount
string <decimal-precision-2>

Current period costs.

Example: "15000.00"
currentPeriodEarnedProfitAmount
string <decimal-precision-2>

Current period earned profit.

Example: "15000.00"
currentPeriodEarnedRevenueAmount
string <decimal-precision-2>

Current period earned revenue.

Example: "15000.00"
notes
string

Notes or comments about the WIP project.

Example: "no comments"
Array of objects

WIP forecast details for the WIP project

Array
key
string

System-assigned key for the WIP forecast detail.

Example: "1"
id
string

Unique identifier for the WIP forecast detail. This value is the same as the key for this object.

Example: "1"
object

WIP period associated with the forecast detail.

object

The entity assigned to the WIP schedule.

object

The WIP project associated with the WIP forecast detail.

object

The project associated with the WIP forecast detail.

object

Cost type associated with the WIP forecast detail.

object

The task associated with the WIP forecast detail.

object

Root (top level) task associated with the WIP forecast detail.

object

Project manager's forecast of project costs, profits, and completion percentage.

object

The customer associated with the project.

key
string

Key for the customer.

Example: "10"
id
string

Identifier for the customer.

Example: "ITEC"
object

The entity from which this WIP project's parent WIP schedule was created.

key
string

System-assigned key for the entity.

Example: "1"
id
string

Unique identifier for the entity.

Example: "USAE"
object

The entity assigned to the WIP project's parent WIP period.

key
string

System-assigned key for the entity.

Example: "1"
id
string

Unique identifier for the entity.

Example: "USAE"
periodEndDate
string or null <date>

WIP schedule end date

Example: "2023-05-31"
Responses
201

Created

Request samples
application/json
{
  • "id": "566",
  • "periodEndDate": "2023-10-31",
  • "assignedEntity": {
    • "id": "TIMBGC"
    },
  • "project": {
    • "id": "22-001"
    },
  • "projectManagerForecast": {
    • "contractValue": "179610",
    • "costAtCompletion": "900",
    • "costToComplete": "-308235.95"
    },
  • "cfoForecast": {
    • "contractValue": "179610",
    • "costAtCompletion": "450000.6",
    • "costToComplete": "140864.65"
    },
  • "forecastDetails": [
    • {
      • "project": {
        },
      • "task": {
        },
      • "costType": {
        },
      • "projectManagerForecast": {
        }
      }
    ]
}
Response samples
application/json
{
  • "ia::result": {
    • "key": "101",
    • "id": "101",
    • "href": "/objects/construction-forecasting/wip-project/101"
    },
  • "ia::meta": {
    • "totalCount": 1,
    • "totalSuccess": 1,
    • "totalError": 0
    }
}