---
title: "Create a JC Batch"
slug: "create-a-jc-batch"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-jc-batch"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a JC Batch

Post/jc-rest-api/rest/1/jcbatch

## Create JC Batches

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='f7b17d54-3ed8-4e9f-afbd-fb6f18cc0141'>application/json</option>
</select>object  Example{
  "JcbchCompCode": "001",
  "JcbchAutoCreatedFlag": "Y",
  "JcbchDate": "2022-12-20T12:55:36-04:00",
  "JcbchTypeCode": "C",
  "JcbchVUuid": ""
}JcbchTypeCodestring    

Job Batch Type Code

Max length1
JcbchDatestring    

Job Batch Date

JcbchAutoCreatedFlagstring    Max length1
JcbchVUuidstring    
JcbchCompCodestring    

Job Batch Company Code

Max length8

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='56a329c0-e489-47d7-a327-68f946f04d9f'>application/json</option>
</select>

```json
{
  "JcbchAmt": null,
  "JcbchAutoCreatedFlag": "Y",
  "JcbchCompCode": "001",
  "JcbchCostTypeCode": null,
  "JcbchDate": "2022-12-20T16:55:36Z",
  "JcbchDsrcCode": null,
  "JcbchName": null,
  "JcbchNum": null,
  "JcbchPostDate": null,
  "JcbchTranDate": null,
  "JcbchTypeCode": "C",
  "JcbchUser": null,
  "JcbchIuCreateDate": null,
  "JcbchIuUpdateDate": null,
  "JcbchVUuid": "F2B2AEA54001206EE05316821FACA393",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393",
      "name": "jcbatch",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393",
      "name": "jcbatch",
      "kind": "item"
    }
  ]
}
```

object
