i'm trying to locate the actual field name I should use in my API journal post.
When I send my API t add a journal line I include a json object list of names and values.
Where can I find all the field names I should use in my JSON Object..
Example:
Dim postdataje As New JObject
postdataje.Add(/lineNumber/, /1000/)
postdataje.Add(/department/, /ADM/)
I couldn't find (/department/, /ADM/) as the correct field name.
Thanks