Post JC Transaction
  • 04 Nov 2025
  • 1 Minute to read
  • Dark
    Light

Post JC Transaction

  • Dark
    Light

Article summary

Post
/jc-rest-api/rest/1/postjctran

Overview

The postjctran api endpoint is used to post batches of Job Costing transactions

UI Navigation

Job Costing > Transactions > Enter Cost Transaction - Post Transactions node

Reference Article

https://docs.cmicglobal.com/portal/Content/E_Reference_Material/JC_-_Job_Costing/Reference/Processing_Job_Costs/ECT-PostTransactions.htm?Highlight=Job%20Cost%20Transaction

Request Headers

Content-Typeapplication/vnd.oracle.adf.action+json

Commonly Used Body Parameters

CMiC UI FieldnameObjectNameDescriptionTypeExampleRequired
CompanypostjctranCompCodeCompany CodestringZZYes
BatchpostjctranBchNumBatch Number to be postednumber181626Yes
Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.action+json
Body parameters
object
Example{ "name": "postJcTran", "parameters": [ { "compCode": "ZZ" }, { "bchNum": "181626" } ] }
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/json
{
  "result": "Posting Completed Successfully"
}
object
404

Not Found

Headers
Content-Type
string
Exampleapplication/json
{
  "error": "Batch number 181626 has already been posted."
}
object