Retrieve JC Transaction By Code
  • 06 Jan 2026
  • 8 Minutes to read
  • Dark
    Light

Retrieve JC Transaction By Code

  • Dark
    Light

Article summary

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

https://docs.cmicglobal.com/portal/Content/E_Reference_Material/JC_-_Job_Costing/Reference/Processing_Job_Costs/EnterCostTransaction.htm

Path Parameters

ParameterDescriptionExample
JcthVUuidThe Vuuid attribute is a Unique Row Identifier/jc-rest-api/rest/1/jctran/ BD8E16F438A72691E05316821FAC4947

Query Standards

KeyRecommendedDescription
finderYesFilters 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
limitYesA 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
offsetYesThe 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
orderByYesThe 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

FinderParameterData TypeDescriptionExample
JctranFinderCompCodestringFinders records based on the Company code/jc-rest-api/rest/1/jctran?finder=JctranFinder;CompCode=ZZ

jctran Attributes

CMiC UI FieldnameObjectNameDescriptionTypeSizeExample
Company CodejctranJcthCompCodeIdentifies the company for the transactionstring81001
Transaction DatejctranJcthDateDate when the transaction was recorded2025-02-19
Posted StatusjctranJcthPostIndicates if the transaction is postedstring80Y / N
Company NamejctranJcthCompNameName of the companystring30ABC Construction
Batch TypejctranJcthBchTypeCodeType of transaction batch (e.g., B, C)string1B / C
Batch NumberjctranJcthBchNumUnique identifier for the batchnumber1112345
Batch NamejctranJcthBchNameDescriptive name of the batchstring60January Payroll
Journal CodejctranJcthJourCodeCode representing the journal typestring2JC
Journal NamejctranJcthJourNameName of the journalstring30Job Cost Journal
Transaction NumberjctranJcthNumUnique identifier for the transactionnumber119876533
Currency CodejctranJcthCurrCodeCode of the currency usedstring3USD
Currency NamejctranJcthCurrNameName of the currencystring30US Dollar
Accrual FlagjctranJcthAccrualFlagIndicates if the transaction is accrual-basedstring1N
UserjctranJcthUserUser who created the transactionstring30DA
Entry Date/TimejctranJcthDateTimeEntryTimestamp of when the transaction was entereddate2023-10-19T13:20:58-04:00
DescriptionjctranJcthDescDescription of the transactionstring60Equipment rental
Source CodejctranJcthDefSrcCodeDefault source code of the transactionstring16SRC001
Source DescriptionjctranJcthDefSrcDescDescription of the sourcestring30Job Cost Entry
Reference CodejctranJcthDefRefCodeDefault reference code for the transactionstring25REF123
Reference DescriptionjctranJcthDefRefDescDescription of the referencestring60Invoice Payment
Contract CodejctranJcthDefContCodeDefault contract code for the transactionstring16CONT5678
DSRC CodejctranJcthDsrcCodeDSRC Codestring2DS
Adjustment FlagjctranJcthAdjJcdetailFlagIndicates if adjustment was madestring1Y
Reference DatejctranJcthRefDateDate related to the reference code2025-19-02
Conversion NumberjctranJcthConvNumNumber used in conversion calculationsnumber1610000.5
Transaction AmountjctranJcthTransactionAmtTotal amount of the transactionbigdecimal182500.75
Application CodejctranJcthCalledFromAppCodeCode of the application that called the transactionstring4PMJS
Unique IdentifierjctranJcthVUuidUnique identifier for the transactionstring64Changes to Date
Creation DatejctranJcthIuCreateDateDate the transaction was createddate2023-10-19T13:20:58-04:00
Update DatejctranJcthIuUpdateDateDate the transaction was updateddate2023-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