journal_entry


GET /journal_entry

To get a specific journal entry.

/journal_entry?token=XXXXX&journal_entry_id_365=33


PUT /journal_entry

To modify an existing journal entry.

             {
                "api_credentials": {
                    "token": "XXXXX"
                },
                "journal_entry": {
                  "journal_entry_id_365":"33",
                  "interface_flag":"processed",
                  "interface_status":"failed"
                 }
            }
         

field type description
api_credentials
token string Credentials provided by Powersoft that allow access to the API
journal_entry
journal_entry_id_365 string The unique code of the journal entry in Powersoft365.
interface_flag string Interface flag. Only the 'processed' and 'unprocessed' values are allowed.
interface_status string Interface status. Only the 'failed' and 'passed' values are allowed.

Returns

All methods return the standard api_response object. When a new record is created, the Powersoft365 code is returned in the response_id field.