Create JC Transaction
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create JC Transaction

  • Dark
    Light

Article summary

Post
/jc-rest-api/rest/1/jctran

Create JC Transactions

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "JcthCompCode": "001", "JcthJourCode": "JC", "JcthDate": "2022-12-20", "JcthPost": "test", "JcthVUuid": "" }
JcthDate
string

Transaction Date

💻 UI Fieldname: JcthDate

JcthCompCode
string Required

Company Code

💻 UI Fieldname: JcthCompCode

Max length8
JcthJourCode
string Required

Journal Code

💻 UI Fieldname: JcthJourCode

Max length2
JcthPost
string

💻 UI Fieldname: JcthPost

JcthVUuid
string

Unique ID of Row

💻 UI Fieldname: JcthVUuid

Max length64
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "JcthCompCode": "001",
  "JcthCompName": null,
  "JcthBchTypeCode": "C",
  "JcthBchNum": 4461335,
  "JcthBchName": "RTIJCDETAIL2023-01-23",
  "JcthJourCode": "JC",
  "JcthJourName": null,
  "JcthNum": 3001119,
  "JcthCurrCode": null,
  "JcthCurrName": null,
  "JcthAccrualFlag": "N",
  "JcthUser": null,
  "JcthDate": "2022-12-20",
  "JcthDateTimeEntry": "2023-01-23",
  "JcthDesc": null,
  "JcthDefSrcCode": null,
  "JcthDefSrcDesc": null,
  "JcthDefRefCode": null,
  "JcthDefRefDesc": null,
  "JcthDefContCode": "N",
  "JcthDsrcCode": null,
  "JcthAdjJcdetailFlag": "N",
  "JcthRefDate": null,
  "JcthConvNum": 1,
  "JcthTransactionAmt": null,
  "JcthCalledFromAppCode": "JC",
  "JcthVUuid": "F2F020D31C113255E05316821FAC577A",
  "JcthPost": "N",
  "JcthIuCreateDate": null,
  "JcthIuUpdateDate": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jctran/F2F020D31C113255E05316821FAC577A",
      "name": "jctran",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jctran/F2F020D31C113255E05316821FAC577A",
      "name": "jctran",
      "kind": "item"
    },
    {
      "rel": "child",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jctran/F2F020D31C113255E05316821FAC577A/child/JctrandViewObj",
      "name": "JctrandViewObj",
      "kind": "collection"
    }
  ]
}
object