---
title: "Create Expense Received Tax Invoice"
method: POST
path: "/api/v1/Expenses/createreceivedtaxinvoice"
tags: ["Expenses"]
---

# Create Expense Received Tax Invoice

`POST /api/v1/Expenses/createreceivedtaxinvoice`

## Headers

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

## Request body

- PeakAPIsLibraryModelRequestExpensesExpensesReceivedTaxInvoiceModel
  - `peakExpenses` PeakAPIsLibraryModelRequestExpensesExpensesReceivedTaxInvoiceModelExpenses
    - `id` string — The Unique Identifier of the expense to be edited
    - `code` string — The code of the expense to be edited
    - `receivedTaxInvoice` PeakAPIsLibraryModelRequestTransactionSharedAPIReceivedTaxInvoiceModel[]
      - `receivedTaxInvoiceDate` string
      - `receivedTaxInvoiceNumber` 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/revisions/516e79534d77/schema)
