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

# Create Daily Journal

`POST /api/v1/DailyJournals`

## Headers

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

## Request body

- PeakAPIsLibraryModelRequestDailyJournalsDailyJournalsPostModel
  - `peakDailyJournals` PeakAPIsLibraryModelRequestDailyJournalsDailyJournalsPostModelPeakDailyJournalsModel
    - `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

## Response `200`

Success

- PeakWCFModelsAPIResponseResponseDailyJournalModel
  - `peakDailyJournals` PeakWCFModelsAPIBodyAPIBodyDailyJournal
    - `dailyJournals` PeakWCFModelsAPIAPIDailyJournalsAPIDailyJournalsModel[]
      - `resCode` string
      - `resDesc` string
      - `issuedDate` string
      - `totalDebit` number, double
      - `totalCredit` number, double
      - `id` string
      - `code` string
      - `documentStatus` string
      - `journalTypeId` integer
      - `contactId` string
      - `contactCode` string
      - `description` string
      - `journalEntries` PeakWCFModelsAPIAPIDailyJournalsAPIJournalEntriesModel[]
        - `accountCode` string
        - `accountSubId` string
        - `accountSubCode` string
        - `description` string
        - `debit` number, double
        - `credit` number, double
      - `isVoid` integer
    - `totalDailyJournal` integer
    - `resDesc` string
    - `resCode` string
  - `eventType` string
  - `apiType` 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)
