---
title: "Update a specific JC Batch"
slug: "update-a-specific-jc-batch"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-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.

# Update a specific JC Batch

Patch/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393

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='c7b66be7-3c9f-481a-816a-997deee06c8a'>application/json</option>
</select>object  Example{
  "JcbchName": "Test test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='9bb6c05e-5c95-42d7-92cd-d2bd8259d902'>application/json</option>
</select>

```json
{
  "JcbchAmt": null,
  "JcbchAutoCreatedFlag": "N",
  "JcbchCompCode": "001",
  "JcbchCostTypeCode": null,
  "JcbchDate": "2022-12-20T16:55:36Z",
  "JcbchDsrcCode": null,
  "JcbchName": "Test test",
  "JcbchNum": 4461334,
  "JcbchPostDate": null,
  "JcbchTranDate": null,
  "JcbchTypeCode": "C",
  "JcbchUser": "CMICUSER",
  "JcbchIuCreateDate": "2023-01-20T19:03:36Z",
  "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
