Create a JC Job Category
- 06 Jan 2025
- 19 Minutes to read
- Print
- DarkLight
Create a JC Job Category
- Updated on 06 Jan 2025
- 19 Minutes to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/jc-rest-api/rest/1/jcjobcategory
Overview
This endpoint is primarily utilized for assigning job-based budget categories to specific Jobs and Phases. Users can enhance their budget assignments by including additional details such as quantities, anticipated revenue, and estimated costs to complete.
Note
Additional information must be included when assigning a budget by category to a specific Job and phase. After the budget by category is assigned, a PATCH request is required to update existing record details.
UI Navigation
Project Controls > Job Costing > Job > Enter Budget
Knowledge Base Article
Commonly Used Body Parameters
CMiC UI Fieldname | Object | Name | Description | Required | Type | Data Length | Example |
---|---|---|---|---|---|---|---|
Job Category Code | jcjobcategory | JcatCode | Job Category Code - A unique identified code assigned to a cost code. This code is used to reference and manage job/cost code/category combination for tracking posted units & costs. Ex: 1000, 2000, 3000, 4000 etc, corresponding to Labor, Subcontract, Equipment, Material etc. | TRUE | string | 16 | 4000 |
Company Code | jcjobcategory | JcatCompCode | Company Code - A unique code representing the Company or business unit containing one or more jobs with the cost codes and categories assigned. This helps in organizing and managing jobs across different companies within an organization. For example a field set to "ZZ", indicates that a given company code is set to "ZZ". | TRUE | string | 8 | ZZ |
Job Code | jcjobcategory | JcatJobCode | Job Code - A code that uniquely identifies the job within a company or business unit. Each job can consist of one or many phase/cost codes and categories assigned to it. | TRUE | string | 10 | 00100 |
Phase Code | jcjobcategory | JcatPhsCode | Phase Code - A unique code under a given job used to track the posted costs and units. Each phase code (Also known as cost code) can have one or more categories assigned and can give more flexibility and help track the job’s cost elements at a finer level. | TRUE | string | 16 | 15090 |
Phase Active Flag | jcjobcategory | jcatPhaseActiveFlag | Phase Active Flag - A flag indicating whether a specific phase/cost code is active (“Y”) or not (“N”). Note that inactive cost codes will not be available for any transaction entry or posting. | TRUE | string | 1 | Y |
Category Active Flag | jcjobcategory | JcatCatActiveFlag | Category Active Flag - A flag indicating whether the specific category is active ("Y") or not ("N"). Note that inactive categories will not be available for any transaction entry or posting. | TRUE | string | 1 | N |
Exclude Cost Work-in-Progress | jcjobcategory | JcatExclCostWip | Exclude Cost Work-in-Progress - The flag determines if the posted costs against a given category will be included (flag - "N") or excluded (flag - "Y") while calculating the WIP (work-In-Progress) adjustment amount. | TRUE | string | 1 | Y |
Labour Forecast Flag | jcjobcategory | JcatLabourForecastFlag | Labour Forecast Flag - A flag indicating whether the record type is “Labor” and the costs and units posted against a given category will be used for Labor forecasting. “Y” indicates that Labor Forecasting is enabled, and “N” indicates not enabled. | TRUE | string | 1 | N |
Cost to Complete Override Flag | jcjobcategory | JcatCostToComplOvrdFlg | Cost to Complete Override Flag - A flag indicating whether the Contract Forecast - Cost to Complete amount has been overridden ("Y") or not ("N"). | TRUE | string | 1 | Y |
Exclude Cost Budget Work-in-Progress | jcjobcategory | JcatExclCostBudgWip | Exclude Cost Budget Work-in-Progress - The flag determines if the cost budget allocated to a given category will be included (flag - "N") or excluded (flag - "Y") while calculating the WIP (work-In-Progress) adjustment amount. | TRUE | string | 1 | N |
Billing Amount | jcjobcategory | JcatBillAmt | Billing Amount - The total billing amount posted against a specific job/cost code/category combination. This reflects the invoiced charges to clients or stakeholders for the work performed. Not updatable. | FALSE | number | 18 | 0 |
Budget Amount | jcjobcategory | JcatBudgAmt | Budget Amount - The current cost budgeted amount. | FALSE | number | 18 | 10000 |
Budget Revenue Amount | jcjobcategory | JcatBudgRevenueAmt | Budget Revenue Amount - The current revenue budgeted amount. | FALSE | number | 18 | 150000 |
Budget Unit | jcjobcategory | JcatBudgUnit | Budget Unit - The current cost budgeted units. | FALSE | number | 500 | |
Budget Unit Rate | jcjobcategory | JcatBudgUnitRate | Budget Unit Rate - The current cost budget unit rate. | FALSE | number | 18 | 300 |
Method | jcjobcategory | JcatBudmethCode | Budget Method Code – The forecasting method for the given job code/cost code/category code combination: “A” = Amounts, “P” = Productivity, “U” = Units. | FALSE | string | 1 | P |
Category Hierarchy | jcjobcategory | JcatCatHier | Category Hierarchy - A string representing the hierarchical structure of the category code for the specific company and job. Not updatable. | FALSE | string | 500 | For example, "ZZ ZZ-WMT 2000 " indicates a hierarchical path where "ZZ" represents the company code, "ZZ-WMT" represents the job code and 2000 represents the category code. |
Change Order Amount | jcjobcategory | JcatChgOrdAmt | Change Order Amount - To date change order final amount posted via PCI. Not updatable. | FALSE | number | 18 | |
Invoice Commission Amount | jcjobcategory | JcatInvCommAmt | Invoice Against Committed Amount – The total amount invoiced on posted commitments against a specific job code/cost code/category code combination. Not updatable. | FALSE | number | 18 | 3000 |
Job Category Name | jcjobcategory | JcatName | Job Category Name - The descriptive name of the category code, providing a readable identifier for the category. Examples include "Subcontracts", "Materials", and "Fee". Not updatable. | FALSE | string | 4000 | 0 |
Completion Percentage | jcjobcategory | JcatComplPc | Completion Percentage – Current percent complete. Refers to the percentage measure of total cost spent against the current cost budget for the given category assigned to the cost code in a job. Not updatable. | FALSE | number | 16 | 68 |
Completion Unit | jcjobcategory | JcatComplUnit | Completion Unit – Current units complete. Refers to the total units that are completed and posted against the phase/cost code containing the given category in a job. Not updatable. | FALSE | number | 10 | |
Cost Amount | jcjobcategory | JcatCostAmt | Cost Amount – Current cost amount. Refers to the total costs incurred for the given job code/cost code/category code. This includes all expenses related to labor, materials, and other resources. Not updatable. | FALSE | number | 18 | 5560 |
Job Control Code | jcjobcategory | JcatJobCtrlCode | Job Control Code - A code to indicate whether the given job is a standalone job or controls one or more sub job. If the given job is a standalone job then the Control Job Code will be “All”. Not updatable. | FALSE | string | 10 | ZZ0001 |
Original Budget Amount | jcjobcategory | JcatObudgAmt | Original Budget Amount – The original/ initial cost budget amount allocated to the job code/cost code/category code before any adjustments or revisions. | FALSE | number | 18 | 337000 |
Original Budget Revenue Amount | jcjobcategory | JcatObudgRevenueAmt | Original Budget Revenue Amount - The original/ initial revenue budget amount allocated to the job code/cost code/category code before any adjustments or revisions. | FALSE | number | 18 | 10000 |
Phase Control Code | jcjobcategory | JcatPhsCtrlCode | Phase Control Code - A code to indicate whether the given phase/cost code is a standalone code or controls one or more cost codes. If the given cost code is a standalone cost code, then the Control Cost Code will be “All”. Not updatable. | FALSE | string | 16 | 02 |
Projected Amount | jcjobcategory | JcatProjAmt | Projected Final/ Cost Amount - The estimate of the total cost amount spent on the category assigned to the cost code in a job. This will initially equal the Current Cost Budget for the category and may change with posted costs in the future. | FALSE | number | 18 | 2420 |
Projected Unit | jcjobcategory | JcatProjUnit | Projected Units - The estimate of the total quantity for the Phase/Cost Code containing the given category in a job. This will be non-zero, only if the phase budgeted quantity is defined. Not updatable. | FALSE | number | 44 | |
Create Date | jcjobcategory | JcatIuCreateDate | Create Date - The timestamp indicating when the category record was created for the cost code in a job through an update. | FALSE | datetime | 2016-01-08T11:13:47-05:00 | |
VUUID | jcjobcategory | JcatVUuid | VUUID - A unique identifier. An example of a VUUID is "B508C0BE1A5181A0E0530100007F6EDF" | FALSE | string | 64 | B508C0BE1A5181A0E0530100007F6EDF |
Other (Optional) Body Parameters
CMiC UI Fieldname | Object | Name | Description | Type | Data Length | Example |
---|---|---|---|---|---|---|
Actual Labor Amount | jcjobcategory | JcatActLbAmt | Actual Labor Amount - Represents the actual monetary amount allocated or spent on labor within the specific job code/cost code/category code combination. Not updatable. | number | 18 | 10000 |
Added From Application | jcjobcategory | JcatAddedFromApp | Added From Application - Indicates the 3-character application code if the specific job code/cost code/category code record is created apart from the “JC” - Job Costing application. Not updatable. | string | 3 | |
Add-On Amount | jcjobcategory | JcatAddonAmt | Add-On Amount has been deprecated and should no longer be used. | number | 18 | |
Anticipated Cost Amount | jcjobcategory | JcatAnticipatedCostAmt | Anticipated Cost Amount - The projected or expected cost associated with the specific job code/cost code/category code combination. This forecast helps in budgeting and financial planning by estimating future expenses. Not updatable. | number | 18 | 15000 |
Bid Item Remaining Amount | jcjobcategory | JcatBidItemRemainingAmt | Bid Item Remaining Amount - The remaining amount allocated for bid items under the job code/cost code/category code. Not updatable. | number | 250 | |
Billing Code | jcjobcategory | JcatBillCode | Billing Code - A unique code used to track the posted billings to a given job/contract auto created based on the specific mappings defined at the job level. Not updatable. | string | 12 | Ex. A commonly used billing code format is Job Code.Cost Code.Category Code. So, for a Job - TestJob, Cose Code - 01-100, Category - 1000, the billing code would be “TestJob.01-100.1000”. |
Billing Name | jcjobcategory | JcatBillName | Billing Name - The descriptive name associated with the billing code, providing a readable identifier. Not updatable. | string | 15 | Ex. Temporary Structures – Labor. |
Billing Type Code | jcjobcategory | JcatBillingTypeCode | Billing Type Code - A code that indicates the default billing type such cost or milestone-based billing. Not updatable. | string | 4 | |
Budget Adjustment Amount | jcjobcategory | JcatBudgAdjustmentAmt | Budget Adjustment Amount - The amount by which the original cost budget has been adjusted. Not updatable. | number | 18 | 500 |
Budgeted Revenue Amount | jcjobcategory | JcatBudgRevAmt | Budgeted Revenue Amount has been deprecated and should no longer be used. | number | 18 | |
Budgeted Revenue Quantity | jcjobcategory | JcatBudgRevQty | Budgeted Revenue Quantity has been deprecated and should no longer be used. | number | 16 | |
Budgeted Revenue Revision Amount | jcjobcategory | JcatBudgRevRevAmt | Budgeted Revenue Revision Amount - The revised amount of budgeted revenue after adjustments or updates. Not updatable. | number | 18 | 18000 |
Calculated Column Name | jcjobcategory | JcatCalculateColumnName | Calculated Column Name - The name of a column used for calculated values for the job code/cost code/category code combination. Not updatable. | string | 30 | |
Change Order Quantity | jcjobcategory | JcatChgOrdQty | Change Order Quantity – To date posted change order quantities. Not updatable. | number | 16 | 200 |
Change Order Revenue Amount | jcjobcategory | JcatChgOrdRevAmt | Change Order Revenue Amount - To date posted change order bill amount. Not updatable. | number | 18 | 10000 |
Committed Unit | jcjobcategory | JcatCommUnit | Committed Unit – To date posted committed quantity for the given job code/cost code/category code, such as hours, days, or material units. Not updatable. | number | 150 | |
Completion Percentage Date | jcjobcategory | JcatComplPcDate | Completion Percentage Date - The date when the completion percentage was recorded or updated. Not updatable. | datetime | 2016-05-02T11:13:47-05:00 | |
Cost Rate Override Amount | jcjobcategory | JcatCostRateOverrideAmt | Cost Rate Override Amount - An override value for the standard cost rate, allowing adjustments to the predetermined rates for specific circumstances. This can be used to accommodate changes in labor rates, material costs, or other variables. Not updatable. | number | 16 | 55 |
Cost Entry | jcjobcategory | JcatCstEntry | Cost Entry - has been deprecated and should no longer be used. | string | 1 | |
Category Control Code | jcjobcategory | JcatCtrlCode | Control Code - A code to indicate whether the given category is a standalone category or controls one or more sub categories. If the given category is a standalone category then the Control Code will be “All”. Not updatable. | string | 16 | All |
Category Control Name | jcjobcategory | JcatCatCtrlName | Category Control Name - The descriptive name associated with the control code, providing a readable identifier for the control parameters. Not updatable. | string | 30 | |
Disbursement Amount | jcjobcategory | JcatDisbAmt | Disbursement Amount has been deprecated and should no longer be used. | number | 18 | |
Delay Amount | jcjobcategory | JcatDlbAmt | Delay Amount - The monetary value associated with delays in the job category, such as penalties, additional costs, or extended resource allocations due to project delays. Not updatable. | number | 18 | 5000 |
Freeze Projected Amount flag - Checkbox | jcjobcategory | JcatFreezeProjAmtFlag | Freeze Projected Amount Flag - A flag that determines whether the amount entered in the Projected Final field will be updated – Flag = “Y” or not – Flag = “N” by the system when costs are posted. | string | 1 | Y |
Forward Loss Override Percentage | jcjobcategory | JcatFwdLossOvrhPct | Forward Loss Override Percentage - The percentage used to override the standard calculation of forward losses for the given job code/cost code/category code. Not updatable. | number | 18 | 5% |
Habitual Pay Amount | jcjobcategory | JcatHbPayAmt | Habitual Pay Amount - Refers to the standard or regular pay amount allocated for the job category. Not updatable. | number | 18 | 400 |
Ideal Revenue Amount | jcjobcategory | JcatIdealRevenueAmt | Ideal Revenue Amount - The optimal or target revenue expected from the job category under ideal conditions. Not updatable. | number | 18 | 10000 |
Invoice Committed Unit | jcjobcategory | JcatInvCommUnit | Invoice Committed Unit - The total units invoiced on posted commitments against a specific job code/cost code/category code combination. Not updatable. | number | 0 | 6 |
Invoice Unit | jcjobcategory | JcatInvUnit | Invoice Unit - The number of units invoiced under the specific job code/cost code/category code, such as hours billed, materials delivered, or tasks completed. Not updatable. | number | 0 | 4 |
Invoice Format Code | jcjobcategory | JcatInvoiceFormatCode | Invoice Format Code - A code that specifies the format or template used for generating invoices for the job. Not updatable. | string | 4 | U17 |
Job Name | jcjobcategory | JcatJobName | Job Name - The descriptive name of the job code. Not updatable. | string | 60 | ZZ - Time and Materials Job |
Job Control Name | jcjobcategory | JcatJobCtrlName | Job Control Name - The descriptive name of the job’s respective control job. If it is a standalone job (i.e. control job set to “All”) then the control job name will be set to “All”. Not updatable. | string | 16 | |
Maximum Billing Amount | jcjobcategory | JcatMaxBillingAmt | Maximum Billing Amount - The upper limit for billing amounts within the job code/cost code/category code. Not updatable. | number | 18 | 16000 |
Maximum Billing Budget Amount | jcjobcategory | JcatMaxBillingBudgetAmt | Maximum Billing Budget Amount - The maximum budget allocated for billing activities the specific job code/cost code/category code combination. This ensures that billing does not surpass the defined budget limit. Not updatable. | number | 18 | 20000 |
Non-Committed Cost Amount | jcjobcategory | JcatNcommCostAmt | Non-Committed Cost Amount - The total costs incurred on non-commitments. Not updatable. | number | 18 | 5000 |
Non-Invoice Committed Amount | jcjobcategory | JcatNinvCommAmt | Non-Invoice Committed Amount - The total amount invoiced on non-commitments against a specific job code/cost code/category code combination. Not updatable. | number | 18 | 7500 |
Original Budget Change Order Amount | jcjobcategory | JcatObudgChgOrdAmt | Original Budget Change Order Amount - The original/ initial cost budget amount allocated to the WBS mapped code/cost code/category code combination in Contract Forecasting upon posting change orders before any adjustments or revisions. Not updatable. | number | 18 | 8000 |
Original Budget Change Order Revenue Amount | jcjobcategory | JcatObudgChgOrdRevAmt | Original Budget Change Order Revenue Amount - The original/ initial revenue budget amount allocated to the WBS mapped code/cost code/category code combination in Contract Forecasting upon posting change orders before any adjustments or revisions. Not updatable. | number | 18 | 12000 |
Original Budget Change Order Unit | jcjobcategory | JcatObudgChgOrdUnit | Original Budget Change Order Unit - The original/ initial quantity allocated to the WBS mapped code/cost code/category code combination in Contract Forecasting upon posting change orders before any adjustments or revisions. Not updatable. | number | 16 | 25 |
Original Budget Unit | jcjobcategory | JcatObudgUnit | Original Budget Unit - The original/ initial quantity allocated to the job code/cost code/category code before any adjustments or revisions. Not updatable. | number | 100 | |
Progress Billing Billing Code | jcjobcategory | JcatPbBillCode | Progress Billing Billing Code – This feature is deprecated and only applicable for jobs which previously used Progress Billing – Billing method. Not updatable. | string | 50 | |
Phase Name | jcjobcategory | JcatPhaseName | Phase Name - The descriptive name of a specific phase/ cost code assigned to the job. Not updatable. | string | 50 | "Site Cleanup", "Footings" and "Site Office" etc. |
Phase Control Name | jcjobcategory | JcatPhaseCtrlName | Phase Control Name - The descriptive name of the cost code’s respective control cost code. If it is a standalone cost code (i.e. control cost code set to “All”) then the control job name will be set to “All”. Not updatable. | string | 50 | |
Phase Hierarchy | jcjobcategory | JcatPhsHier | Phase Hierarchy - A string representing the hierarchical structure of a specific phase/ cost code and control cost code within the company and job. Not updatable. | string | 127 | An example of Phase Hierarchy is "ZZ ZZ-T&M 02 02-300" which combines a Company code "ZZ", a Job Code "ZZ-T&M, a Phase control code "02", and a Phase Code, "02-300". |
Prior Cost Amount | jcjobcategory | JcatPriorCostAmt | Prior Cost Amount – The total cost amount for the job before the date defined for its “Ignore Costs Prior To Date” field. Not updatable. | number | 18 | 1200 |
Prior Cost Quantity | jcjobcategory | JcatPriorCostQty | Prior Cost Quantity - The quantity of resources or units associated with the prior cost amounts. A null value indicates no prior cost quantities have been specified. Not updatable. | number | 0 | 60 |
Productivity Override | jcjobcategory | JcatProductivityOverride | Productivity Override – A manual override to the specific job code/cost code/category code combination’s Productivity in Contract Forecasting (Productivity is calculated as the ratio of Phase/Cost Code quantity completion to Category quantity completion). The overrides are only applicable if bill code method is either “P” – Productivity or “U” – Units. Not updatable. | number | 16 | 5 |
Revenue Adjustment Amount | jcjobcategory | JcatRevAdjustmentAmt | Revenue Adjustment Amount - The amount by which the original revenue budget has been adjusted. Not updatable. | number | 18 | 2500 |
Rule Code | jcjobcategory | JcatRuleCode | Rule Code – The budget spread rule code for the company/job code/cost code/category. Not updatable. | string | 20 | Ex. MONTHLY, WEEKLY |
Time Phased – Checkbox | jcjobcategory | JcatTimePhasedFlag | Time Phased Flag - A flag indicating if the specific job code/cost code/category code is using a time phased cost budget (detail time phasing). Mark ("Y") for Yes and ("N") for No. Note that since detailed time phased budgeting has been deprecated, ensure that this flag is left as a null value. | string | 1 | |
User | jcjobcategory | JcatUserEnteredProjAmt | User-Entered Projected Amount - The projected amount manually entered by the user, allowing for overrides or adjustments to the system-generated projected amounts. Not updatable. | number | 18 | 15000 |
User | jcjobcategory | JcatUserEnteredProjUnit | User-Entered Projected Unit - The projected unit manually entered by the user, allowing for overrides or adjustments to the system-generated projected units. Not updatable. | number | 300 | |
Variable Code | jcjobcategory | JcatVarCode | Variable Code - A code that categorizes variables or modifiers applicable to the job code/cost code/category code. Not updatable. | string | 1 | |
WBS Budget Flag | jcjobcategory | JcatWbsBudgetFlag | WBS Budget Flag - A flag indicating whether the Work Breakdown Structure (WBS) budget is active ("Y") or not ("N") for the job code/cost code/category code. Not updatable. | string | 1 | Y |
WBS Value Code 1 | jcjobcategory | JcatWbsvCode1 | WBS Value Code 1 – The user defined Work Breakdown Structure (WBS) codes provide a supplementary method to effectively track and summarize costs on a transaction to transaction basis. Normally the WBS 1 code is usually set to PCI. | string | 10 | Ex. PCI |
WBS ValueCode 2 | jcjobcategory | JcatWbsvCode2 | WBS Value Code 2 - The user defined Work Breakdown Structure (WBS) codes provide a supplementary method to effectively track and summarize costs on a transaction to transaction basis. | string | 10 | |
WBS Value Code 3 | jcjobcategory | JcatWbsvCode3 | WBS Value Code 3 - The user defined Work Breakdown Structure (WBS) codes provide a supplementary method to effectively track and summarize costs on a transaction to transaction basis. | string | 10 | |
WBS Value Code 4 | jcjobcategory | JcatWbsvCode4 | WBS Value Code 4 - The user defined Work Breakdown Structure (WBS) codes provide a supplementary method to effectively track and summarize costs on a transaction to transaction basis. | string | 10 | |
WBS ValueEditable Flag 1 | jcjobcategory | JcatWbsvEditableFlag1 | WBS Value Editable Flag 1 - A flag indicating whether the first WBS value code (WbsvCode1) is editable during transaction entry ("Y") or not ("N"). | string | 1 | Y |
WBS ValueEditable Flag 2 | jcjobcategory | JcatWbsvEditableFlag2 | WBS Value Editable Flag 2 - A flag indicating whether the second WBS value code (WbsvCode2) is editable during transaction entry ("Y") or not ("N"). | string | 1 | Y |
WBS ValueEditable Flag 3 | jcjobcategory | JcatWbsvEditableFlag3 | WBS Value Editable Flag 3 - A flag indicating whether the third WBS value code (WbsvCode3) is editable during transaction entry ("Y") or not ("N"). | string | 1 | Y |
WBS ValueEditable Flag 4 | jcjobcategory | JcatWbsvEditableFlag4 | WBS Value Editable Flag 4 - A flag indicating whether the fourth WBS value code (WbsvCode4) is editable during transaction entry ("Y") or not ("N"). | string | 1 | Y |
WBS Value Required Flag 1 | jcjobcategory | JcatWbsvRequiredFlag2 | WBS Value Required Flag 1 - A flag indicating whether the first WBS value code (WbsvCode1) is required ("Y") or not ("N"). | string | 1 | Y |
WBS Value Required Flag 2 | jcjobcategory | JcatWbsvRequiredFlag2 | WBS Value Required Flag 2 - A flag indicating whether the second WBS value code (WbsvCode2) is required ("Y") or not ("N"). | string | 1 | Y |
WBS Value Required Flag 3 | jcjobcategory | JcatWbsvRequiredFlag3 | WBS Value Required Flag 3 - A flag indicating whether the third WBS value code (WbsvCode3) is required ("Y") or not ("N"). | string | 1 | Y |
WBS Value Required Flag 4 | jcjobcategory | JcatWbsvRequiredFlag4 | WBS Value Required Flag 4 - A flag indicating whether the fourth WBS value code (WbsvCode4) is required ("Y") or not ("N"). | string | 1 | Y |
WCB Code | jcjobcategory | JcatWcbCode | WCB Code - The Workers compensation code defined for the company/job. | string | 4 | Ex. WC1 |
WM Code | jcjobcategory | JcatWmCode | WM Code - This code specifies the unit of measure for the category or subcategory being set up. | string | 2 | Ex. hours of labor - HR or Lumpsum – LS or NA – Not Applicable. |
Update Date | jcjobcategory | JcatIuUpdateDate | Update Date - The timestamp indicating the last time the job category record was updated. An example of an Integration Update is "2024-10-23T10:49:35-04:00" which shows the last update times. | datetime | 2024-10-23T10:49:35-04:00 |
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "JcatCompCode": "001", "JcatJobCode": "00100", "JcatJobCtrlCode": "ALL", "JcatPhsCode": "15090", "JcatPhsCtrlCode": "15", "JcatPhaseActiveFlag": "Y", "JcatCode": "F", "JcatCtrlCode": "ALL", "JcatCatActiveFlag": "Y", "JcatExclCostWip": "N", "JcatLabourForecastFlag": "N", "JcatCostToComplOvrdFlg": "N", "JcatExclCostBudgWip": "N", "JcatVUuid": "" }
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"JcatActLbAmt": null,
"JcatAddedFromApp": null,
"JcatAddonAmt": null,
"JcatAnticipatedCostAmt": null,
"JcatBidItemRemainingAmt": null,
"JcatBillAmt": null,
"JcatBillCode": null,
"JcatBillName": null,
"JcatBillingTypeCode": null,
"JcatBudgAdjustmentAmt": null,
"JcatBudgAmt": null,
"JcatBudgRevAmt": null,
"JcatBudgRevQty": null,
"JcatBudgRevRevAmt": null,
"JcatBudgRevenueAmt": null,
"JcatBudgUnit": null,
"JcatBudgUnitRate": null,
"JcatBudmethCode": null,
"JcatCalculateColumnName": null,
"JcatCatActiveFlag": "Y",
"JcatCatHier": null,
"JcatChgOrdAmt": null,
"JcatChgOrdQty": null,
"JcatChgOrdRevAmt": null,
"JcatCode": "F",
"JcatName": null,
"JcatCommUnit": null,
"JcatCompCode": "001",
"JcatComplPc": null,
"JcatComplPcDate": null,
"JcatComplUnit": null,
"JcatCostAmt": null,
"JcatCostRateOverrideAmt": null,
"JcatCostToComplOvrdFlg": "N",
"JcatCstEntry": null,
"JcatCtrlCode": "ALL",
"JcatCatCtrlName": null,
"JcatDisbAmt": null,
"JcatDlbAmt": null,
"JcatExclCostBudgWip": "N",
"JcatExclCostWip": "N",
"JcatFreezeProjAmtFlag": null,
"JcatFwdLossOvrhPct": null,
"JcatHbPayAmt": null,
"JcatIdealRevenueAmt": null,
"JcatInvCommAmt": null,
"JcatInvCommUnit": null,
"JcatInvUnit": null,
"JcatInvoiceFormatCode": null,
"JcatJobCode": "00100",
"JcatJobName": null,
"JcatJobCtrlCode": "ALL",
"JcatJobCtrlName": null,
"JcatLabourForecastFlag": "N",
"JcatMaxBillingAmt": null,
"JcatMaxBillingBudgetAmt": null,
"JcatNcommCostAmt": null,
"JcatNinvCommAmt": null,
"JcatObudgAmt": null,
"JcatObudgChgOrdAmt": null,
"JcatObudgChgOrdRevAmt": null,
"JcatObudgChgOrdUnit": null,
"JcatObudgRevenueAmt": null,
"JcatObudgUnit": null,
"JcatPbBillCode": null,
"JcatPhaseActiveFlag": "Y",
"JcatPhsCode": "15090",
"JcatPhaseName": null,
"JcatPhsCtrlCode": "15",
"JcatPhaseCtrlName": null,
"JcatPhsHier": null,
"JcatPriorCostAmt": null,
"JcatPriorCostQty": null,
"JcatProductivityOverride": null,
"JcatProjAmt": null,
"JcatProjUnit": null,
"JcatRevAdjustmentAmt": null,
"JcatRuleCode": null,
"JcatTimePhasedFlag": null,
"JcatUserEnteredProjAmt": null,
"JcatUserEnteredProjUnit": null,
"JcatVarCode": null,
"JcatWbsBudgetFlag": null,
"JcatWbsvCode1": null,
"JcatWbsvCode10": null,
"JcatWbsvCode11": null,
"JcatWbsvCode12": null,
"JcatWbsvCode2": null,
"JcatWbsvCode3": null,
"JcatWbsvCode4": null,
"JcatWbsvCode5": null,
"JcatWbsvCode6": null,
"JcatWbsvCode7": null,
"JcatWbsvCode8": null,
"JcatWbsvCode9": null,
"JcatWbsvEditableFlag1": null,
"JcatWbsvEditableFlag10": null,
"JcatWbsvEditableFlag11": null,
"JcatWbsvEditableFlag12": null,
"JcatWbsvEditableFlag2": null,
"JcatWbsvEditableFlag3": null,
"JcatWbsvEditableFlag4": null,
"JcatWbsvEditableFlag5": null,
"JcatWbsvEditableFlag6": null,
"JcatWbsvEditableFlag7": null,
"JcatWbsvEditableFlag8": null,
"JcatWbsvEditableFlag9": null,
"JcatWbsvRequiredFlag1": null,
"JcatWbsvRequiredFlag10": null,
"JcatWbsvRequiredFlag11": null,
"JcatWbsvRequiredFlag12": null,
"JcatWbsvRequiredFlag2": null,
"JcatWbsvRequiredFlag3": null,
"JcatWbsvRequiredFlag4": null,
"JcatWbsvRequiredFlag5": null,
"JcatWbsvRequiredFlag6": null,
"JcatWbsvRequiredFlag7": null,
"JcatWbsvRequiredFlag8": null,
"JcatWbsvRequiredFlag9": null,
"JcatWcbCode": null,
"JcatWmCode": null,
"JcatVUuid": "F32B623204EE0BEEE05316821FACBD9C",
"JcatIuCreateDate": null,
"JcatIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcjobcategory/F32B623204EE0BEEE05316821FACBD9C",
"name": "jcjobcategory",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcjobcategory/F32B623204EE0BEEE05316821FACBD9C",
"name": "jcjobcategory",
"kind": "item"
}
]
}
object