Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ You need to get your software approved by us before it can go live with this API
Before go-live, you must complete a smoke test in the NHS Notify production environment.
The smoke test confirms that your live credentials, connectivity, and print workflow operate correctly end-to-end. It will be carried out in coordination with the NHS Notify Supplier API team.

The process is as follows:

* retrieve and print one or more live test letters through the production API.
* send the printed output to the address provided.
* submit a Management Information (MI) update for verification.


The process is as follows:

* retrieve and print one or more live test letters through the production API.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: X-Correlation-ID
name: Correlation-ID
in: header
description: |-
An optional ID which you can use to track transactions across multiple systems. It can take any value, but we recommend avoiding `.` characters. If not provided in the request, NHS Notify will default to a system generated ID in its place.
Expand Down
Loading