---
title: "Get movements report"
method: POST
path: "/delayed_jobs/create_new_job/MovementsJournal"
tags: ["Invoice+ - Misc"]
---

# Get movements report

`POST /delayed_jobs/create_new_job/MovementsJournal`

This endpoint allows you to request document movements report according to various formats, as specified above. Please, note, however, that this action does not return the requested resource. The export operation is asynchronous, and so upon successful response from this endpoint, and upon completion of the requested operation, expect a callback request to the specified url with the requested resource

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `fromDate` string, required — Date search. Ealiest date (YYYY-MM-DD)
  - `toDate` string, required — Date search. Latest date (YYYY-MM-DD)
  - `appName` 'hashavshevet' | 'csv' | 'sap' | 'rivhit' | 'priority' | 'pdf'
  - `exportUsers` boolean — Whether to export customer records (app dependent)
  - `types` string[] — Array of document types to export. Empty value will export all relevant document types
  - `callback` object — Callback information for the asynchronous operation.
    - `url` string, uri, required — Callback URL for the system to send the completed resource.
    - `method` 'POST' | 'GET' — HTTP method for the callback request. Defaults to POST.

## Response `200`

200

- object[]
  - `code` string
  - `type_code` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
