Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
‎06-09-2023
10:44
by
Gert-Jan van der Kamp
Hi,
When I POST a new journal to JournalTransactionV2 the api replies with "" and I can see the newly created journal in screen GL3010PL but it's not yet posted.
There is a second method /action/release but that requires a JournalNumber. How do I get the the Number of the newly created journal from the api, so I can release it? Normally you would expect the api to return the newly created journal or at least the autogenerated Number..
Solved! Go to Solution.
2 REPLIES 2
Hi, you can read the recently created object's value via Response Headers > Location
https://community.visma.com/t5/Knowledge-base-in-Developers/How-to-read-recently-created-object-ID-f...
Prefect thx!
