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

> ## 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 Foreign Batch Data File

Post/jc-rest-api/rest/1/jcforeignbatchdatafile

## Create Foreign Batch Data Files

### 

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='224e35c2-6091-4a86-a1b9-b031aac114b4'>application/json</option>
</select>object  Example{
  "FbhJcCompCode": "001",
  "FbhJcDistTypeCode": "J",
  "FbhJcSrcCode": "SRC1",
  "FbhJcRefDate": "2023-08-20",
  "FbhJcJobCode": "14002",
  "FbhJcPhsCode": "01-100x",
  "FbhJcCatCode": "3000",
  "FbhJcDeptCode": "00",
  "FbhJcAccCode": "1000.100",
  "FbhJcAmt": 999.99,
  "FbhJcWmCode": "NA",
  "FbhJcValidFlag": "N",
  "FbhJcLineNum": 1.0,
  "FbhJcDsrcCompCode": "001",
  "FbhPostDate": "2023-08-31",
  "FbhVUuid": ""
}FbhJcWmCodestring    

WM

💻 UI Fieldname: FbhJcWmCode

Max length2
FbhJcDeptCodestring    

Department

💻 UI Fieldname: FbhJcDeptCode

Max length6
FbhJcCatCodestring    

Job Category Code

💻 UI Fieldname: FbhJcCatCode

Max length16
FbhJcAccCodestring    

Account

💻 UI Fieldname: FbhJcAccCode

Max length16
FbhJcDistTypeCodestring    

Type

💻 UI Fieldname: FbhJcDistTypeCode

Max length1
FbhJcJobCodestring    

Job Code

💻 UI Fieldname: FbhJcJobCode

Max length10
FbhJcAmtnumber    

Amount

💻 UI Fieldname: FbhJcAmt

Max length2218
FbhJcPhsCodestring    

Phase Code

💻 UI Fieldname: FbhJcPhsCode

Max length16
FbhJcRefDatestring    

Reference Date

💻 UI Fieldname: FbhJcRefDate

FbhVUuidstring    

Unique Identifier

💻 UI Fieldname: FbhVUuid

Max length64
FbhJcLineNumnumber    

Record

💻 UI Fieldname: FbhJcLineNum

Max length22
FbhJcDsrcCompCodestring    

Source Company

💻 UI Fieldname: FbhJcDsrcCompCode

Max length8
FbhJcValidFlagstring    

Valid

💻 UI Fieldname: FbhJcValidFlag

Max length1
FbhJcCompCodestring    Required

Job Company Code

💻 UI Fieldname: FbhJcCompCode

Max length8
FbhJcSrcCodestring    

Source Code

💻 UI Fieldname: FbhJcSrcCode

Max length16
FbhPostDatestring    

Post Date

💻 UI Fieldname: FbhPostDate

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='87d40684-0c5e-40de-bafd-264fd35576e6'>application/json</option>
</select>

```json
{
  "FbhJcCompCode": "001",
  "FbhJcDistTypeCode": "J",
  "FbhJcSrcCode": "SRC1",
  "FbhJcSrcDesc": null,
  "FbhJcRefDate": "2023-08-20",
  "FbhJcRefCode": null,
  "FbhJcRefDesc": null,
  "FbhJcJobCode": "14002",
  "FbhJcPhsCode": "01-100x",
  "FbhJcCatCode": "3000",
  "FbhJcDeptCode": "00",
  "FbhJcAccCode": "1000.100",
  "FbhJcEqpCode": null,
  "FbhJcTrancodeCode": null,
  "FbhJcComponCode": null,
  "FbhJcAmt": 999.99,
  "FbhJcUnit": null,
  "FbhJcWmCode": "NA",
  "FbhJcWbsvCode1": null,
  "FbhJcWbsvCode2": null,
  "FbhJcWbsvCode3": null,
  "FbhJcWbsvCode4": null,
  "FbhJcTavCode1": null,
  "FbhJcTavCode2": null,
  "FbhJcTavCode3": null,
  "FbhJcTavCode4": null,
  "FbhJcJobCtrlCode": null,
  "FbhJcPhsCtrlCode": null,
  "FbhJcCatCtrlCode": null,
  "FbhJcValidFlag": "N",
  "FbhJcLineNum": 1,
  "FbhJcDsrcCompCode": "001",
  "FbhJcJobLongCode": null,
  "FbhOverrideBillAmt": null,
  "FbhOverrideBillRate": null,
  "FbhOverrideTradeCode": null,
  "FbhPostDate": "2023-08-31",
  "FbhJcPhsName": null,
  "FbhJcImpOraseq": null,
  "FbhWbsvPciLineOraseq": null,
  "FbhJcErText": null,
  "FbhLastSessioninfo": null,
  "FbhOrigSessioninfo": null,
  "FbhVUuid": "",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcforeignbatchdatafile/",
      "name": "jcforeignbatchdatafile",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcforeignbatchdatafile/",
      "name": "jcforeignbatchdatafile",
      "kind": "item"
    }
  ]
}
```

object
