---
title: "Create a GL Journal"
slug: "create-a-gl-journal"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-gl-journal"
---

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

# Create a GL Journal

Post/glrestapi/rest/v1/gljournal

## Create Journals

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

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='0dc46e28-8602-4122-b1c3-d641c95859ec'>*/*</option>
</select>string    Example"{\r\n  \"JourCode\": \"Z9\",\r\n  \"JourName\": \"JC 9099\"\r\n}"

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='fa015ce4-072e-4cb9-a1d3-9726ffe46f4f'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='d0efcb2d-82ae-49da-ace4-d3fadc72f280'>example-0</option>
<option value='7d5e042f-d5ed-4dfa-9dbe-22f38d7b3ff0'>example-1</option>
</select>example-0

Successful Response

```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"
    }
  ]
}
```

example-1

Successful Response

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