Generate a GL journal entry preview for posting a WIP schedule period.
Subscription | Construction |
---|---|
User type | Business, Project Manager |
Permissions | Post WIP Periods |
description | string The description for the GL journal entry posting. Example: "Journal Post for WIP Sep 2023" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postingDate | string <date> The date the GL journal entry was posted. Example: "2023-05-31" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
automaticReversalDate | string <date> Reversal date if you want to automatically reverse this transaction on a certain date. Must be after the Example: "2023-12-31" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceNumber | string Reference number for this posting. Example: "WIP_092023" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
key | string Key for the WIP period. Example: "123" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string Default: "unposted" The state is Example: "unposted" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isHistoricalImport | boolean Default: false Indicates whether the WIP period was imported. Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lastRefreshDateTime | string <date-time> The date and time the WIP period was last refreshed. Example: "2023-05-26T10:06:00Z" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects The WIP projects to be posted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The entity assigned to the WIP period. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OK
Bad Request
{- "wipPeriodKey": "5",
- "wipProjects": [
- {
- "project": {
- "key": "1"
}, - "customer": {
- "key": "14"
}, - "key": "5",
- "cfoForecast": {
- "percentComplete": 70,
- "costToComplete": "4000.00",
- "contractValue": "10000.00",
- "costAtCompletion": "9500.00"
}, - "projectManagerForecast": {
- "percentComplete": 90,
- "costAtCompletion": "9000.00",
- "costToComplete": "3000.00",
- "contractValue": "10000.00"
}, - "cfoForecastGrossProfitAtCompletion": "26110.00",
- "grossProfitPercentOfContract": 0.99,
- "estimatedCostToComplete": "-5203.07",
- "overUnderBillingAmount": "76578540.49",
- "isFinalized": false,
- "grossProfitVarianceAmount": "0.00",
- "earnedProfitToDateAmount": "76578010.58",
- "priorYearsProfit": "0",
- "remainingProfit": "0",
- "endOfPriorYearEarnedToDateAmount": "0",
- "endOfPriorYearEarnedProfit": "0",
- "estimatedPercentComplete": 29.12,
- "grossProfitPercentOfCost": 141.14,
- "remainingBacklogAmount": "-76557103.65",
- "contractVarianceAmount": "0",
- "cfoForecastGrossProfitMarginPercent": 0.99,
- "totalGrossProfitEstimatedAtCompletion": "26110.00",
- "jobToDateBillings": "4858.16",
- "jobToDateCosts": "5388.07",
- "estimatedCostToDateAmount": "185.00",
- "earnedToDateAmount": "76583398.65",
- "totalRevisedContract": "26295.00",
- "yearToDateCostAmount": "15000",
- "yearToDateBillingAmount": "15000",
- "yearToDateEarnedRevenueAmount": "15000",
- "jobToDateOverBillingAmount": "15000",
- "jobToDateUnderBillingAmount": "15000",
- "yearToDateEarnedProfitAmount": "15000",
- "currentPeriodBillingAmount": "15000",
- "currentPeriodCostAmount": "15000",
- "currentPeriodEarnedProfitAmount": "15000",
- "currentPeriodEarnedRevenueAmount": "15000"
}
], - "automaticReversalDate": "2023-10-01",
- "postingDate": "2023-09-30",
- "referenceNumber": "WipJournal_202309",
- "description": "Journal Entry for WIP Period ending 2023-09-30"
}
{- "ia::result": {
- "cumulativeBillingsInExcessOfCostsCreditAmount": "10023.33",
- "cumulativeCostsInExcessOfBillingsDebitAmount": "2309.44",
- "description": "Journal Entry Sep 2023",
- "postingDate": "2023-09-30",
- "automaticReversalDate": "2023-10-01",
- "state": "posted",
- "referenceNumber": "WIP_202309",
- "overbillingAccount": {
- "name": "Billings in Excess of Cost",
- "id": 10030,
- "key": 58
}, - "underbillingAccount": {
- "name": "Cost in Excess of Billings",
- "id": 10040,
- "key": 60
}, - "underbillingOffsetAccount": {
- "name": "Net Over or Under Billings",
- "id": 10050,
- "key": 62
}, - "overbillingOffsetAccount": {
- "name": "Net Over or Under Billings",
- "id": 10050,
- "key": 62
}, - "lines": [
- {
- "department": {
- "name": "Client Services",
- "id": "CS",
- "key": "10"
}, - "location": {
- "name": "United States",
- "id": "1",
- "key": "1"
}, - "project": {
- "name": "sample",
- "id": "DIM - BTI",
- "key": "7"
}, - "class": {
- "name": "PlanningPhase",
- "id": "4",
- "key": "13"
}, - "transactionType": "Credit",
- "transactionAmount": "100.33",
- "glAccount": {
- "name": "chase",
- "id": "1003",
- "key": "6"
}
}, - {
- "department": {
- "name": "Client Services",
- "id": "CS",
- "key": "10"
}, - "location": {
- "name": "United States",
- "id": "1",
- "key": "1"
}, - "project": {
- "name": "sample",
- "id": "DIM - BTI",
- "key": "7"
}, - "class": {
- "name": "PlanningPhase",
- "id": "4",
- "key": "13"
}, - "transactionType": "Debit",
- "transactionAmount": "100.33",
- "glAccount": {
- "name": "chase",
- "id": "1003",
- "key": "6"
}
}
]
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}