Retrieve JC Foreign Batch Data File By VUUID
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve JC Foreign Batch Data File By VUUID
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/jc-rest-api/rest/1/jcforeignbatchdatafile/043DC8E80C527266E06316821FACEE94
Query Standards
Key | Recommended | Description |
---|---|---|
finder | Yes | Filters data based on attributes |
limit | Yes | No. of items to return |
offset | Yes | item index |
totalResults | Yes | Returns total number of items |
orderBy | Yes | Returns list of items order by given attribute |
Finder
Following row finders are available for data filtering and optimizing request performance.
- By UUID
By UUID
This is an optional finder for querying a specific Foreign Batch Data File by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /jc-rest-api/rest/1/jcforeignbatchdatafile/043DC8E80C527266E06316821FACEE94 |
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"FbhJcCompCode": "WAL",
"FbhJcDistTypeCode": "J",
"FbhJcSrcCode": "SRC1",
"FbhJcSrcDesc": null,
"FbhJcRefDate": "2020-08-20",
"FbhJcRefCode": null,
"FbhJcRefDesc": null,
"FbhJcJobCode": "20.35315-1",
"FbhJcPhsCode": "01-100x",
"FbhJcCatCode": "3000",
"FbhJcDeptCode": "00",
"FbhJcAccCode": "1000.100",
"FbhJcEqpCode": null,
"FbhJcTrancodeCode": null,
"FbhJcComponCode": null,
"FbhJcAmt": 10,
"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": "WAL",
"FbhJcJobLongCode": null,
"FbhOverrideBillAmt": null,
"FbhOverrideBillRate": null,
"FbhOverrideTradeCode": null,
"FbhPostDate": "2021-04-21",
"FbhJcPhsName": null,
"FbhJcImpOraseq": 843634415,
"FbhWbsvPciLineOraseq": null,
"FbhJcErText": null,
"FbhLastSessioninfo": null,
"FbhOrigSessioninfo": "(null null/null null/null/null/null),(SOLUTIONS/CMICUSER),(/cmictestrti/jc-rest-api/rest/1/jcforeignbatchdatafile)cloudmob1.cmiccloudr12.com",
"FbhVUuid": "043DC8E80C527266E06316821FACEE94",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcforeignbatchdatafile/043DC8E80C527266E06316821FACEE94",
"name": "jcforeignbatchdatafile",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcforeignbatchdatafile/043DC8E80C527266E06316821FACEE94",
"name": "jcforeignbatchdatafile",
"kind": "item"
}
]
}
object