---
title: "Respond to an information request item"
method: POST
path: "/applications/{applicationId}/information-requests/{informationRequestId}/respond"
tags: ["Onboarding"]
---

# Respond to an information request item

`POST /applications/{applicationId}/information-requests/{informationRequestId}/respond`

Submits a response to a specific required information item on an information request.

## Path parameters

- `applicationId` string, uuid, required — The ID of the application to work with.
- `informationRequestId` string, uuid, required — The ID of the information request to respond to.

## Request body

- object
  - `code` string, required — The code identifying which required information item to respond to.
  - `response` string, required — The response value. Format is validated server-side according to the expected response type.
  - `notApplicable` boolean — Set to `true` if you are unable to provide the requested item. When set, `response` must contain a free-text explanation of why, and is accepted regardless of the expected response type. Defaults to `false` when omitted.

## Response `200`

OK

- object
  - `code` string, required — The code of the information item that was responded to.
  - `response` string, required — The response value. Format is validated server-side according to the expected response type.
  - `notApplicable` boolean — Whether the customer indicated they are unable to provide the requested item, with the reason in `response`.
  - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
  - `id` string, uuid, required — The ID of the information request response.
  - `informationRequestId` string, uuid, required — The ID of the information request to respond to.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
