v1

latestOpenAPI 3.0.02026-08-04880393.1 KB

Customer.JournalReport

post/online/RivhitOnlineAPI.svc/Customer.JournalReport

Request body

api_tokenstring uuid required

Rivhit Merchant API Identifier.

Default: No

customer_idinteger required

Rivhit Customer Identifier.

Range: 0 to 999999999 Default: No

yearinteger nullable

Year of the Journal Report.

Format: YYYY Default: Current year

only_openboolean nullable

Return Only Open Journal Reports.

Default: false

all_yearsboolean nullable

Return All Years Journal Reports.

Default: false

Example request

{
  "api_token": "DECD03E5-E35C-41E8-84F7-FBA2FB483928",
  "year": 2025,
  "only_open": true,
  "all_years": true
}

Response

Success - Customer Journal Report Retrived

error_codeinteger

The Response Error/Status Number (0 = Success)

client_messagestring

The Client Error Message.

debug_messagestring

The Response Error Message.