Create a JC Foreign Batch Data File
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a JC Foreign Batch Data File
- Updated on 25 Sep 2024
- 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/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
FbhJcDeptCode
string
Department
FbhJcCatCode
string
Job Category Code
FbhJcAccCode
string
Account
FbhJcDistTypeCode
string
Type
FbhJcJobCode
string
Job Code
FbhJcAmt
number
Amount
FbhJcPhsCode
string
Phase Code
FbhJcRefDate
null
Reference Date
FbhVUuid
string
Unique Identifier
FbhJcLineNum
number
Record
FbhJcDsrcCompCode
string
Source Company
FbhJcValidFlag
string
Valid
FbhJcCompCode
string Required
Job Company Code
FbhJcSrcCode
string
Source Code
FbhPostDate
null
Post Date
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