You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sandbox/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"swagger-ui-express": "^4.0.2",
13
13
"winston": "^3.2.1"
14
14
},
15
-
"description": "API for communication suppliers to integrate with NHS Notify",
15
+
"description": "API for communication suppliers to integrate with NHS Notify. This specification represents the in-development 'next' version of the API schema and should be treated as unstable. ",
* The key use of this endpoint is to query letters which are ready to be printed
35
35
*
36
36
* xRequestID String Unique request identifier, in the format of a GUID
37
-
* status String Status of a letter
38
37
* xCorrelationID String 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. The ID will be returned in a response header. (optional)
38
+
* limit BigDecimal The maximum number of items to return in a single request (optional)
* xCorrelationID String 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. The ID will be returned in a response header. (optional)
Copy file name to clipboardExpand all lines: sandbox/services/MiService.js
+1-49Lines changed: 1 addition & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ const Service = require('./Service');
7
7
* xRequestID String Unique request identifier, in the format of a GUID
8
8
* createMIRequest CreateMIRequest
9
9
* xCorrelationID String 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. The ID will be returned in a response header. (optional)
* xRequestID String Unique request identifier, in the format of a GUID
32
-
* id String Unique identifier of this resource
33
-
* xCorrelationID String 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. The ID will be returned in a response header. (optional)
* xRequestID String Unique request identifier, in the format of a GUID
56
-
* xCorrelationID String 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. The ID will be returned in a response header. (optional)
0 commit comments