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
id='id_example'# str | Unique identifier of this resource
76
77
x_request_id ='x_request_id_example'# str | Unique request identifier, in the format of a GUID
77
78
x_correlation_id ='x_correlation_id_example'# str | 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)
*MiApi* | [**create_mi**](docs/MiApi.md#create_mi) | **POST** /mi | Create a new MI record
107
107
*MiApi* | [**get_mi**](docs/MiApi.md#get_mi) | **GET** /mi/{id} | Fetch a specific MI record
108
108
*MiApi* | [**list_mi**](docs/MiApi.md#list_mi) | **GET** /mi | List MI records
109
-
*ProofApi* | [**create_proof**](docs/ProofApi.md#create_proof) | **POST** /proof | Create a new proof metadata record
110
-
*ProofApi* | [**get_proof**](docs/ProofApi.md#get_proof) | **GET** /proof/{id} | Fetch metadata about a specific proof file
111
-
*ProofApi* | [**list_proof**](docs/ProofApi.md#list_proof) | **GET** /proof | List proof files
112
-
*ProofApi* | [**patch_proof**](docs/ProofApi.md#patch_proof) | **PATCH** /proof/{id} | Update metadata about a specific proof file
113
-
*ReturnApi* | [**create_return**](docs/ReturnApi.md#create_return) | **POST** /return | Create a new returned letter batch
114
-
*ReturnApi* | [**get_return**](docs/ReturnApi.md#get_return) | **GET** /return/{id} | Fetch metadata about a specific return batch
115
-
*ReturnApi* | [**list_return**](docs/ReturnApi.md#list_return) | **GET** /return | List batches of returned letters
116
-
*SpecificationApi* | [**create_specification**](docs/SpecificationApi.md#create_specification) | **POST** /specification | Create a new specification record
117
-
*SpecificationApi* | [**get_specification**](docs/SpecificationApi.md#get_specification) | **GET** /specification/{id} | Fetch metadata about a specific specification
118
-
*SpecificationApi* | [**list_specification**](docs/SpecificationApi.md#list_specification) | **GET** /specification | List specifications
119
-
*SpecificationApi* | [**patch_specification**](docs/SpecificationApi.md#patch_specification) | **PATCH** /specification/{id} | Update metadata about a specific specification
109
+
*WhitemailApi* | [**create_whitemail**](docs/WhitemailApi.md#create_whitemail) | **POST** /whitemail | Create a new whitemail letter batch
110
+
*WhitemailApi* | [**get_whitemail**](docs/WhitemailApi.md#get_whitemail) | **GET** /whitemail/{id} | Fetch metadata about a specific whitemail batch
111
+
*WhitemailApi* | [**list_whitemail**](docs/WhitemailApi.md#list_whitemail) | **GET** /whitemail | List batches of whitemail letters
0 commit comments