Retrieve JC Wip Adjustments Posted
    • 13 Jun 2025
    • 12 Minutes to read
    • Dark
      Light

    Retrieve JC Wip Adjustments Posted

    • Dark
      Light

    Article summary

    Get
    /jc-rest-api/rest/1/jcwipadjustmentsposted

    Overview

    The JC Wip Adjustments Posted endpoint is a read-only endpoint that retrieves posted Work-in-Progress (WIP) adjustments for jobs. It allows users to review historical WIP adjustments without modifying data. Users can filter results by Company, Job, Contract, Department, Year, Period, and other attributes to refine their queries. This API is useful for financial reporting and auditing purposes, ensuring access to accurate posted adjustments.

    UI Navigation

    Job Costing > Forecasting > Work-In-Process Adjustments > Enter and Post Adjustments

    Reference Article

    https://docs.cmicglobal.com/portal/Content/E_Reference_Material/JC_-_Job_Costing/Reference/WIP_Processing/Enter_and_Post_WIP_Adjustments.htm

    Query Standards

    KeyRecommendedDescription
    finderYesFilters data based on attributes. See finder details below. Finders can be combined using a comma delimiter between parameters that implies an "and" statement. For more information on using the finder functionality please see [Best Practice
    limitYesA limit restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count, then the framework will return all available resources. For additional information on using the limit functionality please visit [Best Practice
    offsetYesThe offset skips a specified number of items in a data list before it starts showing results. For example, if you set an offset of 10, it skips the first 10 items and begins showing from the 11th item. For additional information on using Offset functionality please visit [Best Practice
    orderByYesThe orderBy attribute retrieves rows using an order ensuring the response payload displays data in the order supplied in the URL parameter using the GET method. For more information on using orderBy functionality please visit [Best Practice

    JC Wip Adjustments Posted Finders

    FindersParameterData TypeDescriptionExample
    findByComp / findByDate / findByJob / findByWipDataauditDatedatetimeFilter records by audit date (IuCreateDate, IuUpdateDate). This finder will retrieve records that have a created or updated date on or after the specified date/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp;period=2,year=2020,compCode=ZZ,auditDate=2020-02-12

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate;period=2,year=2020,compCode=ZZ,auditDate=2020-02-12

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob;period=2,year=2020,compCode=ZZ,auditDate=2020-02-12

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData;period=2,year=2020,compCode=ZZ,auditDate=2020-02-12
    findByComp / findByDate / findByJob / findByWipDatacompCodeString
    (required)
    Filter records by Company Code/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp;period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate;period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob;period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData;period=2,year=2020,compCode=ZZ
    findByComp / findByDate / findByJob / findByWipDatadeptCodestringFilters records by Department Code/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp;deptCode=00,period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate;deptCode=00,period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob;deptCode=00,period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData;deptCode=00,period=2,year=2020,compCode=ZZ
    findByComp / findByDate / findByJob / findByWipDataincludeAllJobsFlagstringFilters records Including All Jobs when set to Y/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ,includeAllJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ,includeAllJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ,includeAllJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ,includeAllJobsFlag=N
    findByComp / findByDate / findByJob / findByWipDataincludeNoWipJobsFlagstringFilters records Including No Wip Jobs when set to ‘Y’/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ,includeNoWipJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ,includeNoWipJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ,includeNoWipJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ,includeNoWipJobsFlag=N
    findByComp / findByDate / findByJob / findByWipDataincludePostedJobsFlagstringFilters records including Posted Jobs when set to ‘Y’/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ, includePostedJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ, includePostedJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ, includePostedJobsFlag=N

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ, includePostedJobsFlag=N
    findByComp / findByDate / findByJob / findByWipDatajobCodestringFilters records by Job Code/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ,jobCode=LGJOB

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ,jobCode=LGJOB

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ,jobCode=LGJOB

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ,jobCode=LGJOB
    findByComp / findByDate / findByJob / findByWipDatajobStatusstringFilters records by Job Status (eg: Open Jobs – ‘O’, All Jobs – ‘A’)/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ,jobCode=LGJOB,jobStatus=O

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ,jobCode=LGJOB,jobStatus=O

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ,jobCode=LGJOB,jobStatus=O

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ,jobCode=LGJOB,jobStatus=O
    findByComp / findByDate / findByJob / findByWipDataperiodNumber (required)Filters records by period/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ
    findByComp / findByDate / findByJob / findByWipDatapickListstringFilters records by Picklist/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ,pickList=LGJ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ,pickList=LGJ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ,pickList=LGJ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ,pickList=LGJ
    findByComp / findByDate / findByJob / findByWipDatayearNumber (required)Filters records by Year/jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByComp; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByDate; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByJob; period=2,year=2020,compCode=ZZ

    /jc-rest-api/rest/1/jcwipadjustmentsposted?finder=findByWipData; period=2,year=2020,compCode=ZZ

    JC Wip Adjustments Posted Attributes

    CMiC UI FieldnameObjectNameDescriptionTypeData LengthExample
    CompjcwipadjustmentspostedJcwvCompCodeCompany associated with the WIP adjustmentstring8ZZ
    CompNamejcwipadjustmentspostedJcwvCompNameCompany Namestring30ZZ-Test
    YearjcwipadjustmentspostedJcwvYrYearnumber2024
    PeriodjcwipadjustmentspostedJcwvPerFiscal period corresponding to the adjustmentnumber5
    Job/PicklistjcwipadjustmentspostedJcwvJobCodeJob Code associated with the WIP adjustmentstring10AB12
    JobNamejcwipadjustmentspostedJcwvJobNameJob Namestring60AB-Test
    ContractjcwipadjustmentspostedJcwvContractCodeContract Codestring10CONT12
    DepartmentjcwipadjustmentspostedJcwvDeptCodeDepartment Codestring600
    DeptNamejcwipadjustmentspostedJcwvDeptNameDepartment Namestring30Accounting
    BudgetjcwipadjustmentspostedJcwvBudgAmtBudget Amountnumber1850000
    ContractjcwipadjustmentspostedJcwvContractAmtContract Amountnumber183000
    Contract OverridejcwipadjustmentspostedJcwvContractOverrideAmtIf specified, overrides the original contract amount based on final projections. Otherwise, defaults to the contract or billed amount.number2000
    Projected ProfitjcwipadjustmentspostedJcwvProjProfitAmtProjected Profit Amountnumber500
    Projected Profit OverridejcwipadjustmentspostedJcwvProjProfitOverrideAmtProjected Profit Override Amount – If provided, Affects Projected Cost Override Amountnumber200
    Projected CostjcwipadjustmentspostedJcwvProjCostAmtProjected Cost Amountnumber185000
    Projected Cost OverridejcwipadjustmentspostedJcwvProjCostOverrideAmtProjected Cost Override Amount – If provided, Affects Projected Profit Override Amountnumber1000
    Unposted CostjcwipadjustmentspostedJcwvUnpostedCostAmtCosts incurred but not yet postednumber100
    Unposted RevenuejcwipadjustmentspostedJcwvUnpostedRevAmtUnposted Revenue Amountnumber100
    %CompletejcwipadjustmentspostedJcwvComplPcThe completion percentage of the job, calculated as (Spent / Projected Cost) * 100number50
    %Complete OverridejcwipadjustmentspostedJcwvComplPcOverrideIf specified, overrides the calculated percentage completenumber50
    GAAP Earned RevenuejcwipadjustmentspostedJcwvEarnedRevAmtGAAP Earned Revenue Amountnumber600
    Earned Revenue Amount Prior YearjcwipadjustmentspostedJcwvEarnedRevAmtPriorYrGAAP Earned Revenue Amount Prior Yearnumber2022
    Earned Revenue OverridejcwipadjustmentspostedJcwvEarnedRevOverrideAmtEarned Revenue Override Amountnumber300
    WIP AdjustmentjcwipadjustmentspostedJcwvWipAdjAmtWork-In-Progress Adjustment Amountnumber300
    Batch NumberjcwipadjustmentspostedJcwvBchNumBatch Identifier for the Wip Adjustmentnumber72123
    Job WIP Adjustment Post Date TimejcwipadjustmentspostedJcwvPostDateTimeThe timestamp indicating when the WIP adjustment was posted.datetime2023-10-19T13:20:58-04:00
    SpentjcwipadjustmentspostedJcwvSpentAmtSpent As Of The End Of The Periodnumber400
    BilledjcwipadjustmentspostedJcwvBilledAmtBilled Amount As Of The End Of The Periodnumber300
    BacklogjcwipadjustmentspostedJcwvBacklogAmtRemaining contract value after deducting earned revenue.number100
    Over/UnderjcwipadjustmentspostedJcwvOverUnderAmtOver/Under Amount, Determined As Billed Minus Earned Revenue Amount (Override Is Used If Exists)number100
    Include Posted Jobs FlagjcwipadjustmentspostedJcwvIncludePostedJobsFlagIndicates whether posted jobs are included in the query results.string1Y / N
    Roll In Subjob FlagedjcwipadjustmentspostedJcwvRollInSubjobFlagSpecifies whether subjob data should be included in the WIP adjustmentstring1Y / N
    Roll In Job Billing Contract FlagjcwipadjustmentspostedJcwvRollInJbcontFlagIndicates whether job billing contract information should be includedstring1Y / N
    Previous Period YearjcwipadjustmentspostedJcwvPrevPerYrFiscal year of the previous periodnumber2022
    Previous PeriodjcwipadjustmentspostedJcwvPrevPerPerFiscal period immediately before the current onenumber3
    Last YearjcwipadjustmentspostedJcwvLastYrPrevious fiscal year used for referencenumber2022
    Last Year PeriodjcwipadjustmentspostedJcwvLastYrPerLast year periodnumber2
    Previous Period Overrides ContractjcwipadjustmentspostedJcwvPpContractOvrdAmtContract override value from the previous periodnumber18300
    Proj ProfitjcwipadjustmentspostedJcwvPpProjProfitOvrdAmtThe projected profit override valuenumber500
    Proj CostjcwipadjustmentspostedJcwvPpProjCostOvrdAmtThe projected cost override valuenumber18500
    %CompljcwipadjustmentspostedJcwvPpComplPcOvrdThe percentage completion overridenumber1850
    Earned RevjcwipadjustmentspostedJcwvPpEarnedRevOvrdAmtEarned revenue override valuenumber18500
    jcwipadjustmentspostedJcwvFinalizeProjectionsFlagIndicates whether final projections have been lockedstring1Y / N
    Revenue Does not Exceed FlagjcwipadjustmentspostedJcwvRevDoesNotExceedFlagEnsures that the earned revenue does not exceed the defined contract valuestring1Y / N
    Job Cost FlagjcwipadjustmentspostedJcwvJobCostFlagSpecifies whether job costs are includedstring1Y / N
    Unposted CostjcwipadjustmentspostedJcwvPpUnpostedCostAmtTotal amount of costs that have not been postednumber200
    Unposted RevenuejcwipadjustmentspostedJcwvPpUnpostedRevAmtTotal amount of revenue that has not been postednumber400
    Last Posted Unpst CostjcwipadjustmentspostedJcwvLastPostedUnpstCostThe unposted cost amount that was last includednumber400
    Last Posted Unpst RevenuejcwipadjustmentspostedJcwvLastPostedUnpstRevThe unposted revenue amount that was last includednumber200
    Unposted Cost Batch NumberjcwipadjustmentspostedJcwvUnpostedCostBchNumThe batch number associated with unposted costsnumber76734
    Unposted Revenue Batch NumberjcwipadjustmentspostedJcwvUnpostedRevBchNumThe batch number associated with unposted revenuenumber76765
    Unposted Cost Post DatejcwipadjustmentspostedJcwvUnpostedCostPostDateUnposted Cost Post Datedatetime2024-10-01
    Unposted Revenue Post DatejcwipadjustmentspostedJcwvUnpostedRevPostDateUnposted Revenue Post Datedatetime2024-08-01
    NotesjcwipadjustmentspostedJcwvNotesEnter notes related to WIP adjustments. This field is mandatory when contract or earnings overrides are changed.string4000Test Notes
    Job Rule CodejcwipadjustmentspostedJcwvJobRuleCodeThe rule or policy applied to the job in the context of WIP adjustmentsstring20TEST
    Cost Accural AmountjcwipadjustmentspostedJcwvCostAccrualAmtThe total cost accruednumber100
    Bill Accural AmountjcwipadjustmentspostedJcwvBillAccrualAmtThe total billing accrual amountnumber200
    Posted FlagjcwipadjustmentspostedJcwvPostedFlagIndicates whether the WIP adjustment has been posted (Y = Yes, N = No)string1Y / N
    Store Fc FlagjcwipadjustmentspostedJcwvStoreFcFlagIndicates if forecast values are storedstring1Y / N
    Wip Loss Margin Override FlagjcwipadjustmentspostedJcwvWipLmrgOvrFlagIf set, it indicates that loss margin calculations have been overriddenstring1Y / N
    Margin Forward LossjcwipadjustmentspostedJcwvWipFwdMrgLossThe loss carried forward based on margin calculationsnumber10
    O/H Forward LossjcwipadjustmentspostedJcwvWipOhLossThe overhead forward loss amountnumber10
    Wip Oh Loss PctjcwipadjustmentspostedJcwvWipOhLossPctThe percentage applied to overhead loss calculationsnumber20
    IFRS Earned RevenuejcwipadjustmentspostedJcwvPerformanceObligationEarned revenue calculated based on IFRSnumber1850
    SourcejcwipadjustmentspostedJcwvSourceSourcestring25TEST
    Recalculate Wip PctjcwipadjustmentspostedJcwvRecalcWipPctIf set, triggers a recalculation of the WIP percentagestring1Y / N
    Current Period Cost AmountjcwipadjustmentspostedJcwvCurrentPerCostAmtThe total cost incurred during the current periodnumber400
    Current Period Billed AmountjcwipadjustmentspostedJcwvCurrentPerBilledAmtThe total amount billed during the current periodnumber500
    Detail Tpb ExistjcwipadjustmentspostedJcwvDetailTpbExistIndicates whether detailed transaction processing balances (TPB) existstring1Y / N
    C Note Req FlagjcwipadjustmentspostedJcwvCNoteReqFlagSpecifies whether a note must be provided (Y = Yes, N = No)string1Y / N
    Create DatejcwipadjustmentspostedJcwvIuCreateDateSystem-generated timestamp when the record was createddatetime2023-10-19T13:20:58-04:00
    Update DatejcwipadjustmentspostedJcwvIuUpdateDateSystem-generated timestamp when the record was updateddatetime2023-10-19T13:20:58-04:00
    VuuidjcwipadjustmentspostedJcwvVUuidUnique Identifier for each recordstring64Changes to Date
    Security
    HTTP
    Type basic

    Basic authentication

    Query parameters
    finder
    string
    ExamplefindByWipData;deptCode=00,includePostedJobsFlag=Y,jobCode=LGJOB,includeNoWipJobsFlag=N,period=2,year=2020,compCode=ZZ,auditDate=2020-01-01
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    example-0

    Successful Response - Finder - findByComp

    {
      "items": [
        {
          "JcwvCompCode": "ZZ",
          "JcwvCompName": "CMiC Test Company",
          "JcwvYr": 2020,
          "JcwvPer": 2,
          "JcwvJobCode": "LGJOB",
          "JcwvJobName": "LGJob for LGPROJ",
          "JcwvContractCode": "LGJOB",
          "JcwvDeptCode": "00",
          "JcwvDeptName": "Company Level",
          "JcwvBudgAmt": 3541427,
          "JcwvContractAmt": 3525412,
          "JcwvContractOverrideAmt": null,
          "JcwvProjProfitAmt": -1227937.74,
          "JcwvProjProfitOverrideAmt": null,
          "JcwvProjCostAmt": 4753349.74,
          "JcwvProjCostOverrideAmt": null,
          "JcwvUnpostedCostAmt": 0,
          "JcwvUnpostedRevAmt": 0,
          "JcwvComplPc": 0.2366,
          "JcwvComplPcOverride": null,
          "JcwvEarnedRevAmt": -1216689.49,
          "JcwvEarnedRevAmtPriorYr": -1216689.49,
          "JcwvEarnedRevOverrideAmt": null,
          "JcwvWipAdjAmt": null,
          "JcwvBchNum": 10241,
          "JcwvPostDateTime": "2020-02-13T21:13:56Z",
          "JcwvSpentAmt": 11248.25,
          "JcwvBilledAmt": 0,
          "JcwvBacklogAmt": 4742101.49,
          "JcwvOverUnderAmt": 1216689.49,
          "JcwvIncludePostedJobsFlag": "Y",
          "JcwvRollInSubjobFlag": "Y",
          "JcwvRollInJbcontFlag": "N",
          "JcwvPrevPerYr": 2020,
          "JcwvPrevPerPer": 1,
          "JcwvLastYr": 2019,
          "JcwvLastYrPer": 12,
          "JcwvPpContractOvrdAmt": null,
          "JcwvPpProjProfitOvrdAmt": null,
          "JcwvPpProjCostOvrdAmt": null,
          "JcwvPpComplPcOvrd": null,
          "JcwvPpEarnedRevOvrdAmt": null,
          "JcwvFinalizeProjectionsFlag": "N",
          "JcwvRevDoesNotExceedFlag": "Y",
          "JcwvJobCostFlag": "Y",
          "JcwvPpUnpostedCostAmt": null,
          "JcwvPpUnpostedRevAmt": null,
          "JcwvLastPostedUnpstCost": null,
          "JcwvLastPostedUnpstRev": null,
          "JcwvUnpostedCostBchNum": null,
          "JcwvUnpostedRevBchNum": null,
          "JcwvUnpostedCostPostDate": null,
          "JcwvUnpostedRevPostDate": null,
          "JcwvNotes": null,
          "JcwvJobRuleCode": null,
          "JcwvCostAccrualAmt": null,
          "JcwvBillAccrualAmt": null,
          "JcwvPostedFlag": "Y",
          "JcwvStoreFcFlag": "Y",
          "JcwvWipLmrgOvrFlag": "N",
          "JcwvWipFwdMrgLoss": null,
          "JcwvWipOhLoss": null,
          "JcwvWipOhLossPct": null,
          "JcwvPerformanceObligation": null,
          "JcwvSource": null,
          "JcwvRecalcWipPct": "N",
          "JcwvCurrentPerCostAmt": 0,
          "JcwvCurrentPerBilledAmt": 0,
          "JcwvDetailTpbExist": "N",
          "JcwvCNoteReqFlag": "N",
          "JcwvIuCreateDate": "2020-02-12T21:30:51Z",
          "JcwvIuUpdateDate": "2020-02-13T21:13:56Z",
          "JcwvVUuid": "F66575E81A36BA97E05327261DAC5D33",
          "links": [
            {
              "rel": "self",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted",
          "name": "jcwipadjustmentsposted",
          "kind": "collection"
        }
      ]
    }
    example-1

    Successful Response - Finder - findByDate

    {
      "items": [
        {
          "JcwvCompCode": "ZZ",
          "JcwvCompName": "CMiC Test Company",
          "JcwvYr": 2020,
          "JcwvPer": 2,
          "JcwvJobCode": "LGJOB",
          "JcwvJobName": "LGJob for LGPROJ",
          "JcwvContractCode": "LGJOB",
          "JcwvDeptCode": "00",
          "JcwvDeptName": "Company Level",
          "JcwvBudgAmt": 3541427,
          "JcwvContractAmt": 3525412,
          "JcwvContractOverrideAmt": null,
          "JcwvProjProfitAmt": -1227937.74,
          "JcwvProjProfitOverrideAmt": null,
          "JcwvProjCostAmt": 4753349.74,
          "JcwvProjCostOverrideAmt": null,
          "JcwvUnpostedCostAmt": 0,
          "JcwvUnpostedRevAmt": 0,
          "JcwvComplPc": 0.2366,
          "JcwvComplPcOverride": null,
          "JcwvEarnedRevAmt": -1216689.49,
          "JcwvEarnedRevAmtPriorYr": -1216689.49,
          "JcwvEarnedRevOverrideAmt": null,
          "JcwvWipAdjAmt": null,
          "JcwvBchNum": 10241,
          "JcwvPostDateTime": "2020-02-13T21:13:56Z",
          "JcwvSpentAmt": 11248.25,
          "JcwvBilledAmt": 0,
          "JcwvBacklogAmt": 4742101.49,
          "JcwvOverUnderAmt": 1216689.49,
          "JcwvIncludePostedJobsFlag": "Y",
          "JcwvRollInSubjobFlag": "Y",
          "JcwvRollInJbcontFlag": "N",
          "JcwvPrevPerYr": 2020,
          "JcwvPrevPerPer": 1,
          "JcwvLastYr": 2019,
          "JcwvLastYrPer": 12,
          "JcwvPpContractOvrdAmt": null,
          "JcwvPpProjProfitOvrdAmt": null,
          "JcwvPpProjCostOvrdAmt": null,
          "JcwvPpComplPcOvrd": null,
          "JcwvPpEarnedRevOvrdAmt": null,
          "JcwvFinalizeProjectionsFlag": "N",
          "JcwvRevDoesNotExceedFlag": "Y",
          "JcwvJobCostFlag": "Y",
          "JcwvPpUnpostedCostAmt": null,
          "JcwvPpUnpostedRevAmt": null,
          "JcwvLastPostedUnpstCost": null,
          "JcwvLastPostedUnpstRev": null,
          "JcwvUnpostedCostBchNum": null,
          "JcwvUnpostedRevBchNum": null,
          "JcwvUnpostedCostPostDate": null,
          "JcwvUnpostedRevPostDate": null,
          "JcwvNotes": null,
          "JcwvJobRuleCode": null,
          "JcwvCostAccrualAmt": null,
          "JcwvBillAccrualAmt": null,
          "JcwvPostedFlag": "Y",
          "JcwvStoreFcFlag": "Y",
          "JcwvWipLmrgOvrFlag": "N",
          "JcwvWipFwdMrgLoss": null,
          "JcwvWipOhLoss": null,
          "JcwvWipOhLossPct": null,
          "JcwvPerformanceObligation": null,
          "JcwvSource": null,
          "JcwvRecalcWipPct": "N",
          "JcwvCurrentPerCostAmt": 0,
          "JcwvCurrentPerBilledAmt": 0,
          "JcwvDetailTpbExist": "N",
          "JcwvCNoteReqFlag": "N",
          "JcwvIuCreateDate": "2020-02-12T21:30:51Z",
          "JcwvIuUpdateDate": "2020-02-13T21:13:56Z",
          "JcwvVUuid": "F66575E81A36BA97E05327261DAC5D33",
          "links": [
            {
              "rel": "self",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted",
          "name": "jcwipadjustmentsposted",
          "kind": "collection"
        }
      ]
    }
    example-2

    Successful Response - Finder - findByJob

    {
      "items": [
        {
          "JcwvCompCode": "ZZ",
          "JcwvCompName": "CMiC Test Company",
          "JcwvYr": 2020,
          "JcwvPer": 2,
          "JcwvJobCode": "LGJOB",
          "JcwvJobName": "LGJob for LGPROJ",
          "JcwvContractCode": "LGJOB",
          "JcwvDeptCode": "00",
          "JcwvDeptName": "Company Level",
          "JcwvBudgAmt": 3541427,
          "JcwvContractAmt": 3525412,
          "JcwvContractOverrideAmt": null,
          "JcwvProjProfitAmt": -1227937.74,
          "JcwvProjProfitOverrideAmt": null,
          "JcwvProjCostAmt": 4753349.74,
          "JcwvProjCostOverrideAmt": null,
          "JcwvUnpostedCostAmt": 0,
          "JcwvUnpostedRevAmt": 0,
          "JcwvComplPc": 0.2366,
          "JcwvComplPcOverride": null,
          "JcwvEarnedRevAmt": -1216689.49,
          "JcwvEarnedRevAmtPriorYr": -1216689.49,
          "JcwvEarnedRevOverrideAmt": null,
          "JcwvWipAdjAmt": null,
          "JcwvBchNum": 10241,
          "JcwvPostDateTime": "2020-02-13T21:13:56Z",
          "JcwvSpentAmt": 11248.25,
          "JcwvBilledAmt": 0,
          "JcwvBacklogAmt": 4742101.49,
          "JcwvOverUnderAmt": 1216689.49,
          "JcwvIncludePostedJobsFlag": "Y",
          "JcwvRollInSubjobFlag": "Y",
          "JcwvRollInJbcontFlag": "N",
          "JcwvPrevPerYr": 2020,
          "JcwvPrevPerPer": 1,
          "JcwvLastYr": 2019,
          "JcwvLastYrPer": 12,
          "JcwvPpContractOvrdAmt": null,
          "JcwvPpProjProfitOvrdAmt": null,
          "JcwvPpProjCostOvrdAmt": null,
          "JcwvPpComplPcOvrd": null,
          "JcwvPpEarnedRevOvrdAmt": null,
          "JcwvFinalizeProjectionsFlag": "N",
          "JcwvRevDoesNotExceedFlag": "Y",
          "JcwvJobCostFlag": "Y",
          "JcwvPpUnpostedCostAmt": null,
          "JcwvPpUnpostedRevAmt": null,
          "JcwvLastPostedUnpstCost": null,
          "JcwvLastPostedUnpstRev": null,
          "JcwvUnpostedCostBchNum": null,
          "JcwvUnpostedRevBchNum": null,
          "JcwvUnpostedCostPostDate": null,
          "JcwvUnpostedRevPostDate": null,
          "JcwvNotes": null,
          "JcwvJobRuleCode": null,
          "JcwvCostAccrualAmt": null,
          "JcwvBillAccrualAmt": null,
          "JcwvPostedFlag": "Y",
          "JcwvStoreFcFlag": "Y",
          "JcwvWipLmrgOvrFlag": "N",
          "JcwvWipFwdMrgLoss": null,
          "JcwvWipOhLoss": null,
          "JcwvWipOhLossPct": null,
          "JcwvPerformanceObligation": null,
          "JcwvSource": null,
          "JcwvRecalcWipPct": "N",
          "JcwvCurrentPerCostAmt": 0,
          "JcwvCurrentPerBilledAmt": 0,
          "JcwvDetailTpbExist": "N",
          "JcwvCNoteReqFlag": "N",
          "JcwvIuCreateDate": "2020-02-12T21:30:51Z",
          "JcwvIuUpdateDate": "2020-02-13T21:13:56Z",
          "JcwvVUuid": "F66575E81A36BA97E05327261DAC5D33",
          "links": [
            {
              "rel": "self",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted",
          "name": "jcwipadjustmentsposted",
          "kind": "collection"
        }
      ]
    }
    example-3

    Successful Response - Finder - findByWipData

    {
      "items": [
        {
          "JcwvCompCode": "ZZ",
          "JcwvCompName": "CMiC Test Company",
          "JcwvYr": 2020,
          "JcwvPer": 2,
          "JcwvJobCode": "LGJOB",
          "JcwvJobName": "LGJob for LGPROJ",
          "JcwvContractCode": "LGJOB",
          "JcwvDeptCode": "00",
          "JcwvDeptName": "Company Level",
          "JcwvBudgAmt": 3541427,
          "JcwvContractAmt": 3525412,
          "JcwvContractOverrideAmt": null,
          "JcwvProjProfitAmt": -1227937.74,
          "JcwvProjProfitOverrideAmt": null,
          "JcwvProjCostAmt": 4753349.74,
          "JcwvProjCostOverrideAmt": null,
          "JcwvUnpostedCostAmt": 0,
          "JcwvUnpostedRevAmt": 0,
          "JcwvComplPc": 0.2366,
          "JcwvComplPcOverride": null,
          "JcwvEarnedRevAmt": -1216689.49,
          "JcwvEarnedRevAmtPriorYr": -1216689.49,
          "JcwvEarnedRevOverrideAmt": null,
          "JcwvWipAdjAmt": null,
          "JcwvBchNum": 10241,
          "JcwvPostDateTime": "2020-02-13T21:13:56Z",
          "JcwvSpentAmt": 11248.25,
          "JcwvBilledAmt": 0,
          "JcwvBacklogAmt": 4742101.49,
          "JcwvOverUnderAmt": 1216689.49,
          "JcwvIncludePostedJobsFlag": "Y",
          "JcwvRollInSubjobFlag": "Y",
          "JcwvRollInJbcontFlag": "N",
          "JcwvPrevPerYr": 2020,
          "JcwvPrevPerPer": 1,
          "JcwvLastYr": 2019,
          "JcwvLastYrPer": 12,
          "JcwvPpContractOvrdAmt": null,
          "JcwvPpProjProfitOvrdAmt": null,
          "JcwvPpProjCostOvrdAmt": null,
          "JcwvPpComplPcOvrd": null,
          "JcwvPpEarnedRevOvrdAmt": null,
          "JcwvFinalizeProjectionsFlag": "N",
          "JcwvRevDoesNotExceedFlag": "Y",
          "JcwvJobCostFlag": "Y",
          "JcwvPpUnpostedCostAmt": null,
          "JcwvPpUnpostedRevAmt": null,
          "JcwvLastPostedUnpstCost": null,
          "JcwvLastPostedUnpstRev": null,
          "JcwvUnpostedCostBchNum": null,
          "JcwvUnpostedRevBchNum": null,
          "JcwvUnpostedCostPostDate": null,
          "JcwvUnpostedRevPostDate": null,
          "JcwvNotes": null,
          "JcwvJobRuleCode": null,
          "JcwvCostAccrualAmt": null,
          "JcwvBillAccrualAmt": null,
          "JcwvPostedFlag": "Y",
          "JcwvStoreFcFlag": "Y",
          "JcwvWipLmrgOvrFlag": "N",
          "JcwvWipFwdMrgLoss": null,
          "JcwvWipOhLoss": null,
          "JcwvWipOhLossPct": null,
          "JcwvPerformanceObligation": null,
          "JcwvSource": null,
          "JcwvRecalcWipPct": "N",
          "JcwvCurrentPerCostAmt": 0,
          "JcwvCurrentPerBilledAmt": 0,
          "JcwvDetailTpbExist": "N",
          "JcwvCNoteReqFlag": "N",
          "JcwvIuCreateDate": "2020-02-12T21:30:51Z",
          "JcwvIuUpdateDate": "2020-02-13T21:13:56Z",
          "JcwvVUuid": "F66575E81A36BA97E05327261DAC5D33",
          "links": [
            {
              "rel": "self",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted/F66575E81A36BA97E05327261DAC5D33",
              "name": "jcwipadjustmentsposted",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jcwipadjustmentsposted",
          "name": "jcwipadjustmentsposted",
          "kind": "collection"
        }
      ]
    }
    object