Create a JC Foreign Batch Data File
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create a JC Foreign Batch Data File

  • Dark
    Light

Article summary

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

Create Foreign Batch Data Files

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
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": "" }
FbhJcWmCode
string

WM

💻 UI Fieldname: FbhJcWmCode

Max length2
FbhJcDeptCode
string

Department

💻 UI Fieldname: FbhJcDeptCode

Max length6
FbhJcCatCode
string

Job Category Code

💻 UI Fieldname: FbhJcCatCode

Max length16
FbhJcAccCode
string

Account

💻 UI Fieldname: FbhJcAccCode

Max length16
FbhJcDistTypeCode
string

Type

💻 UI Fieldname: FbhJcDistTypeCode

Max length1
FbhJcJobCode
string

Job Code

💻 UI Fieldname: FbhJcJobCode

Max length10
FbhJcAmt
number

Amount

💻 UI Fieldname: FbhJcAmt

Max length2218
FbhJcPhsCode
string

Phase Code

💻 UI Fieldname: FbhJcPhsCode

Max length16
FbhJcRefDate
string

Reference Date

💻 UI Fieldname: FbhJcRefDate

FbhVUuid
string

Unique Identifier

💻 UI Fieldname: FbhVUuid

Max length64
FbhJcLineNum
number

Record

💻 UI Fieldname: FbhJcLineNum

Max length22
FbhJcDsrcCompCode
string

Source Company

💻 UI Fieldname: FbhJcDsrcCompCode

Max length8
FbhJcValidFlag
string

Valid

💻 UI Fieldname: FbhJcValidFlag

Max length1
FbhJcCompCode
string Required

Job Company Code

💻 UI Fieldname: FbhJcCompCode

Max length8
FbhJcSrcCode
string

Source Code

💻 UI Fieldname: FbhJcSrcCode

Max length16
FbhPostDate
string

Post Date

💻 UI Fieldname: FbhPostDate

Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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