v1
latestOpenAPI 3.0.02026-08-04880393.1 KBAccounting.PnLReport
post/online/RivhitOnlineAPI.svc/Accounting.PnLReport
Request body
Example request
{
"api_token": "DECD03E5-E35C-41E8-84F7-FBA2FB483928",
"from_month": 7,
"to_month": 8,
"year": 2025
}Response
Success - Profit and Loss Report Returned
Example response
{
"error_code": 0,
"client_message": "String content",
"debug_message": "String content",
"data": {
"pnl_report": [
{
"account_id": 4,
"account_name": "הכנסות/מכירות/שכ\"ט",
"balance": -25007963.46,
"pnl_code": 70,
"pnl_name": "מכירות סחורה"
},
{
"account_id": 5,
"account_name": "הכנסות משירותים",
"balance": -50,
"pnl_code": 71,
"pnl_name": "הכנסות משרותים"
}
]
}
}