Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/assets/diagrams/phase1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/collections/_consumers/acceptance.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,13 @@ Your MI submissions accurately match the letters you've processed.
**Endpoints:**

- POST /mi
- GET /mi

**What this test proves:**
That you can submit MI data in the correct format and confirm it's recorded correctly.

| Criteria | Description |
|---|---|
| **Steps** | - Submit MI for a known number of processed letters. The MI should be grouped by specification and group ID<br>- Retrieve the same data with GET /mi<br>- Reconcile counts and timestamps with your local records. |
| **Steps** | - Submit MI for a known number of processed letters. The MI should be grouped by specification and group ID<br>- Reconcile counts and timestamps with your local records. |
| **Acceptance** | - MI entries appear in NHS Notify within expected timeframe<br>- Counts match processed letters <br>- No duplicates MI entries for the same date or missing records. |
| **Evidence** | MI payloads and responses. |
| **Business value** | Shows that operational and billing data are aligned and complete. |
Expand Down
Loading