---
title: "Accounting.JournalsReport."
method: POST
path: "/online/RivhitOnlineAPI.svc/Accounting.JournalsReport"
---

# Accounting.JournalsReport.

`POST /online/RivhitOnlineAPI.svc/Accounting.JournalsReport`

## Request body

- object
  - `api_token` string, uuid, required — Rivhit Merchant API Identifier. **Default:** No
  - `date` string, required — Date of the Accounting Journals. **Format:** DD-MM-YY or DD/MM/YYYY **Default:** Current day

## Response `200`

Success - Accounting Journal Added.

- object
  - `error_code` integer — The Response Error/Status Number (0 = Success).
  - `client_message` string — The Client Error Message.
  - `debug_message` string — The Response Error Message.
  - `data` object
    - `journals_report` object[] — List of Accounting Journals.
      - `credit_customer_id` integer — Journal Credit Code (Invoice - Rivhit Income Code, Receipt - Customer ID)
      - `debit_customer_id` integer — Journal Debit Code (Invoice - Customer ID, Receipt - Rivhit Payment Code).
      - `details` string — Details of the Journal.
      - `due_date` string, date — Due Date of the Journal (DD/MM/YYYY).
      - `journal_id` integer — Journal Serial Number.
      - `journal_month` integer — Month of the Journal (MM).
      - `journal_year` integer — Year of the Journal (YYYY).
      - `reference1` string — The First Reference Value.
      - `reference2` string — The Second Reference Value.
      - `reference_date` string, date — Reference Date for the Accounting Journal (DD/MM/YYYY).
      - `sort_code` integer — The Sort Code Type.
      - `total_amount` number, float — Journal Total Amount.
      - `total_vat` number, float — Journal Total VAT.
      - `total_without_vat` number, float — Journal Total Amount without VAT.

## Other responses

- `400` — Request Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/rivhit/apis/get-payment-url-22-12.md) · [All operations](https://skmtc.net/rivhit/apis/get-payment-url-22-12/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivhit/get-payment-url-22-12/revisions/ed5261a52458/schema)
