---
title: "POST /api/services/app/RequestInvoice/Create"
method: POST
path: "/api/services/app/RequestInvoice/Create"
tags: ["RequestInvoice"]
---

# POST /api/services/app/RequestInvoice/Create

`POST /api/services/app/RequestInvoice/Create`

## Request body

- CRURequestInvoiceDto
  - `id` integer
  - `patientId` integer
  - `treatmentDate` string, date-time
  - `treatmentId` integer, nullable
  - `patientCode` string, nullable
  - `patientName` string, nullable — Max length 100
  - `patientPhone` string, nullable — Max length 12
  - `patientAddress` string, nullable — Max length 512
  - `patientEmail` string, nullable — Max length 50
  - `identityCard` string, nullable — Max length 12
  - `taxCode` string, nullable — Max length 14
  - `companyName` string, nullable — Max length 256
  - `companyAddress` string, nullable — Max length 512
  - `invoicePicture` string, nullable — Max length 1024
  - `resultContent` string, nullable — Max length 1024

## Response `200`

Success

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
