Create a GL Journal
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a GL Journal
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/glrestapi/rest/v1/gljournal
Create Journals
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