---
title: "Retrieve JC Foreign Batch Data File By VUUID"
slug: "retrieve-jc-foreign-batch-data-file-by-vuuid"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-jc-foreign-batch-data-file-by-vuuid"
---

> ## 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.

# Retrieve JC Foreign Batch Data File By VUUID

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 |

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3ec60726-1a50-4db6-a4d9-4dbb87be7a97'>application/json</option>
</select>

```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
