---
title: "GET /api/services/app/RequestInvoice/GetById"
method: GET
path: "/api/services/app/RequestInvoice/GetById"
tags: ["RequestInvoice"]
---

# GET /api/services/app/RequestInvoice/GetById

`GET /api/services/app/RequestInvoice/GetById`

## Query parameters

- `id` integer

## Response `200`

Success

- RequestInvoiceDto
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `patientCode` string, nullable
  - `patientName` string, nullable
  - `patientPhone` string, nullable
  - `patientAddress` string, nullable
  - `patientEmail` string, nullable
  - `identityCard` string, nullable
  - `patientBirthday` string, date-time
  - `patientIdCard` string, nullable
  - `treatmentCode` string, nullable
  - `treatmentDate` string, date-time, nullable
  - `receiptDate` string, date-time, nullable
  - `invoicePicture` string, nullable
  - `treatmentStatus` 0 | 1 | 2 | 3 | 4 | 5 | -2 | -1
  - `status` 0 | 1 | 2 | 3 | 4
  - `resultContent` string, nullable
  - `taxCode` string, nullable
  - `companyName` string, nullable
  - `companyAddress` string, nullable

---

[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)
