Retrieve JC Transaction By Code
- 06 Jan 2026
- 8 Minutes to read
- Print
- DarkLight
Retrieve JC Transaction By Code
- Updated on 06 Jan 2026
- 8 Minutes to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/jc-rest-api/rest/1/jctran
Overview
The JCTRAN endpoint is used to facilitate the entry of Job Cost Transactions bypassing traditional sub-ledger modules such as Accounts Payable, Accounts Receivable, Subcontracts, Job Billing, and Payroll. This is particularly useful for recording transactions that originate outside these modules, ensuring that all job-related costs are accurately captured.
UI Navigation
Job Costing > Transactions > Enter Cost Transaction
Reference Article
Path Parameters
| Parameter | Description | Example |
|---|---|---|
| JcthVUuid | The Vuuid attribute is a Unique Row Identifier | /jc-rest-api/rest/1/jctran/ BD8E16F438A72691E05316821FAC4947 |
Query Standards
| Key | Recommended | Description |
|---|---|---|
| finder | Yes | Filters data based on attributes. See finder details below. Finders can be combined using a comma delimiter between parameters that implies an "and" statement. For more information on using the finder functionality please see Best Practice | Data Filtering requirements |
| limit | Yes | A limit restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count, then the framework will return all available resources. For additional information on using the limit functionality please visit Best Practice | Data Filtering requirements |
| offset | Yes | The offset skips a specified number of items in a data list before it starts showing results. For example, if you set an offset of 10, it skips the first 10 items and begins showing from the 11th item. For additional information on using Offset functionality please visit Best Practice | Data Filtering requirements |
| orderBy | Yes | The orderBy attribute retrieves rows using an order ensuring the response payload displays data in the order supplied in the URL parameter using the GET method. For more information on using orderBy functionality please visit Best Practice | Data Filtering requirements |
jctran Finders
| Finder | Parameter | Data Type | Description | Example |
|---|---|---|---|---|
| JctranFinder | CompCode | string | Finders records based on the Company code | /jc-rest-api/rest/1/jctran?finder=JctranFinder;CompCode=ZZ |
jctran Attributes
| CMiC UI Fieldname | Object | Name | Description | Type | Size | Example |
|---|---|---|---|---|---|---|
| Company Code | jctran | JcthCompCode | Identifies the company for the transaction | string | 8 | 1001 |
| Transaction Date | jctran | JcthDate | Date when the transaction was recorded | 2025-02-19 | ||
| Posted Status | jctran | JcthPost | Indicates if the transaction is posted | string | 80 | Y / N |
| Company Name | jctran | JcthCompName | Name of the company | string | 30 | ABC Construction |
| Batch Type | jctran | JcthBchTypeCode | Type of transaction batch (e.g., B, C) | string | 1 | B / C |
| Batch Number | jctran | JcthBchNum | Unique identifier for the batch | number | 11 | 12345 |
| Batch Name | jctran | JcthBchName | Descriptive name of the batch | string | 60 | January Payroll |
| Journal Code | jctran | JcthJourCode | Code representing the journal type | string | 2 | JC |
| Journal Name | jctran | JcthJourName | Name of the journal | string | 30 | Job Cost Journal |
| Transaction Number | jctran | JcthNum | Unique identifier for the transaction | number | 11 | 9876533 |
| Currency Code | jctran | JcthCurrCode | Code of the currency used | string | 3 | USD |
| Currency Name | jctran | JcthCurrName | Name of the currency | string | 30 | US Dollar |
| Accrual Flag | jctran | JcthAccrualFlag | Indicates if the transaction is accrual-based | string | 1 | N |
| User | jctran | JcthUser | User who created the transaction | string | 30 | DA |
| Entry Date/Time | jctran | JcthDateTimeEntry | Timestamp of when the transaction was entered | date | 2023-10-19T13:20:58-04:00 | |
| Description | jctran | JcthDesc | Description of the transaction | string | 60 | Equipment rental |
| Source Code | jctran | JcthDefSrcCode | Default source code of the transaction | string | 16 | SRC001 |
| Source Description | jctran | JcthDefSrcDesc | Description of the source | string | 30 | Job Cost Entry |
| Reference Code | jctran | JcthDefRefCode | Default reference code for the transaction | string | 25 | REF123 |
| Reference Description | jctran | JcthDefRefDesc | Description of the reference | string | 60 | Invoice Payment |
| Contract Code | jctran | JcthDefContCode | Default contract code for the transaction | string | 16 | CONT5678 |
| DSRC Code | jctran | JcthDsrcCode | DSRC Code | string | 2 | DS |
| Adjustment Flag | jctran | JcthAdjJcdetailFlag | Indicates if adjustment was made | string | 1 | Y |
| Reference Date | jctran | JcthRefDate | Date related to the reference code | 2025-19-02 | ||
| Conversion Number | jctran | JcthConvNum | Number used in conversion calculations | number | 16 | 10000.5 |
| Transaction Amount | jctran | JcthTransactionAmt | Total amount of the transaction | bigdecimal | 18 | 2500.75 |
| Application Code | jctran | JcthCalledFromAppCode | Code of the application that called the transaction | string | 4 | PMJS |
| Unique Identifier | jctran | JcthVUuid | Unique identifier for the transaction | string | 64 | Changes to Date |
| Creation Date | jctran | JcthIuCreateDate | Date the transaction was created | date | 2023-10-19T13:20:58-04:00 | |
| Update Date | jctran | JcthIuUpdateDate | Date the transaction was updated | date | 2023-10-21T13:20:58-04:00 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleJctranFinder;CompCode=ZZ
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
example-0
Successful Response
{
"items": [
{
"JcthCompCode": "121",
"JcthCompName": "VT-test corp2.",
"JcthBchTypeCode": "C",
"JcthBchNum": 29755,
"JcthBchName": "VIKAS 2021-06-24 C",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 23125,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "VIKAS",
"JcthDate": "2021-06-24",
"JcthDateTimeEntry": "2021-06-24T20:32:56Z",
"JcthDesc": null,
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": null,
"JcthDefContCode": null,
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2021-06-24",
"JcthConvNum": 1,
"JcthTransactionAmt": 0,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "C589ED9E4D29207FE0530100007FCA88",
"JcthPost": null,
"JcthIuCreateDate": "2021-06-24T20:32:56Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C589ED9E4D29207FE0530100007FCA88",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C589ED9E4D29207FE0530100007FCA88",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C589ED9E4D29207FE0530100007FCA88/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "121",
"JcthCompName": "VT-test corp2.",
"JcthBchTypeCode": "B",
"JcthBchNum": 27472,
"JcthBchName": "VIKAS 2021-05-03 B",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 21751,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "VIKAS",
"JcthDate": "2021-05-11",
"JcthDateTimeEntry": "2021-05-11T19:07:20Z",
"JcthDesc": null,
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": null,
"JcthDefContCode": null,
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2021-05-11",
"JcthConvNum": 1,
"JcthTransactionAmt": 0,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "C2139A7856F8CC20E0530100007F76EA",
"JcthPost": null,
"JcthIuCreateDate": "2021-05-11T19:07:20Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C2139A7856F8CC20E0530100007F76EA",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C2139A7856F8CC20E0530100007F76EA",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C2139A7856F8CC20E0530100007F76EA/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "121",
"JcthCompName": "VT-test corp2.",
"JcthBchTypeCode": "C",
"JcthBchNum": 30125,
"JcthBchName": null,
"JcthJourCode": "EC",
"JcthJourName": "Equipment Costing",
"JcthNum": 23230,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "VIKAS",
"JcthDate": "2021-07-19",
"JcthDateTimeEntry": "2021-07-20T03:19:48Z",
"JcthDesc": null,
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": null,
"JcthDefContCode": null,
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2021-07-19",
"JcthConvNum": 1,
"JcthTransactionAmt": null,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "C78663E0C3F47D39E0530100007F6EDC",
"JcthPost": null,
"JcthIuCreateDate": "2021-07-20T03:19:48Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C78663E0C3F47D39E0530100007F6EDC",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C78663E0C3F47D39E0530100007F6EDC",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/C78663E0C3F47D39E0530100007F6EDC/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "AB1",
"JcthCompName": "Anjali's Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 85300,
"JcthBchName": "SUPPORT 2024-07-11 C",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 54110,
"JcthCurrCode": "CAD",
"JcthCurrName": "Canadian Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "SUPPORT",
"JcthDate": "2024-08-01",
"JcthDateTimeEntry": "2024-08-30T13:33:38Z",
"JcthDesc": null,
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": null,
"JcthDefContCode": null,
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2024-08-30",
"JcthConvNum": 1,
"JcthTransactionAmt": null,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "20E76EB81F54165AE06327261DAC759B",
"JcthPost": null,
"JcthIuCreateDate": "2024-08-30T13:33:38Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F54165AE06327261DAC759B",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F54165AE06327261DAC759B",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F54165AE06327261DAC759B/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "AB1",
"JcthCompName": "Anjali's Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 90324,
"JcthBchName": "SUPPORT 2024-07-11 C",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 54112,
"JcthCurrCode": "CAD",
"JcthCurrName": "Canadian Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "SUPPORT",
"JcthDate": "2024-08-30",
"JcthDateTimeEntry": "2024-08-30T13:37:55Z",
"JcthDesc": null,
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": null,
"JcthDefContCode": null,
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2024-08-30",
"JcthConvNum": 1,
"JcthTransactionAmt": null,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "20E76EB81F5E165AE06327261DAC759B",
"JcthPost": null,
"JcthIuCreateDate": "2024-08-30T13:37:55Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F5E165AE06327261DAC759B",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F5E165AE06327261DAC759B",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/20E76EB81F5E165AE06327261DAC759B/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
}
],
"count": 5,
"hasMore": true,
"limit": 5,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran",
"name": "jctran",
"kind": "collection"
}
]
}example-1
Successful Response
{
"items": [
{
"JcthCompCode": "ZZ",
"JcthCompName": "CMiC Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 101281,
"JcthBchName": "VPTEST100",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 59943,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "DA",
"JcthDate": "2025-02-03",
"JcthDateTimeEntry": "2025-02-03T14:46:14Z",
"JcthDesc": "VPTEST100",
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": "VPTEST100",
"JcthDefContCode": "N",
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2025-02-03",
"JcthConvNum": 1,
"JcthTransactionAmt": -20,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "2D3EEA736878FFB0E06327261DACF609",
"JcthPost": null,
"JcthIuCreateDate": "2025-02-03T14:46:14Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D3EEA736878FFB0E06327261DACF609",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D3EEA736878FFB0E06327261DACF609",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D3EEA736878FFB0E06327261DACF609/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "ZZ",
"JcthCompName": "CMiC Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 100964,
"JcthBchName": "VPTEST001",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 59803,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "DA",
"JcthDate": "2025-01-30",
"JcthDateTimeEntry": "2025-01-30T16:04:16Z",
"JcthDesc": "VPTEST001",
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": "VPTEST001",
"JcthDefContCode": "N",
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2025-01-30",
"JcthConvNum": 1,
"JcthTransactionAmt": -20,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "2CEF606ECB063F03E06327261DAC1C95",
"JcthPost": null,
"JcthIuCreateDate": "2025-01-30T16:04:16Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CEF606ECB063F03E06327261DAC1C95",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CEF606ECB063F03E06327261DAC1C95",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CEF606ECB063F03E06327261DAC1C95/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "ZZ",
"JcthCompName": "CMiC Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 101318,
"JcthBchName": "VPTEST101",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 59955,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "DA",
"JcthDate": "2025-02-03",
"JcthDateTimeEntry": "2025-02-03T18:35:31Z",
"JcthDesc": "VPTEST101",
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": "VPTEST101",
"JcthDefContCode": "N",
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2025-02-03",
"JcthConvNum": 1,
"JcthTransactionAmt": -50,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "2D408667BF147708E06327261DACD855",
"JcthPost": null,
"JcthIuCreateDate": "2025-02-03T18:35:31Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D408667BF147708E06327261DACD855",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D408667BF147708E06327261DACD855",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D408667BF147708E06327261DACD855/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "ZZ",
"JcthCompName": "CMiC Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 101027,
"JcthBchName": "VPTEST004",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 59845,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "DA",
"JcthDate": "2025-01-30",
"JcthDateTimeEntry": "2025-01-30T17:35:36Z",
"JcthDesc": "VPTEST004",
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": "VPTEST004",
"JcthDefContCode": "N",
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2025-01-30",
"JcthConvNum": 1,
"JcthTransactionAmt": -30,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "2CF03803425B0FCCE06327261DACB0EC",
"JcthPost": null,
"JcthIuCreateDate": "2025-01-30T17:35:36Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CF03803425B0FCCE06327261DACB0EC",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CF03803425B0FCCE06327261DACB0EC",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2CF03803425B0FCCE06327261DACB0EC/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
},
{
"JcthCompCode": "ZZ",
"JcthCompName": "CMiC Test Company",
"JcthBchTypeCode": "C",
"JcthBchNum": 101319,
"JcthBchName": "VPTEST101",
"JcthJourCode": "JC",
"JcthJourName": "Job Costing",
"JcthNum": 59956,
"JcthCurrCode": "USD",
"JcthCurrName": "US Dollar",
"JcthAccrualFlag": "N",
"JcthUser": "DA",
"JcthDate": "2025-02-03",
"JcthDateTimeEntry": "2025-02-03T18:39:07Z",
"JcthDesc": "VPTEST101",
"JcthDefSrcCode": null,
"JcthDefSrcDesc": null,
"JcthDefRefCode": null,
"JcthDefRefDesc": "VPTEST101",
"JcthDefContCode": "N",
"JcthDsrcCode": null,
"JcthAdjJcdetailFlag": "N",
"JcthRefDate": "2025-02-03",
"JcthConvNum": 1,
"JcthTransactionAmt": -23456789,
"JcthCalledFromAppCode": "JC",
"JcthVUuid": "2D42335563441151E06327261DAC3E5A",
"JcthPost": null,
"JcthIuCreateDate": "2025-02-03T18:39:07Z",
"JcthIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D42335563441151E06327261DAC3E5A",
"name": "jctran",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D42335563441151E06327261DAC3E5A",
"name": "jctran",
"kind": "item"
},
{
"rel": "child",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran/2D42335563441151E06327261DAC3E5A/child/JctrandViewObj",
"name": "JctrandViewObj",
"kind": "collection"
}
]
}
],
"count": 5,
"hasMore": true,
"limit": 5,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://qamob.cmicpaas.com:443/cmicqadaily/jc-rest-api/rest/1/jctran",
"name": "jctran",
"kind": "collection"
}
]
}object