---
title: "Re-creates counting journal lines"
method: POST
path: "/v1/Journals/{journalId}/lines/recreate"
tags: ["Journals"]
---

# Re-creates counting journal lines

`POST /v1/Journals/{journalId}/lines/recreate`

## Path parameters

- `journalId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- JournalResponse
  - `id` integer
  - `operationId` integer, nullable
  - `operationName` string, nullable
  - `locationId` integer, nullable
  - `locationName` string, nullable
  - `journalType` 0 | 1
  - `processType` 0 | 1 | 2 | 3 | 4
  - `description` string, nullable
  - `date` string, date-time
  - `posted` boolean
  - `postedDate` string, date-time, nullable
  - `linesCount` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
