---
title: "Retrieve service entry"
method: GET
path: "/supporting-documents/service-entries/{id}/"
tags: ["Billing"]
---

# Retrieve service entry

`GET /supporting-documents/service-entries/{id}/`

## Response `200`

The service entry.

- ServiceEntry — Service Entry Sheet (HES) associated with a purchase order. Required by some customers before an invoice can be issued for a billing cycle.
  - `id` integer
  - `supporting_document` integer, required — Supporting-document ID (the parent purchase order).
  - `subscription` string, required — Subscription ID.
  - `invoice` string, nullable
  - `number` string, required
  - `date_issued` string, date, required
  - `created` string, date-time

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
