Post JC Transaction
- 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Post JC Transaction
- Updated on 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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
Request Headers
| Content-Type | application/vnd.oracle.adf.action+json |
|---|
Commonly Used Body Parameters
| CMiC UI Fieldname | Object | Name | Description | Type | Example | Required |
|---|---|---|---|---|---|---|
| Company | postjctran | CompCode | Company Code | string | ZZ | Yes |
| Batch | postjctran | BchNum | Batch Number to be posted | number | 181626 | Yes |
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