---
title: "Create Daily Journal By Queue"
method: POST
path: "/api/v1/DailyJournals/queue"
tags: ["DailyJournals"]
---

# Create Daily Journal By Queue

`POST /api/v1/DailyJournals/queue`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestDailyJournalsDailyJournalsPostQueueModel
  - `peakDailyJournals` PeakAPIsLibraryModelRequestDailyJournalsDailyJournalsPostQueueModelPeakDailyJournalsModel
    - `dailyJournals` PeakAPIsLibraryModelRequestDailyJournalsDailyJournals[]
      - `issuedDate` string — Document issuance date
      - `journalTypeId` string — Numeric code indicating the type of journal
      - `description` string
      - `journalEntries` PeakAPIsLibraryModelRequestDailyJournalsJournalEntry[] — An array of journal objects
        - `accountCode` string — Account code to be used for recording financial transactions
        - `accountSubId` string — Sub account Unique Identifier to be used for recording financial transactions
        - `debit` string — Debit amount
        - `credit` string — Credit amount
        - `description` string
      - `code` string — The Code of journal
      - `contactId` string — Unique Identifier of the contact associated with the document
      - `status` string
      - `reference` string
    - `keyReference` string
    - `url` string

## Response `200`

Success

- PeakWCFModelsAPISharedAPIResponseModel
  - `resCode` string
  - `resDesc` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
