Average cost and journal example

For AI agents: visit https://developer.finaleinventory.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.

Example journal entry message:

JSON

{
  "journalEntryId": "100000",
  "journalEntryUrl": "/demo/api/journalentry/100000",
  "journalEntryTypeId": "JOURNAL_ENTRY",
  "statusId": "JOURNAL_CREATED",
  "journalEntryDate": "2021-04-01T19:00:00",
  "notes": "Notes",
  "actionUrlComplete": "/demo/api/journalentry/100000/complete",
  "actionUrlCancel": "/demo/api/journalentry/100000/cancel",
  "lastUpdatedDate": "2021-05-18T13:36:12",
  "createdDate": "2021-04-01T19:28:21",
  "journalEntryItemList": [\
    {\
      "creditGlAccountUrl": "/demo/api/glaccount/10009",\
      "debitGlAccountUrl": "/demo/api/glaccount/9001",\
      "amount": 50,\
      "notes": "Free text"\
    }\
  ],
  "journalEntryHistoryListUrl": "/demo/api/journalentry/100000/history/",
}

Example average cost message:

JSON

{
  "journalEntryId": "100001",
  "journalEntryUrl": "/demo/api/journalentry/100001",
  "journalEntryTypeId": "AVERAGE_COST_CHANGE",
  "statusId": "JOURNAL_CREATED",
  "journalEntryDate": "2021-05-18T10:00:00",
  "notes": "Notes",
  "actionUrlComplete": "/demo/api/journalentry/100001/complete",
  "actionUrlCancel": "/demo/api/journalentry/100001/cancel",
  "lastUpdatedDate": "2021-05-18T13:37:52",
  "createdDate": "2021-05-18T13:37:24",
  "journalEntryItemList": [\
    {\
      "productId": "A23-FI-HI",\
      "productUrl": "/demo/api/product/A23-FI-HI",\
      "expectedAverageCost": 10,\
      "notes": "Free text"\
    }\
  ],
  "journalEntryHistoryListUrl": "/demo/api/journalentry/100001/history/",
}

Journal entries and average cost resource are the same, they differ in the journalEntryTypeId field, and in the structure of the items in the journalEntryItemList array.

Available fields:

Updated9 months ago


Did this page help you?

Yes

No

Updated9 months ago


Did this page help you?

Yes

No