Create a GL Journal
  • 27 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Create a GL Journal

  • Dark
    Light

Article summary

Post
/glrestapi/rest/v1/gljournal

Create Journals

UI Location: Financials - General Ledger - Setup - Global Tables - Journal Names

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
string
Example"{\r\n \"JourCode\": \"Z9\",\r\n \"JourName\": \"JC 9099\"\r\n}"
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "JourGlAppFlag": null,
  "JourCode": "Z9",
  "JourName": "JC 9099",
  "JourSeqNum": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/glrestapi/rest/v1/gljournal/Z9",
      "name": "gljournal",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/glrestapi/rest/v1/gljournal/Z9",
      "name": "gljournal",
      "kind": "item"
    }
  ]
}
object