---
title: "Submit Ready to Integrate Statuses"
method: POST
path: "/ready-to-integrate-statuses"
tags: ["Registration"]
---

# Submit Ready to Integrate Statuses

`POST /ready-to-integrate-statuses`

This event logs when the EHR has been received and is awaiting the user in the receiving practice to integrate or reject.

**Submitted by:** Requesting practice

**When to send:** When the EHR has been received and has been make available for the user in the receiving practice to integrate or reject.

**Notes:** If a technical error or negative acknowledgment occurs, an Error event must be submitted, including the response code if applicable.

### Request Body example:
```json
{
  "conversationId": "4345-986959-4930-684038",
  "registrationEventDateTime": "2020-02-08T08:30:25Z",
  "reportingSystemSupplier": "SUPPLIER_ODS_CODE",
  "reportingPracticeOdsCode": "ABC1234",
  "requestingPracticeOdsCode": "ABC1234",
  "sendingPracticeOdsCode": "XYZ4567"
}
```

## Request body

- BaseEventYaml — unresolved $ref

## Other responses

- `200` — unresolved $ref
- `400` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/nhs/apis/gp-registrations-management-information-api-2.md) · [All operations](https://skmtc.net/nhs/apis/gp-registrations-management-information-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs/gp-registrations-management-information-api-2/revisions/ddefc5b30ba8/schema)
