---
title: "Update application status by id"
method: PUT
path: "/v1/applications/{id}/status"
tags: ["Applications"]
---

# Update application status by id

`PUT /v1/applications/{id}/status`

## Request body

- UpdateApplicationStatusDto
  - `status` 'INVITED' | 'STARTED' | 'SUBMITTED' | 'AWAITING_HOUSEHOLD' | 'REVIEWED' | 'DECLINED' | 'APPROVED' | 'OPTED_OUT' | 'INACTIVE' | 'INELIGIBLE', required
  - `stage` string
  - `decisionDetails` string
  - `decisionReason` string
  - `note` string
  - `awardDate` string
  - `awards` AwardDto[]
    - `type` 'LSV1300' | 'LSV0600' | 'LSV0400' | 'LSV1310' | 'LSV2000' | 'LSV3000' | 'LSV3010' | 'LSV3020' | 'LSV5000' | 'LSV0100' | 'LSV1400' | 'LSV1900' | 'LSV1000' | 'LSV0300' | 'LSV1200' | 'LSV0700' | 'LSV0200' | 'LSV1800' | 'LSV0500' | 'LSV0510' | 'LSV0520' | 'LSV0530' | 'LSV0540' | 'LSV1100' | 'LSV1700' | 'LSV0800' | 'LSV0900' | 'LSV0910' | 'LSV0920', required — Award type code. Available options: • LSV1300: Education and training - adult • LSV0600: Housing related costs • LSV0400: Devices and digital access • LSV1310: Education and training - children • LSV2000: Other non-monetary support (please specify): • LSV3000: Benefit entitlement check • LSV3010: Benefit claims support • LSV3020: Benefit uplift • LSV5000: Referral to other support (please specify): • LSV0100: Other / unrestricted costs (please specify): • LSV1400: Employment and work • LSV1900: Other advice services • LSV1000: Travel and transport • LSV0300: Furniture and appliances • LSV1200: Health, care and wellbeing service costs • LSV0700: Food and essential items • LSV0200: Equipment and home adaptations • LSV1800: Legal and application fees • LSV0500: Energy and utilities • LSV0510: Energy efficiency measures • LSV0520: Energy efficiency advice • LSV0530: Smart meter advice • LSV0540: Priority Services Register (PSR) • LSV1100: Holiday and activity costs • LSV1700: Funeral and bereavement costs • LSV0800: Clothing • LSV0900: Non-priority debt and bankruptcy fees • LSV0910: Debt advice • LSV0920: Debt interventions
    - `value` number
    - `paymentType` 'BACS: applicant payment' | 'BACS: supplier payment' | 'Purchase from preferred Supplier' | 'Vouchers' | 'Cheques' | 'Gift Card' | 'Electronic debit/credit card'
    - `paymentDate` string
    - `details` string

## Response `200`

- UpdateStatusResponseDto
  - `id` string, uuid, required — ID of the updated application

---

[API](https://skmtc.net/lightningreach/apis/lightning-reach-api.md) · [All operations](https://skmtc.net/lightningreach/apis/lightning-reach-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightningreach/lightning-reach-api/revisions/2be4d84cb330/schema)
